Uses of Interface
org.hibernate.type.DiscriminatorType
-
Packages that use DiscriminatorType Package Description org.hibernate.type -
-
Uses of DiscriminatorType in org.hibernate.type
Classes in org.hibernate.type that implement DiscriminatorType Modifier and Type Class Description class
BigIntegerType
A type that maps between aNUMERIC
andBigInteger
.class
BooleanType
class
ByteType
class
CharacterNCharType
class
CharacterType
class
CustomType
class
IntegerType
A type that maps betweenINTEGER
and @link Integer}class
LongType
class
NumericBooleanType
class
ShortType
class
StringNVarcharType
class
StringType
class
TrueFalseType
class
UrlType
class
YesNoType
-