Uses of Interface
org.hibernate.metamodel.mapping.PluralAttributeMapping.IndexMetadata
-
Packages that use PluralAttributeMapping.IndexMetadata Package Description org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.metamodel.mapping.internal -
-
Uses of PluralAttributeMapping.IndexMetadata in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return PluralAttributeMapping.IndexMetadata Modifier and Type Method Description PluralAttributeMapping.IndexMetadata
PluralAttributeMapping. getIndexMetadata()
-
Uses of PluralAttributeMapping.IndexMetadata in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return PluralAttributeMapping.IndexMetadata Modifier and Type Method Description PluralAttributeMapping.IndexMetadata
PluralAttributeMappingImpl. getIndexMetadata()
-