Uses of Interface
org.hibernate.metadata.CollectionMetadata
-
Packages that use CollectionMetadata Package Description org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.persister.collection This package abstracts persistence mechanisms for collections. -
-
Uses of CollectionMetadata in org.hibernate.internal
Methods in org.hibernate.internal that return CollectionMetadata Modifier and Type Method Description CollectionMetadata
SessionFactoryImpl. getCollectionMetadata(String roleName)
-
Uses of CollectionMetadata in org.hibernate.persister.collection
Classes in org.hibernate.persister.collection that implement CollectionMetadata Modifier and Type Class Description class
AbstractCollectionPersister
Base implementation of theQueryableCollection
interface.class
BasicCollectionPersister
ACollectionPersister
for collections of values and many-to-many associations.class
OneToManyPersister
ACollectionPersister
forone-to-one associations
.Methods in org.hibernate.persister.collection that return CollectionMetadata Modifier and Type Method Description CollectionMetadata
AbstractCollectionPersister. getCollectionMetadata()
Deprecated.CollectionMetadata
CollectionPersister. getCollectionMetadata()
Deprecated.This operation is no longer called by Hibernate.
-