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