Uses of Interface
org.hibernate.type.CompositeType

Packages that use CompositeType
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 CompositeType in org.hibernate.criterion
 

Methods in org.hibernate.criterion with parameters of type CompositeType
protected  void Example.addComponentTypedValues(String path, Object component, CompositeType type, List list, Criteria criteria, CriteriaQuery criteriaQuery)
           
protected  void Example.appendComponentCondition(String path, Object component, CompositeType type, Criteria criteria, CriteriaQuery criteriaQuery, StringBuffer buf)
           
 

Uses of CompositeType in org.hibernate.persister.collection
 

Constructors in org.hibernate.persister.collection with parameters of type CompositeType
CompositeElementPropertyMapping(String[] elementColumns, String[] elementColumnReaders, String[] elementColumnReaderTemplates, String[] elementFormulaTemplates, CompositeType compositeType, Mapping factory)
           
 

Uses of CompositeType in org.hibernate.persister.entity
 

Methods in org.hibernate.persister.entity with parameters of type CompositeType
protected  void AbstractPropertyMapping.initComponentPropertyPaths(String path, CompositeType type, String[] columns, String[] columnReaders, String[] columnReaderTemplates, String[] formulaTemplates, Mapping factory)
           
 

Uses of CompositeType in org.hibernate.proxy
 

Methods in org.hibernate.proxy with parameters of type CompositeType
 void ProxyFactory.postInstantiate(String entityName, Class persistentClass, Set interfaces, Method getIdentifierMethod, Method setIdentifierMethod, CompositeType componentIdType)
          Called immediately after instantiation of this factory.
 

Uses of CompositeType in org.hibernate.proxy.dom4j
 

Methods in org.hibernate.proxy.dom4j with parameters of type CompositeType
 void Dom4jProxyFactory.postInstantiate(String entityName, Class persistentClass, Set interfaces, Method getIdentifierMethod, Method setIdentifierMethod, CompositeType componentIdType)
          Called immediately after instantiation
 

Uses of CompositeType in org.hibernate.proxy.map
 

Methods in org.hibernate.proxy.map with parameters of type CompositeType
 void MapProxyFactory.postInstantiate(String entityName, Class persistentClass, Set interfaces, Method getIdentifierMethod, Method setIdentifierMethod, CompositeType componentIdType)
           
 

Uses of CompositeType in org.hibernate.proxy.pojo
 

Fields in org.hibernate.proxy.pojo declared as CompositeType
protected  CompositeType BasicLazyInitializer.componentIdType
           
 

Constructors in org.hibernate.proxy.pojo with parameters of type CompositeType
BasicLazyInitializer(String entityName, Class persistentClass, Serializable id, Method getIdentifierMethod, Method setIdentifierMethod, CompositeType componentIdType, SessionImplementor session)
           
 

Uses of CompositeType in org.hibernate.proxy.pojo.cglib
 

Methods in org.hibernate.proxy.pojo.cglib with parameters of type CompositeType
static HibernateProxy CGLIBLazyInitializer.getProxy(Class factory, String entityName, Class persistentClass, Class[] interfaces, Method getIdentifierMethod, Method setIdentifierMethod, CompositeType componentIdType, Serializable id, SessionImplementor session)
          Deprecated.  
 void CGLIBProxyFactory.postInstantiate(String entityName, Class persistentClass, Set interfaces, Method getIdentifierMethod, Method setIdentifierMethod, CompositeType componentIdType)
          Deprecated.  
 

Constructors in org.hibernate.proxy.pojo.cglib with parameters of type CompositeType
SerializableProxy(String entityName, Class persistentClass, Class[] interfaces, Serializable id, Boolean readOnly, Method getIdentifierMethod, Method setIdentifierMethod, CompositeType componentIdType)
          Deprecated.  
 

Uses of CompositeType in org.hibernate.proxy.pojo.javassist
 

Methods in org.hibernate.proxy.pojo.javassist with parameters of type CompositeType
static HibernateProxy JavassistLazyInitializer.getProxy(Class factory, String entityName, Class persistentClass, Class[] interfaces, Method getIdentifierMethod, Method setIdentifierMethod, CompositeType componentIdType, Serializable id, SessionImplementor session)
           
static HibernateProxy JavassistLazyInitializer.getProxy(String entityName, Class persistentClass, Class[] interfaces, Method getIdentifierMethod, Method setIdentifierMethod, CompositeType componentIdType, Serializable id, SessionImplementor session)
           
 void JavassistProxyFactory.postInstantiate(String entityName, Class persistentClass, Set interfaces, Method getIdentifierMethod, Method setIdentifierMethod, CompositeType componentIdType)
           
 

Constructors in org.hibernate.proxy.pojo.javassist with parameters of type CompositeType
SerializableProxy(String entityName, Class persistentClass, Class[] interfaces, Serializable id, Boolean readOnly, Method getIdentifierMethod, Method setIdentifierMethod, CompositeType componentIdType)
           
 

Uses of CompositeType in org.hibernate.type
 

Subinterfaces of CompositeType in org.hibernate.type
 interface AbstractComponentType
          Deprecated. in favor of CompositeType
 

Classes in org.hibernate.type that implement CompositeType
 class AnyType
          Handles "any" mappings
 class ComponentType
          Handles "component" mappings
 class CompositeCustomType
          Adapts CompositeUserType to the Type interface
 class EmbeddedComponentType
           
 class ObjectType
          Specific adaptation of the "any" type to the old deprecated "object" type
 



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