| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyMapping | |
|---|---|
| org.hibernate.hql.internal.ast.tree | |
| org.hibernate.hql.internal.ast.util | |
| 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.test.annotations.persister | |
| Uses of PropertyMapping in org.hibernate.hql.internal.ast.tree | 
|---|
| Methods in org.hibernate.hql.internal.ast.tree that return PropertyMapping | |
|---|---|
| protected  PropertyMapping | ComponentJoin.getBasePropertyMapping() | 
|  PropertyMapping | FromElement.getPropertyMapping(String propertyName) | 
|  PropertyMapping | ComponentJoin.ComponentFromElementType.getPropertyMapping(String propertyName) | 
| Uses of PropertyMapping in org.hibernate.hql.internal.ast.util | 
|---|
| Methods in org.hibernate.hql.internal.ast.util that return PropertyMapping | |
|---|---|
|  PropertyMapping | SessionFactoryHelper.getCollectionPropertyMapping(String role)Retrieve a PropertyMapping describing the given collection role. | 
| Uses of PropertyMapping in org.hibernate.persister.collection | 
|---|
| Subinterfaces of PropertyMapping in org.hibernate.persister.collection | |
|---|---|
|  interface | QueryableCollectionA collection role that may be queried or loaded by outer join. | 
|  interface | SQLLoadableCollection | 
| Classes in org.hibernate.persister.collection that implement PropertyMapping | |
|---|---|
|  class | AbstractCollectionPersisterBase implementation of the QueryableCollection interface. | 
|  class | BasicCollectionPersisterCollection persister for collections of values and many-to-many associations. | 
|  class | CollectionPropertyMapping | 
|  class | CompositeElementPropertyMapping | 
|  class | ElementPropertyMapping | 
|  class | OneToManyPersisterCollection persister for one-to-many associations. | 
| Uses of PropertyMapping in org.hibernate.persister.entity | 
|---|
| Subinterfaces of PropertyMapping in org.hibernate.persister.entity | |
|---|---|
|  interface | QueryableExtends the generic EntityPersister contract to add operations required by the Hibernate Query Language | 
| Classes in org.hibernate.persister.entity that implement PropertyMapping | |
|---|---|
|  class | AbstractEntityPersisterBasic functionality for persisting an entity via JDBC through either generated or custom SQL | 
|  class | AbstractPropertyMappingBasic implementation of the PropertyMappingcontract. | 
|  class | BasicEntityPropertyMapping | 
|  class | JoinedSubclassEntityPersisterAn EntityPersister implementing the normalized "table-per-subclass" mapping strategy | 
|  class | SingleTableEntityPersisterThe default implementation of the EntityPersister interface. | 
|  class | UnionSubclassEntityPersisterImplementation of the "table-per-concrete-class" or "roll-down" mapping strategy for an entity and its inheritence hierarchy. | 
| Uses of PropertyMapping in org.hibernate.test.annotations.persister | 
|---|
| Classes in org.hibernate.test.annotations.persister that implement PropertyMapping | |
|---|---|
|  class | CollectionPersister | 
|  class | EntityPersister | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||