Uses of Interface
org.hibernate.metadata.CollectionMetadata
-
Packages that use CollectionMetadata Package Description org.hibernate org.hibernate.engine.spi org.hibernate.persister.collection -
-
Uses of CollectionMetadata in org.hibernate
Methods in org.hibernate that return CollectionMetadata Modifier and Type Method Description CollectionMetadataSessionFactory. getCollectionMetadata(java.lang.String roleName)Deprecated.Use the descriptors fromEntityManagerFactory.getMetamodel()instead -
Uses of CollectionMetadata in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return CollectionMetadata Modifier and Type Method Description CollectionMetadataSessionFactoryDelegatingImpl. getCollectionMetadata(java.lang.String roleName) -
Uses of CollectionMetadata in org.hibernate.persister.collection
Classes in org.hibernate.persister.collection that implement CollectionMetadata Modifier and Type Class Description classAbstractCollectionPersisterBase implementation of the QueryableCollection interface.classBasicCollectionPersisterCollection persister for collections of values and many-to-many associations.classOneToManyPersisterCollection persister for one-to-many associations.Methods in org.hibernate.persister.collection that return CollectionMetadata Modifier and Type Method Description CollectionMetadataAbstractCollectionPersister. getCollectionMetadata()CollectionMetadataCollectionPersister. getCollectionMetadata()
-