|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vladmihalcea.hibernate.type.util.ParameterTypeUtils
public class ParameterTypeUtils
ParameterizedTypeUtils - DynamicParameterizedType.ParameterType utilities holder.
| Method Summary | ||
|---|---|---|
static
|
getAnnotationOrNull(org.hibernate.usertype.DynamicParameterizedType.ParameterType parameterType,
Class<A> annotationClass)
Get the required annotation from the DynamicParameterizedType.ParameterType instance. |
|
static
|
getAnnotations(org.hibernate.usertype.DynamicParameterizedType.ParameterType parameterType,
Class<A> annotationClass)
Get the required annotations from the DynamicParameterizedType.ParameterType instance. |
|
static String |
getColumnType(org.hibernate.usertype.DynamicParameterizedType.ParameterType parameterType)
Get the column type association from the DynamicParameterizedType.ParameterType instance. |
|
static org.hibernate.usertype.DynamicParameterizedType.ParameterType |
resolve(Properties properties)
Resolve the DynamicParameterizedType.ParameterType instance
from the provided Properties object. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static org.hibernate.usertype.DynamicParameterizedType.ParameterType resolve(Properties properties)
DynamicParameterizedType.ParameterType instance
from the provided Properties object.
properties - configuration properties
DynamicParameterizedType.ParameterType instance
public static <A extends Annotation> A getAnnotationOrNull(org.hibernate.usertype.DynamicParameterizedType.ParameterType parameterType,
Class<A> annotationClass)
DynamicParameterizedType.ParameterType instance.
parameterType - DynamicParameterizedType.ParameterType instanceannotationClass - annotation class
public static <A extends Annotation> List<A> getAnnotations(org.hibernate.usertype.DynamicParameterizedType.ParameterType parameterType,
Class<A> annotationClass)
DynamicParameterizedType.ParameterType instance.
parameterType - DynamicParameterizedType.ParameterType instanceannotationClass - annotation class
public static String getColumnType(org.hibernate.usertype.DynamicParameterizedType.ParameterType parameterType)
DynamicParameterizedType.ParameterType instance.
parameterType - DynamicParameterizedType.ParameterType instance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||