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
Subinterfaces of CollectionMetadata in org.hibernate.persister.collection Modifier and Type Interface Description interface
DeprecatedCollectionStuff
Deprecated.Just used to singly extend all the deprecated collection persister rolesClasses in org.hibernate.persister.collection that implement CollectionMetadata Modifier and Type Class Description class
AbstractCollectionPersister
Base implementation of theQueryableCollection
interface.class
BasicCollectionPersister
class
OneToManyPersister
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.
-