Package | Description |
---|---|
org.hibernate.sql |
This package defines helper classes for rendering SQL
fragments and SQL statements.
|
org.hibernate.type |
A Hibernate Type is a strategy for mapping a
Java property type to a JDBC type or types.
|
Modifier and Type | Method and Description |
---|---|
Insert |
Insert.addColumn(String columnName,
Object value,
LiteralType type) |
Update |
Update.addColumn(String columnName,
Object value,
LiteralType type) |
Modifier and Type | Interface and Description |
---|---|
interface |
DiscriminatorType<T>
Additional contract for a
Type may be used for a discriminator. |
interface |
PrimitiveType<T>
Additional contract for primitive / primitive wrapper types.
|
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 |
CurrencyType
|
class |
CustomType
|
class |
DateType
|
class |
DbTimestampType
dbtimestamp: An extension of
TimestampType which
maps to the database's current timestamp, rather than the jvm's
current timestamp. |
class |
DoubleType
|
class |
FloatType
|
class |
IntegerType
A type that maps between
INTEGER and @link Integer} |
class |
LocaleType
A type that maps between
VARCHAR and @link Locale} |
class |
LongType
|
class |
NumericBooleanType
|
class |
ShortType
|
class |
StringNVarcharType
|
class |
StringType
|
class |
TimestampType
|
class |
TimeType
|
class |
TimeZoneType
|
class |
TrueFalseType
|
class |
UrlType
|
class |
UUIDCharType
|
class |
YesNoType
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.