Uses of Interface
org.hibernate.tool.orm.jbt.api.wrp.CollectionMetadataWrapper
-
Packages that use CollectionMetadataWrapper Package Description org.hibernate.tool.orm.jbt.api.wrp org.hibernate.tool.orm.jbt.internal.factory -
-
Uses of CollectionMetadataWrapper in org.hibernate.tool.orm.jbt.api.wrp
Methods in org.hibernate.tool.orm.jbt.api.wrp that return CollectionMetadataWrapper Modifier and Type Method Description CollectionMetadataWrapperSessionFactoryWrapper. getCollectionMetadata(String s)Methods in org.hibernate.tool.orm.jbt.api.wrp that return types with arguments of type CollectionMetadataWrapper Modifier and Type Method Description Map<String,CollectionMetadataWrapper>SessionFactoryWrapper. getAllCollectionMetadata() -
Uses of CollectionMetadataWrapper in org.hibernate.tool.orm.jbt.internal.factory
Methods in org.hibernate.tool.orm.jbt.internal.factory that return CollectionMetadataWrapper Modifier and Type Method Description static CollectionMetadataWrapperCollectionMetadataWrapperFactory. createCollectionMetadataWrapper(org.hibernate.persister.collection.CollectionPersister collectionPersister)
-