Uses of Interface
org.hibernate.metadata.CollectionMetadata

Packages that use CollectionMetadata
org.hibernate This package defines the central Hibernate APIs. 
org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. 
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.internal
 

Methods in org.hibernate.internal 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)
          Deprecated.  
 

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()
           
 



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