See: Description
Interface | Description |
---|---|
Type<T> |
Defines the de/serialization of a typed Java object from a ResultSet or to a PreparedStatement
|
Class | Description |
---|---|
AbstractDateTimeType<T> |
Common abstract superclass for Type implementations
|
AbstractJSR310DateTimeType<T extends java.time.temporal.Temporal> |
Common abstract superclass for Type implementations for Java Time API (JSR310)
|
AbstractType<T> |
Common abstract superclass for Type implementations
|
ArrayType<T> |
ArrayType maps Java arrays to JDBC arrays |
BigDecimalAsDoubleType |
BigDecimalAsDoubleType maps BigDecimal to Double on the JDBC level |
BigDecimalType |
BigDecimalType maps BigDecimal to BigDecimal on the JDBC level |
BigIntegerAsLongType |
BigIntegerType maps BigInteger to Long on the JDBC level |
BigIntegerType |
BigIntegerType maps BigInteger to BigDecimal on the JDBC level |
BlobType |
BlobType maps Blob to Blob on the JDBC level |
BooleanType |
BooleanType maps Boolean to Boolean on the JDBC level |
BytesType |
BytesType maps byte[] to byte[] on the JDBC level |
ByteType |
ByteType maps Byte to Byte on the JDBC level |
CalendarType |
CalendarType maps Calendar to Timestamp on the JDBC level |
CharacterType |
CharacterType maps Character to Character on the JDBC level |
ClobType |
ClobType maps Clob to Clob on the JDBC level |
CurrencyType |
CurrencyType maps Currency to String on the JDBC level |
DateTimeType |
DateTimeType maps DateTime to Timestamp on the JDBC level |
DateType |
DateType maps Date to Date on the JDBC level |
DoubleType |
DoubleType maps Double to Double on the JDBC level |
EnumAsObjectType<T extends Enum<T>> |
EnumAsObjectType maps Enum types to Object on the JDBC level |
EnumByNameType<T extends Enum<T>> |
EnumByNameType maps Enum types to their String names on the JDBC level |
EnumByOrdinalType<T extends Enum<T>> |
EnumByOrdinalType maps Enum types to their Integer ordinals on the JDBC level |
FloatType |
FloatType maps Float to Float on the JDBC level |
InputStreamType |
InputStreamType maps InputStream to InputStream on the JDBC level |
IntegerType |
IntegerType maps Integer to Integer on the JDBC level |
JSR310InstantType |
JSR310InstantType maps Instant to
Timestamp on the JDBC level
|
JSR310LocalDateTimeType |
JSR310LocalDateTimeType maps LocalDateTime
to Timestamp on the JDBC level
|
JSR310LocalDateType |
JSR310LocalDateType maps LocalDate
to Date on the JDBC level
|
JSR310LocalTimeType |
JSR310LocalTimeType maps LocalTime
to Time on the JDBC level
|
JSR310OffsetDateTimeType |
JSR310OffsetDateTimeType maps OffsetDateTime
to Timestamp on the JDBC level
|
JSR310OffsetTimeType |
JSR310OffsetTimeType maps OffsetTime
to Time on the JDBC level
|
JSR310ZonedDateTimeType |
JSR310ZonedDateTimeType maps ZonedDateTime
to Timestamp on the JDBC level
|
LocalDateTimeType |
LocalDateTimeType maps LocalDateTime to Timestamp on the JDBC level |
LocalDateType |
LocalDateType maps LocalDate to Date on the JDBC level |
LocaleType |
LocaleType maps Locale to String on the JDBC level |
LocalTimeType |
LocalTimeType maps LocalTime to Time on the JDBC level |
LongType |
LongType maps Long to Long on the JDBC level |
LongVarBinaryBytesType |
LongVarBinaryBytesType uses LONGVARBINARY as the JDBC type |
Null |
Null is a singleton value replacement for null |
NumericBooleanType |
NumericBooleanType maps Boolean to 1/0 (Integer) on the JDBC level |
ObjectType |
ObjectType maps Object to Object on the JDBC level |
ShortType |
ShortType maps Short to Short on the JDBC level |
SQLXMLType |
SQLXMLType maps SQLXML to SQLXML on the JDBC level |
StringAsObjectType |
StringAsObjectType maps String to String on the JDBC level |
StringType |
StringType maps String to String on the JDBC level |
TimestampType |
TimestampType maps Timestamp to Timestamp on the JDBC level |
TimeType |
TimeType maps Time to Time on the JDBC level |
TrueFalseType |
TrueFalseType maps Boolean to 'T'/'F' on the JDBC level |
URLType |
URLType maps URL to URL on the JDBC level |
UtilDateType |
UtilDateType maps Date to Timestamp on the JDBC level |
UtilUUIDType |
UtilUUIDType maps UUID to String on the JDBC level |
XMLAsStringType |
XMLAsStringType maps String to SQLXML on the JDBC level |
YesNoType |
YesNoType maps Boolean to 'Y'/'N' on the JDBC level |
Copyright © 2007–2016 Querydsl. All rights reserved.