org.hibernate.usertype
Interface DynamicParameterizedType

All Superinterfaces:
ParameterizedType
All Known Implementing Classes:
EnumType, SerializableToBlobType

public interface DynamicParameterizedType
extends ParameterizedType

Types who implements this interface will have in the setParameterValues an instance of the class DynamicParameterizedType$ParameterType with the key PARAMETER_TYPE = "org.hibernate.type.ParameterType" The interface ParameterType provides some methods to read information dynamically for build the type


Nested Class Summary
static interface DynamicParameterizedType.ParameterType
           
 
Field Summary
static String ACCESS_TYPE
           
static String ENTITY
           
static String IS_DYNAMIC
           
static String IS_PRIMARY_KEY
           
static String PARAMETER_TYPE
           
static String PROPERTY
           
static String RETURNED_CLASS
           
static String XPROPERTY
           
 
Method Summary
 
Methods inherited from interface org.hibernate.usertype.ParameterizedType
setParameterValues
 

Field Detail

PARAMETER_TYPE

static final String PARAMETER_TYPE
See Also:
Constant Field Values

IS_DYNAMIC

static final String IS_DYNAMIC
See Also:
Constant Field Values

RETURNED_CLASS

static final String RETURNED_CLASS
See Also:
Constant Field Values

IS_PRIMARY_KEY

static final String IS_PRIMARY_KEY
See Also:
Constant Field Values

ENTITY

static final String ENTITY
See Also:
Constant Field Values

PROPERTY

static final String PROPERTY
See Also:
Constant Field Values

ACCESS_TYPE

static final String ACCESS_TYPE
See Also:
Constant Field Values

XPROPERTY

static final String XPROPERTY
See Also:
Constant Field Values


Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.