Package org.hibernate.usertype
Interface DynamicParameterizedType.ParameterType
-
- Enclosing interface:
- DynamicParameterizedType
public static interface DynamicParameterizedType.ParameterType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Annotation[]
getAnnotationsMethod()
String
getCatalog()
Long[]
getColumnLengths()
String[]
getColumns()
Class<?>
getReturnedClass()
default Type
getReturnedJavaType()
String
getSchema()
String
getTable()
boolean
isPrimaryKey()
-
-
-
Method Detail
-
getReturnedClass
Class<?> getReturnedClass()
-
getReturnedJavaType
@Incubating default Type getReturnedJavaType()
-
getAnnotationsMethod
Annotation[] getAnnotationsMethod()
-
getCatalog
String getCatalog()
-
getSchema
String getSchema()
-
getTable
String getTable()
-
isPrimaryKey
boolean isPrimaryKey()
-
getColumns
String[] getColumns()
-
getColumnLengths
Long[] getColumnLengths()
-
-