Uses of Enum Class
org.hibernate.models.internal.PrimitiveKind
Packages that use PrimitiveKind
-
Uses of PrimitiveKind in org.hibernate.models.internal
Methods in org.hibernate.models.internal that return PrimitiveKindModifier and TypeMethodDescriptionPrimitiveTypeDetailsImpl.getPrimitiveKind()static PrimitiveKindPrimitiveKind.resolveFromClassDetails(ClassDetails classDetails) static PrimitiveKindPrimitiveKind.resolveFromTypeChar(char javaTypeChar) static PrimitiveKindReturns the enum constant of this class with the specified name.static PrimitiveKind[]PrimitiveKind.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PrimitiveKind in org.hibernate.models.spi
Methods in org.hibernate.models.spi that return PrimitiveKind