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 CollectionMetadataSessionFactoryImpl. getCollectionMetadata(String roleName) -
Uses of CollectionMetadata in org.hibernate.persister.collection
Subinterfaces of CollectionMetadata in org.hibernate.persister.collection Modifier and Type Interface Description interfaceDeprecatedCollectionStuffDeprecated.Just used to singly extend all the deprecated collection persister rolesClasses in org.hibernate.persister.collection that implement CollectionMetadata Modifier and Type Class Description classAbstractCollectionPersisterBase implementation of theQueryableCollectioninterface.classBasicCollectionPersisterclassOneToManyPersisterMethods in org.hibernate.persister.collection that return CollectionMetadata Modifier and Type Method Description CollectionMetadataAbstractCollectionPersister. getCollectionMetadata()Deprecated.CollectionMetadataCollectionPersister. getCollectionMetadata()Deprecated.This operation is no longer called by Hibernate.
-