Class ParameterizedParameterType
- java.lang.Object
-
- com.vladmihalcea.hibernate.type.util.ParameterizedParameterType
-
- All Implemented Interfaces:
org.hibernate.usertype.DynamicParameterizedType.ParameterType
public class ParameterizedParameterType extends java.lang.Object implements org.hibernate.usertype.DynamicParameterizedType.ParameterType
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Class<?>
clasz
-
Constructor Summary
Constructors Constructor Description ParameterizedParameterType(java.lang.Class<?> clasz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.annotation.Annotation[]
getAnnotationsMethod()
java.lang.String
getCatalog()
java.lang.String[]
getColumns()
java.lang.Class
getReturnedClass()
java.lang.String
getSchema()
java.lang.String
getTable()
boolean
isPrimaryKey()
-
-
-
Method Detail
-
getReturnedClass
public java.lang.Class getReturnedClass()
- Specified by:
getReturnedClass
in interfaceorg.hibernate.usertype.DynamicParameterizedType.ParameterType
-
getAnnotationsMethod
public java.lang.annotation.Annotation[] getAnnotationsMethod()
- Specified by:
getAnnotationsMethod
in interfaceorg.hibernate.usertype.DynamicParameterizedType.ParameterType
-
getCatalog
public java.lang.String getCatalog()
- Specified by:
getCatalog
in interfaceorg.hibernate.usertype.DynamicParameterizedType.ParameterType
-
getSchema
public java.lang.String getSchema()
- Specified by:
getSchema
in interfaceorg.hibernate.usertype.DynamicParameterizedType.ParameterType
-
getTable
public java.lang.String getTable()
- Specified by:
getTable
in interfaceorg.hibernate.usertype.DynamicParameterizedType.ParameterType
-
isPrimaryKey
public boolean isPrimaryKey()
- Specified by:
isPrimaryKey
in interfaceorg.hibernate.usertype.DynamicParameterizedType.ParameterType
-
getColumns
public java.lang.String[] getColumns()
- Specified by:
getColumns
in interfaceorg.hibernate.usertype.DynamicParameterizedType.ParameterType
-
-