Uses of Interface
org.hibernate.metadata.CollectionMetadata

Packages that use CollectionMetadata
org.hibernate This package defines the central Hibernate APIs. 
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
org.hibernate.jmx This package exposes a Hibernate instance via JMX. 
org.hibernate.persister.collection This package abstracts the persistence mechanism for collections. 
 

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 CollectionPersister.getCollectionMetadata()
           
 CollectionMetadata AbstractCollectionPersister.getCollectionMetadata()
           
 



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