Uses of Interface
org.hibernate.metadata.CollectionMetadata

Packages that use CollectionMetadata
org.hibernate   
org.hibernate.impl   
org.hibernate.jmx   
org.hibernate.persister.collection   
 

Uses of CollectionMetadata in org.hibernate
 

Methods in org.hibernate that return CollectionMetadata
 CollectionMetadata SessionFactory.getCollectionMetadata(String roleName)
          Get the CollectionMetadata associated with the named collection role
 

Uses of CollectionMetadata in org.hibernate.impl
 

Methods in org.hibernate.impl that return CollectionMetadata
 CollectionMetadata SessionFactoryImpl.getCollectionMetadata(String roleName)
           
 

Uses of CollectionMetadata in org.hibernate.jmx
 

Methods in org.hibernate.jmx that return CollectionMetadata
 CollectionMetadata SessionFactoryStub.getCollectionMetadata(String roleName)
           
 

Uses of CollectionMetadata in org.hibernate.persister.collection
 

Classes in org.hibernate.persister.collection that implement CollectionMetadata
 class AbstractCollectionPersister
          Base implementation of the QueryableCollection interface.
 class BasicCollectionPersister
          Collection persister for collections of values and many-to-many associations.
 class OneToManyPersister
          Collection persister for one-to-many associations.
 

Methods in org.hibernate.persister.collection that return CollectionMetadata
 CollectionMetadata AbstractCollectionPersister.getCollectionMetadata()
           
 CollectionMetadata CollectionPersister.getCollectionMetadata()