|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractComponentType | |
org.hibernate.criterion | A framework for defining restriction criteria and order criteria. |
org.hibernate.persister.collection | This package abstracts the persistence mechanism for collections. |
org.hibernate.persister.entity | This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel. |
org.hibernate.proxy | This package defines a framework for lazy-initializing entity proxies. |
org.hibernate.proxy.dom4j | |
org.hibernate.proxy.map | |
org.hibernate.proxy.pojo | |
org.hibernate.proxy.pojo.cglib | |
org.hibernate.proxy.pojo.javassist | |
org.hibernate.type | A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. |
Uses of AbstractComponentType in org.hibernate.criterion |
Methods in org.hibernate.criterion with parameters of type AbstractComponentType | |
protected void |
Example.addComponentTypedValues(String path,
Object component,
AbstractComponentType type,
List list,
Criteria criteria,
CriteriaQuery criteriaQuery)
|
protected void |
Example.appendComponentCondition(String path,
Object component,
AbstractComponentType type,
Criteria criteria,
CriteriaQuery criteriaQuery,
StringBuffer buf)
|
Uses of AbstractComponentType in org.hibernate.persister.collection |
Constructors in org.hibernate.persister.collection with parameters of type AbstractComponentType | |
CompositeElementPropertyMapping(String[] elementColumns,
String[] elementFormulaTemplates,
AbstractComponentType compositeType,
Mapping factory)
|
Uses of AbstractComponentType in org.hibernate.persister.entity |
Methods in org.hibernate.persister.entity with parameters of type AbstractComponentType | |
protected void |
AbstractPropertyMapping.initComponentPropertyPaths(String path,
AbstractComponentType type,
String[] columns,
String[] formulaTemplates,
Mapping factory)
|
Uses of AbstractComponentType in org.hibernate.proxy |
Methods in org.hibernate.proxy with parameters of type AbstractComponentType | |
void |
ProxyFactory.postInstantiate(String entityName,
Class persistentClass,
Set interfaces,
Method getIdentifierMethod,
Method setIdentifierMethod,
AbstractComponentType componentIdType)
Called immediately after instantiation of this factory. |
Uses of AbstractComponentType in org.hibernate.proxy.dom4j |
Methods in org.hibernate.proxy.dom4j with parameters of type AbstractComponentType | |
void |
Dom4jProxyFactory.postInstantiate(String entityName,
Class persistentClass,
Set interfaces,
Method getIdentifierMethod,
Method setIdentifierMethod,
AbstractComponentType componentIdType)
Called immediately after instantiation |
Uses of AbstractComponentType in org.hibernate.proxy.map |
Methods in org.hibernate.proxy.map with parameters of type AbstractComponentType | |
void |
MapProxyFactory.postInstantiate(String entityName,
Class persistentClass,
Set interfaces,
Method getIdentifierMethod,
Method setIdentifierMethod,
AbstractComponentType componentIdType)
|
Uses of AbstractComponentType in org.hibernate.proxy.pojo |
Fields in org.hibernate.proxy.pojo declared as AbstractComponentType | |
protected AbstractComponentType |
BasicLazyInitializer.componentIdType
|
Constructors in org.hibernate.proxy.pojo with parameters of type AbstractComponentType | |
BasicLazyInitializer(String entityName,
Class persistentClass,
Serializable id,
Method getIdentifierMethod,
Method setIdentifierMethod,
AbstractComponentType componentIdType,
SessionImplementor session)
|
Uses of AbstractComponentType in org.hibernate.proxy.pojo.cglib |
Methods in org.hibernate.proxy.pojo.cglib with parameters of type AbstractComponentType | |
void |
CGLIBProxyFactory.postInstantiate(String entityName,
Class persistentClass,
Set interfaces,
Method getIdentifierMethod,
Method setIdentifierMethod,
AbstractComponentType componentIdType)
|
static HibernateProxy |
CGLIBLazyInitializer.getProxy(Class factory,
String entityName,
Class persistentClass,
Class[] interfaces,
Method getIdentifierMethod,
Method setIdentifierMethod,
AbstractComponentType componentIdType,
Serializable id,
SessionImplementor session)
|
Constructors in org.hibernate.proxy.pojo.cglib with parameters of type AbstractComponentType | |
SerializableProxy(String entityName,
Class persistentClass,
Class[] interfaces,
Serializable id,
Method getIdentifierMethod,
Method setIdentifierMethod,
AbstractComponentType componentIdType)
|
Uses of AbstractComponentType in org.hibernate.proxy.pojo.javassist |
Methods in org.hibernate.proxy.pojo.javassist with parameters of type AbstractComponentType | |
void |
JavassistProxyFactory.postInstantiate(String entityName,
Class persistentClass,
Set interfaces,
Method getIdentifierMethod,
Method setIdentifierMethod,
AbstractComponentType componentIdType)
|
static HibernateProxy |
JavassistLazyInitializer.getProxy(String entityName,
Class persistentClass,
Class[] interfaces,
Method getIdentifierMethod,
Method setIdentifierMethod,
AbstractComponentType componentIdType,
Serializable id,
SessionImplementor session)
|
static HibernateProxy |
JavassistLazyInitializer.getProxy(Class factory,
String entityName,
Class persistentClass,
Class[] interfaces,
Method getIdentifierMethod,
Method setIdentifierMethod,
AbstractComponentType componentIdType,
Serializable id,
SessionImplementor session)
|
Constructors in org.hibernate.proxy.pojo.javassist with parameters of type AbstractComponentType | |
SerializableProxy(String entityName,
Class persistentClass,
Class[] interfaces,
Serializable id,
Method getIdentifierMethod,
Method setIdentifierMethod,
AbstractComponentType componentIdType)
|
Uses of AbstractComponentType in org.hibernate.type |
Classes in org.hibernate.type that implement AbstractComponentType | |
class |
AnyType
Handles "any" mappings and the old deprecated "object" type |
class |
ComponentType
Handles "component" mappings |
class |
CompositeCustomType
Adapts CompositeUserType to Type interface |
class |
EmbeddedComponentType
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |