Uses of Class
org.hibernate.mapping.PersistentClass

Packages that use PersistentClass
org.hibernate.cfg   
org.hibernate.mapping   
org.hibernate.persister   
org.hibernate.persister.entity   
org.hibernate.tuple   
 

Uses of PersistentClass in org.hibernate.cfg
 

Methods in org.hibernate.cfg that return PersistentClass
 PersistentClass Mappings.getClass(String className)
           
 PersistentClass Mappings.locatePersistentClassByEntityName(String entityName)
           
 PersistentClass Configuration.getClassMapping(String persistentClass)
          Get the mapping for a particular class
 

Methods in org.hibernate.cfg with parameters of type PersistentClass
static void HbmBinder.bindClass(org.dom4j.Element node, PersistentClass persistentClass, Mappings mappings, Map inheritedMetas)
           
static void HbmBinder.bindCompositeId(org.dom4j.Element node, Component component, PersistentClass persistentClass, String propertyName, Mappings mappings, Map inheritedMetas)
           
protected static void HbmBinder.createClassProperties(org.dom4j.Element node, PersistentClass persistentClass, Mappings mappings, Map inheritedMetas)
           
protected static void HbmBinder.createClassProperties(org.dom4j.Element node, PersistentClass persistentClass, Mappings mappings, Map inheritedMetas, UniqueKey uniqueKey, boolean mutable, boolean nullable, boolean naturalId)
           
 void Mappings.addClass(PersistentClass persistentClass)
           
 

Uses of PersistentClass in org.hibernate.mapping
 

Subclasses of PersistentClass in org.hibernate.mapping
 class JoinedSubclass
          A subclass in a table-per-subclass mapping
 class RootClass
          The root class of an inheritance hierarchy
 class SingleTableSubclass
           
 class Subclass
          A sublass in a table-per-class-hierarchy mapping
 class UnionSubclass
          A subclass in a table-per-concrete-class mapping
 

Methods in org.hibernate.mapping that return PersistentClass
 PersistentClass Component.getOwner()
           
 PersistentClass Property.getPersistentClass()
           
 PersistentClass Join.getPersistentClass()
           
abstract  PersistentClass PersistentClass.getSuperclass()
           
 PersistentClass OneToMany.getAssociatedClass()
           
 PersistentClass RootClass.getSuperclass()
           
 PersistentClass Subclass.getSuperclass()
           
 PersistentClass Collection.getOwner()
           
 

Methods in org.hibernate.mapping with parameters of type PersistentClass
 void Component.setOwner(PersistentClass owner)
           
 void Property.setPersistentClass(PersistentClass persistentClass)
           
 void Join.setPersistentClass(PersistentClass persistentClass)
           
 void OneToMany.setAssociatedClass(PersistentClass associatedClass)
          Associated entity on the many side
 void Subclass.setSuperclass(PersistentClass superclass)
           
 void Collection.setOwner(PersistentClass owner)
           
 

Constructors in org.hibernate.mapping with parameters of type PersistentClass
Set(PersistentClass owner)
          Constructor for Set.
JoinedSubclass(PersistentClass superclass)
           
IdentifierBag(PersistentClass owner)
           
List(PersistentClass owner)
           
Component(PersistentClass owner)
           
IndexedCollection(PersistentClass owner)
           
Map(PersistentClass owner)
           
SingleTableSubclass(PersistentClass superclass)
           
OneToOne(Table table, PersistentClass owner)
           
Array(PersistentClass owner)
          Constructor for Array.
Bag(PersistentClass owner)
           
UnionSubclass(PersistentClass superclass)
           
IdentifierCollection(PersistentClass owner)
           
OneToMany(PersistentClass owner)
           
PrimitiveArray(PersistentClass owner)
           
Subclass(PersistentClass superclass)
           
Collection(PersistentClass owner)
           
 

Uses of PersistentClass in org.hibernate.persister
 

Methods in org.hibernate.persister with parameters of type PersistentClass
static EntityPersister PersisterFactory.createClassPersister(PersistentClass model, CacheConcurrencyStrategy cache, SessionFactoryImplementor factory, Mapping cfg)
           
 

Uses of PersistentClass in org.hibernate.persister.entity
 

Methods in org.hibernate.persister.entity with parameters of type PersistentClass
protected  void AbstractEntityPersister.initSubclassPropertyAliasesMap(PersistentClass model)
          Must be called by subclasses, at the end of their constructors
protected  String UnionSubclassEntityPersister.generateSubquery(PersistentClass model, Mapping mapping)
           
 

Constructors in org.hibernate.persister.entity with parameters of type PersistentClass
AbstractEntityPersister(PersistentClass persistentClass, CacheConcurrencyStrategy cache, SessionFactoryImplementor factory)
           
UnionSubclassEntityPersister(PersistentClass persistentClass, CacheConcurrencyStrategy cache, SessionFactoryImplementor factory, Mapping mapping)
           
SingleTableEntityPersister(PersistentClass persistentClass, CacheConcurrencyStrategy cache, SessionFactoryImplementor factory, Mapping mapping)
           
JoinedSubclassEntityPersister(PersistentClass persistentClass, CacheConcurrencyStrategy cache, SessionFactoryImplementor factory, Mapping mapping)
           
 

Uses of PersistentClass in org.hibernate.tuple
 

Methods in org.hibernate.tuple with parameters of type PersistentClass
protected  Getter DynamicMapEntityTuplizer.buildPropertyGetter(Property mappedProperty, PersistentClass mappedEntity)
           
protected  Setter DynamicMapEntityTuplizer.buildPropertySetter(Property mappedProperty, PersistentClass mappedEntity)
           
protected  Instantiator DynamicMapEntityTuplizer.buildInstantiator(PersistentClass mappingInfo)
           
protected  ProxyFactory DynamicMapEntityTuplizer.buildProxyFactory(PersistentClass mappingInfo, Getter idGetter, Setter idSetter)
           
protected  ProxyFactory PojoEntityTuplizer.buildProxyFactory(PersistentClass persistentClass, Getter idGetter, Setter idSetter)
           
protected  Instantiator PojoEntityTuplizer.buildInstantiator(PersistentClass persistentClass)
           
protected  Getter PojoEntityTuplizer.buildPropertyGetter(Property mappedProperty, PersistentClass mappedEntity)
           
protected  Setter PojoEntityTuplizer.buildPropertySetter(Property mappedProperty, PersistentClass mappedEntity)
           
protected abstract  Getter AbstractEntityTuplizer.buildPropertyGetter(Property mappedProperty, PersistentClass mappedEntity)
          Build an appropriate Getter for the given property.
protected abstract  Setter AbstractEntityTuplizer.buildPropertySetter(Property mappedProperty, PersistentClass mappedEntity)
          Build an appropriate Setter for the given property.
protected abstract  Instantiator AbstractEntityTuplizer.buildInstantiator(PersistentClass mappingInfo)
          Build an appropriate Instantiator for the given mapped entity.
protected abstract  ProxyFactory AbstractEntityTuplizer.buildProxyFactory(PersistentClass mappingInfo, Getter idGetter, Setter idSetter)
          Build an appropriate ProxyFactory for the given mapped entity.
static IdentifierProperty PropertyFactory.buildIdentifierProperty(PersistentClass mappedEntity, IdentifierGenerator generator)
          Generates an IdentifierProperty representation of the for a given entity mapping.
static TuplizerLookup TuplizerLookup.create(PersistentClass mappedEntity, EntityMetamodel em)
          Generate a TuplizerLookup based on the given entity mapping and metamodel definitions.
protected  Getter Dom4jEntityTuplizer.buildPropertyGetter(Property mappedProperty, PersistentClass mappedEntity)
           
protected  Setter Dom4jEntityTuplizer.buildPropertySetter(Property mappedProperty, PersistentClass mappedEntity)
           
protected  Instantiator Dom4jEntityTuplizer.buildInstantiator(PersistentClass persistentClass)
           
protected  ProxyFactory Dom4jEntityTuplizer.buildProxyFactory(PersistentClass mappingInfo, Getter idGetter, Setter idSetter)
           
 

Constructors in org.hibernate.tuple with parameters of type PersistentClass
PojoEntityTuplizer(EntityMetamodel entityMetamodel, PersistentClass mappedEntity)
           
AbstractEntityTuplizer(EntityMetamodel entityMetamodel, PersistentClass mappingInfo)
          Constructs a new AbstractEntityTuplizer instance.
DynamicMapInstantiator(PersistentClass mappingInfo)
           
EntityMetamodel(PersistentClass persistentClass, SessionFactoryImplementor sessionFactory)
           
Dom4jInstantiator(PersistentClass mappingInfo)
           
PojoInstantiator(PersistentClass persistentClass, net.sf.cglib.reflect.FastClass fastClass)