|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractComponentType | |
org.hibernate.criterion | |
org.hibernate.persister.collection | |
org.hibernate.persister.entity | |
org.hibernate.proxy | |
org.hibernate.type |
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 |
Fields in org.hibernate.proxy declared as AbstractComponentType | |
protected AbstractComponentType |
BasicLazyInitializer.componentIdType
|
Methods in org.hibernate.proxy with parameters of type AbstractComponentType | |
void |
Dom4jProxyFactory.postInstantiate(String entityName,
Class persistentClass,
Set interfaces,
Method getIdentifierMethod,
Method setIdentifierMethod,
AbstractComponentType componentIdType)
Called immediately after instantiation |
void |
MapProxyFactory.postInstantiate(String entityName,
Class persistentClass,
Set interfaces,
Method getIdentifierMethod,
Method setIdentifierMethod,
AbstractComponentType componentIdType)
|
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)
|
void |
ProxyFactory.postInstantiate(String entityName,
Class persistentClass,
Set interfaces,
Method getIdentifierMethod,
Method setIdentifierMethod,
AbstractComponentType componentIdType)
Called immediately after instantiation |
Constructors in org.hibernate.proxy with parameters of type AbstractComponentType | |
SerializableProxy(String entityName,
Class persistentClass,
Class[] interfaces,
Serializable id,
Method getIdentifierMethod,
Method setIdentifierMethod,
AbstractComponentType componentIdType)
|
|
BasicLazyInitializer(String entityName,
Class persistentClass,
Serializable id,
Method getIdentifierMethod,
Method setIdentifierMethod,
AbstractComponentType componentIdType,
SessionImplementor session)
|
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 |