Uses of Enum Class
org.hibernate.testing.orm.domain.MappingFeature
Packages that use MappingFeature
-
Uses of MappingFeature in org.hibernate.testing.orm.domain
Methods in org.hibernate.testing.orm.domain that return MappingFeatureModifier and TypeMethodDescriptionstatic MappingFeature
Returns the enum constant of this class with the specified name.static MappingFeature[]
MappingFeature.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.testing.orm.domain that return types with arguments of type MappingFeatureModifier and TypeMethodDescriptionstatic 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