Uses of Package
com.querydsl.sql.types
Packages that use com.querydsl.sql.types
Package
Description
SQL/JDBC support
Types for de/serialization to ResultSet and PreparedStatement
-
Classes in com.querydsl.sql.types used by com.querydsl.sqlClassDescriptionDefines the de/serialization of a typed Java object from a ResultSet or to a PreparedStatement
-
Classes in com.querydsl.sql.types used by com.querydsl.sql.typesClassDescriptionCommon abstract superclass for Type implementationsCommon abstract superclass for Type implementations for Joda-TimeCommon abstract superclass for Type implementations for Java Time API (JSR310)Common abstract superclass for Type implementations
BigDecimalAsDoubleTypemaps BigDecimal to Double on the JDBC levelBigIntegerTypemaps BigInteger to Long on the JDBC levelBytesTypemaps byte[] to byte[] on the JDBC levelNullis a singleton value replacement for nullNumericBooleanTypemaps Boolean to 1/0 (Integer) on the JDBC levelStringAsObjectTypemaps String to String on the JDBC levelDefines the de/serialization of a typed Java object from a ResultSet or to a PreparedStatement