Uses of Enum Class
org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
Packages that use StrictJpaComplianceViolation.Type
-
Uses of StrictJpaComplianceViolation.Type in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return StrictJpaComplianceViolation.TypeModifier and TypeMethodDescriptionStrictJpaComplianceViolation.getType()
Returns the enum constant of this class with the specified name.static StrictJpaComplianceViolation.Type[]
StrictJpaComplianceViolation.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.hibernate.query.sqm with parameters of type StrictJpaComplianceViolation.TypeModifierConstructorDescriptionStrictJpaComplianceViolation
(String message, StrictJpaComplianceViolation.Type type)