|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IdentifierType | |
org.hibernate.type | A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. |
Uses of IdentifierType in org.hibernate.type |
Subinterfaces of IdentifierType in org.hibernate.type | |
interface |
DiscriminatorType
A Type that may be used for a discriminator column. |
Classes in org.hibernate.type that implement IdentifierType | |
class |
BigIntegerType
big_integer: A type that maps an SQL NUMERIC to a java.math.BigInteger |
class |
BooleanType
boolean: A type that maps an SQL BIT to a Java Boolean. |
class |
ByteType
byte: A type that maps an SQL TINYINT to a Java Byte. |
class |
CharacterType
character: A type that maps an SQL CHAR(1) to a Java Character. |
class |
CharBooleanType
Superclass for types that map Java boolean to SQL CHAR(1). |
class |
CustomType
Adapts UserType to the generic Type interface, in order
to isolate user code from changes in the internal Type contracts. |
class |
DateType
date: A type that maps an SQL DATE to a Java Date. |
class |
IntegerType
integer: A type that maps an SQL INT to a Java Integer. |
class |
LongType
long: A type that maps an SQL BIGINT to a Java Long. |
class |
ShortType
short: A type that maps an SQL SMALLINT to a Java Short. |
class |
StringType
string: A type that maps an SQL VARCHAR to a Java String. |
class |
TrueFalseType
true_false: A type that maps an SQL CHAR(1) to a Java Boolean. |
class |
YesNoType
yes_no: A type that maps an SQL CHAR(1) to a Java Boolean. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |