Uses of Class
org.hibernate.testing.orm.domain.MappingFeature
-
Packages that use MappingFeature Package Description org.hibernate.testing.orm.domain org.hibernate.testing.orm.domain.retail -
-
Uses of MappingFeature in org.hibernate.testing.orm.domain
Methods in org.hibernate.testing.orm.domain that return MappingFeature Modifier and Type Method Description static MappingFeature
MappingFeature. valueOf(String name)
Returns the enum constant of this type with the specified name.static MappingFeature[]
MappingFeature. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.testing.orm.domain that return types with arguments of type MappingFeature Modifier and Type Method Description static EnumSet<MappingFeature>
MappingFeature. all()
default EnumSet<MappingFeature>
DomainModelDescriptor. getMappingFeaturesUsed()
Identifies the specific mapping features this domain model uses. -
Uses of MappingFeature in org.hibernate.testing.orm.domain.retail
Methods in org.hibernate.testing.orm.domain.retail that return types with arguments of type MappingFeature Modifier and Type Method Description EnumSet<MappingFeature>
RetailDomainModel. getMappingFeaturesUsed()
-