Uses of Enum Class
org.hibernate.metamodel.mapping.DiscriminatorValue.Special
Packages that use DiscriminatorValue.Special
Package
Description
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
-
Uses of DiscriminatorValue.Special in org.hibernate.metamodel.mapping
Subclasses with type arguments of type DiscriminatorValue.Special in org.hibernate.metamodel.mappingMethods in org.hibernate.metamodel.mapping that return DiscriminatorValue.SpecialModifier and TypeMethodDescriptionstatic DiscriminatorValue.SpecialReturns the enum constant of this class with the specified name.static DiscriminatorValue.Special[]DiscriminatorValue.Special.values()Returns an array containing the constants of this enum class, in the order they are declared.