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 CollectionMetadata
SessionFactory. 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 CollectionMetadata
SessionFactoryDelegatingImpl. 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 class
AbstractCollectionPersister
Base implementation of the QueryableCollection interface.class
BasicCollectionPersister
Collection persister for collections of values and many-to-many associations.class
OneToManyPersister
Collection persister for one-to-many associations.Methods in org.hibernate.persister.collection that return CollectionMetadata Modifier and Type Method Description CollectionMetadata
AbstractCollectionPersister. getCollectionMetadata()
CollectionMetadata
CollectionPersister. getCollectionMetadata()
-