Package | Description |
---|---|
org.hibernate.type |
A Hibernate Type is a strategy for mapping a
Java property type to a JDBC type or types.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DiscriminatorType<T>
Additional contract for a
Type may be used for a discriminator. |
Modifier and Type | Class and Description |
---|---|
class |
BigIntegerType
A type that maps between a
NUMERIC and BigInteger . |
class |
BooleanType
|
class |
ByteType
|
class |
CharacterNCharType
|
class |
CharacterType
|
class |
CharBooleanType
Deprecated.
Use the
AbstractStandardBasicType approach instead |
class |
CustomType
|
class |
DateType
|
class |
IntegerType
A type that maps between
INTEGER and @link Integer} |
class |
LongType
|
class |
NumericBooleanType
|
class |
ShortType
|
class |
StringNVarcharType
|
class |
StringType
|
class |
TrueFalseType
|
class |
UrlType
|
class |
YesNoType
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.