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 java.lang.annotation.Annotation[]getAnnotationsMethod()java.lang.StringgetCatalog()java.lang.String[]getColumns()java.lang.ClassgetReturnedClass()java.lang.StringgetSchema()java.lang.StringgetTable()booleanisPrimaryKey()
-
-
-
Method Detail
-
getReturnedClass
java.lang.Class getReturnedClass()
-
getAnnotationsMethod
java.lang.annotation.Annotation[] getAnnotationsMethod()
-
getCatalog
java.lang.String getCatalog()
-
getSchema
java.lang.String getSchema()
-
getTable
java.lang.String getTable()
-
isPrimaryKey
boolean isPrimaryKey()
-
getColumns
java.lang.String[] getColumns()
-
-