|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LiteralType | |
net.sf.hibernate.sql | |
net.sf.hibernate.type |
Uses of LiteralType in net.sf.hibernate.sql |
Methods in net.sf.hibernate.sql with parameters of type LiteralType | |
Update |
Update.addColumn(String columnName,
Object value,
LiteralType type)
|
Insert |
Insert.addColumn(String columnName,
Object value,
LiteralType type)
|
Uses of LiteralType in net.sf.hibernate.type |
Subinterfaces of LiteralType in net.sf.hibernate.type | |
interface |
DiscriminatorType
A Type that may be used for a discriminator column. |
Classes in net.sf.hibernate.type that implement LiteralType | |
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 |
CurrencyType
currency: A type that maps an SQL VARCHAR to a java.util.Currency |
class |
DateType
date: A type that maps an SQL DATE to a Java Date. |
class |
DoubleType
double: A type that maps an SQL DOUBLE to a Java Double. |
class |
FloatType
float: A type that maps an SQL FLOAT to a Java Float. |
class |
IntegerType
integer: A type that maps an SQL INT to a Java Integer. |
class |
LocaleType
locale: A type that maps an SQL VARCHAR to a Java Locale. |
class |
LongType
long: A type that maps an SQL BIGINT to a Java Long. |
class |
PersistentEnumType
Deprecated. Support for PersistentEnums will be removed in 2.2 |
class |
PrimitiveType
Superclass of primitive / primitive wrapper types. |
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 |
TimestampType
timestamp: A type that maps an SQL TIMESTAMP to a Java java.util.Date or java.sql.Timestamp. |
class |
TimeType
time: A type that maps an SQL TIME to a Java java.util.Date or java.sql.Time. |
class |
TimeZoneType
timezone: A type that maps an SQL VARCHAR to a java.util.TimeZone |
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 |