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 | Class and Description |
---|---|
class |
BooleanType
|
class |
ByteType
|
class |
CharacterNCharType
|
class |
CharacterType
|
class |
CharBooleanType
Deprecated.
Use the
AbstractStandardBasicType approach instead |
class |
DoubleType
|
class |
FloatType
|
class |
IntegerType
A type that maps between
INTEGER and @link Integer} |
class |
LongType
|
class |
NumericBooleanType
|
class |
ShortType
|
class |
TrueFalseType
|
class |
YesNoType
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.