| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 of the org.hibernatepackage. | 
| org.hibernate.jmx | This package exposes a Hibernate instance via JMX. | 
| org.hibernate.persister.collection | This package abstracts the persistence mechanism for collections. | 
| org.hibernate.test.annotations.persister | |
| Uses of CollectionMetadata in org.hibernate | 
|---|
| Methods in org.hibernate that return CollectionMetadata | |
|---|---|
|  CollectionMetadata | SessionFactory.getCollectionMetadata(String roleName)Get the CollectionMetadataassociated 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 | AbstractCollectionPersisterBase implementation of the QueryableCollection interface. | 
|  class | BasicCollectionPersisterCollection persister for collections of values and many-to-many associations. | 
|  class | OneToManyPersisterCollection persister for one-to-many associations. | 
| Methods in org.hibernate.persister.collection that return CollectionMetadata | |
|---|---|
|  CollectionMetadata | AbstractCollectionPersister.getCollectionMetadata() | 
|  CollectionMetadata | CollectionPersister.getCollectionMetadata() | 
| Uses of CollectionMetadata in org.hibernate.test.annotations.persister | 
|---|
| Classes in org.hibernate.test.annotations.persister that implement CollectionMetadata | |
|---|---|
|  class | CollectionPersister | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||