| Package | Description |
|---|---|
| net.sf.jkniv.whinstone.jdk8.types | |
| net.sf.jkniv.whinstone.types |
| Modifier and Type | Class and Description |
|---|---|
class |
DurationStringType
Conversion type from
Java java.time.Duration to JDBC DURATION. |
class |
InstantDateType
Conversion type from
Java Instant to JDBC TIMESTAMP |
class |
InstantTimestampType
Conversion type from
Java Instant to JDBC TIMESTAMP |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanBitType
Conversion type from
Java Boolean to JDBC BIT. |
class |
BooleanCharType
Conversion type from
Java Boolean to JDBC CHAR. |
class |
BooleanIntType
Conversion type from
Java Boolean to JDBC INTEGER. |
class |
BooleanVarcharType
Conversion type from
Java Boolean to JDBC VARCHAR. |
class |
CalendarIntType
Conversion type from
Java Calendar to JDBC INTEGER. |
class |
CalendarTimestampType
Conversion type from
Java Calendar to JDBC TIMESTAMP. |
class |
DateIntType
Conversion type from
Java java.util.Date to JDBC INTEGER. |
class |
DateTimestampType
Conversion type from
Java java.util.Date to JDBC TIMESTAMP. |
class |
DateTimeType
Conversion type from
Java java.util.Date to JDBC TIME. |
class |
DateType
Conversion type from
Java java.util.Date to JDBC DATE. |
class |
DoubleBigDecimalType
Conversion type from
Java Double to JDBC Decimal. |
class |
EnumNameType
A Enumeration converter value.
|
class |
EnumOrdinalType
A Enumeration converter value.
|
class |
IntLongType
Conversion type from
Java Integer to JDBC BIGINT. |
class |
LongBigDecimalType
Conversion type from
Java Long to JDBC DECIMAL. |
class |
LongNumericType
Conversion type from
Java Long to JDBC NUMERIC. |
class |
NoConverterType
No conversion is done.
|
class |
ShortIntType
Conversion type from
Java Short to JDBC Integer. |
| Modifier and Type | Method and Description |
|---|---|
Convertible<Object,Object> |
RegisterType.getConverter(Class classType) |
static Convertible<Object,Object> |
NoConverterType.getInstance() |
<T,R> Convertible<Object,Object> |
RegisterType.toAttribute(JdbcColumn<R> column,
ObjectProxy<T> proxy)
Retrieve a
Convertible instance to customize the
value of database to class field. |
<T> Convertible<Object,Object> |
RegisterType.toJdbc(PropertyAccess access,
ObjectProxy<T> proxy)
Retrieve a
Convertible instance to customize the
value of database to class field. |
| Modifier and Type | Method and Description |
|---|---|
void |
RegisterType.register(Convertible convertible) |
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.