| Package | Description |
|---|---|
| com.mysema.query.sql |
SQL/JDBC support for Querydsl
|
| com.mysema.query.sql.spatial | |
| com.mysema.query.sql.types |
Types for de/serialization to ResultSet and PreparedStatement
|
| Class and Description |
|---|
| Type
Defines the de/serialization of a typed Java object from a ResultSet or to a PreparedStatement
|
| Class and Description |
|---|
| AbstractType
Common abstract superclass for Type implementations
|
| Type
Defines the de/serialization of a typed Java object from a ResultSet or to a PreparedStatement
|
| Class and Description |
|---|
| AbstractDateTimeType
Common abstract superclass for Type implementations
|
| AbstractNumberType |
| AbstractType
Common abstract superclass for Type implementations
|
| BigDecimalAsDoubleType
BigDecimalAsDoubleType maps BigDecimal to Double on the JDBC level
|
| BigIntegerAsLongType
BigIntegerType maps BigInteger to Long on the JDBC level
|
| BytesType
BytesType maps byte[] to byte[] on the JDBC level
|
| Null |
| NumericBooleanType
NumericBooleanType maps Boolean to 1/0 (Integer) on the JDBC level
|
| StringAsObjectType
StringAsObjectType maps String to String on the JDBC level
|
| Type
Defines the de/serialization of a typed Java object from a ResultSet or to a PreparedStatement
|
Copyright © 2007–2021. All rights reserved.