See: Description
| Interface | Description |
|---|---|
| DataReader | |
| ScalarDataReader<T> |
Reads from and binds to database columns.
|
| ScalarType<T> |
Describes a scalar type.
|
| ScalarTypeEnum |
Marker interface for the Enum scalar types.
|
| TypeManager |
Convert an Object to the required type.
|
| Class | Description |
|---|---|
| BeanToDbMap<B,D> |
Used to map Bean values to DB values.
|
| CtCompoundProperty |
Wraps a CompoundTypeProperty with it's type and parent for nested compound
types.
|
| CtCompoundPropertyElAdapter |
Adapter for CtCompoundProperty to ElPropertyValue.
|
| CtCompoundType<V> |
The internal representation of a Compound Type (Immutable Compound Value
Object).
|
| CtCompoundTypeScalarList |
Used to build a flat list of all the scalar types nested in a compound type.
|
| DataBind | |
| DataEncryptSupport | |
| DefaultTypeFactory |
Helper to create some default ScalarType objects for Booleans,
java.util.Date, java.util.Calendar etc.
|
| DefaultTypeManager |
Default implementation of TypeManager.
|
| EnumToDbIntegerMap |
Used to map enum values to database integer values.
|
| EnumToDbStringMap |
Used to map Enum values to database string/varchar values.
|
| EnumToDbValueMap<T> |
Used to map Bean values to DB values.
|
| EscapeJson | |
| ImmutableCompoundTypeBuilder |
Used to build Immutable Compound Value objects.
|
| LongToTimestampConverter | |
| RsetDataReader | |
| RsetDataReaderIndexed | |
| ScalarTypeBase<T> |
Base ScalarType object.
|
| ScalarTypeBaseDate<T> |
Base class for Date types.
|
| ScalarTypeBaseDateTime<T> |
Base type for DateTime types.
|
| ScalarTypeBaseVarchar<T> |
Base ScalarType for types which converts to and from a VARCHAR database
column.
|
| ScalarTypeBigDecimal |
ScalarType for BigDecimal.
|
| ScalarTypeBoolean |
ScalarType for Boolean and boolean.
|
| ScalarTypeBoolean.BitBoolean |
The Class BitBoolean converts a JDBC type BIT to a java boolean
|
| ScalarTypeBoolean.BooleanBase | |
| ScalarTypeBoolean.IntBoolean |
Converted to/from an Integer in the Database.
|
| ScalarTypeBoolean.Native | |
| ScalarTypeBoolean.StringBoolean |
Converted to/from an Integer in the Database.
|
| ScalarTypeByte |
ScalarType for Byte.
|
| ScalarTypeBytesBase |
Base type for binary types.
|
| ScalarTypeBytesBinary |
ScalarType for Types.BINARY to byte[].
|
| ScalarTypeBytesBlob |
ScalarType for BLOB.
|
| ScalarTypeBytesEncrypted |
Encrypted ScalarType that wraps a byte[] types.
|
| ScalarTypeBytesLongVarbinary |
ScalarType for Longvarbinary.
|
| ScalarTypeBytesVarbinary |
ScalarType for Types.VARBINARY to byte[].
|
| ScalarTypeCalendar |
ScalarType for java.util.Calendar.
|
| ScalarTypeChar |
ScalarType for char.
|
| ScalarTypeCharArray |
ScalarType for char[].
|
| ScalarTypeClass |
ScalarType for Class that persists it to VARCHAR column.
|
| ScalarTypeClob |
ScalarType for String.
|
| ScalarTypeCurrency |
ScalarType for java.util.Currency which converts to and from a VARCHAR database column.
|
| ScalarTypeDate |
ScalarType for java.sql.Date.
|
| ScalarTypeDouble |
ScalarType for Double and double.
|
| ScalarTypeEncryptedWrapper<T> | |
| ScalarTypeEnumStandard |
JPA standard based Enum scalar type.
|
| ScalarTypeEnumStandard.EnumBase | |
| ScalarTypeEnumStandard.OrdinalEnum | |
| ScalarTypeEnumStandard.StringEnum | |
| ScalarTypeEnumWithMapping |
Additional control over mapping to DB values.
|
| ScalarTypeFloat |
ScalarType for Float and float.
|
| ScalarTypeInteger |
ScalarType for Integer and int.
|
| ScalarTypeJodaDateMidnight |
ScalarType for Joda DateMidnight.
|
| ScalarTypeJodaDateTime |
ScalarType for Joda DateTime.
|
| ScalarTypeJodaLocalDate |
ScalarType for Joda LocalDate.
|
| ScalarTypeJodaLocalDateTime |
ScalarType for Joda LocalDateTime.
|
| ScalarTypeJodaLocalTime |
ScalarType for Joda LocalTime.
|
| ScalarTypeLocale |
ScalarType for java.util.Currency which converts to and from a VARCHAR
database column.
|
| ScalarTypeLong |
ScalarType for Long and long.
|
| ScalarTypeLongToTimestamp | |
| ScalarTypeLongVarchar |
ScalarType for String.
|
| ScalarTypeMathBigInteger |
ScalarType for java.math.BigInteger.
|
| ScalarTypeShort |
ScalarType for Short and short.
|
| ScalarTypeString |
ScalarType for String.
|
| ScalarTypeTime |
ScalarType for java.sql.Time.
|
| ScalarTypeTimestamp |
ScalarType for java.sql.Timestamp.
|
| ScalarTypeTimeZone |
ScalarType for java.util.TimeZone which converts to and from a VARCHAR
database column.
|
| ScalarTypeURI |
ScalarType for java.net.URI which converts to and from a VARCHAR database column.
|
| ScalarTypeURL |
ScalarType for java.net.URL which converts to and from a VARCHAR database column.
|
| ScalarTypeUtilDate |
ScalarType for java.util.Date.
|
| ScalarTypeUtilDate.DateType | |
| ScalarTypeUtilDate.TimestampType | |
| ScalarTypeUUID |
ScalarType for java.util.UUID which converts to and from a VARCHAR database column.
|
| ScalarTypeWrapper<B,S> |
A ScalarType that uses a ScalarTypeConverter to convert to and from another
underlying ScalarType.
|
| SimpleAesEncryptor |
Simple AES based encryption and decryption.
|
| TypeReflectHelper |
Copyright © 2014. All Rights Reserved.