|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LogicalType | |
|---|---|
| net.java.ao.types | |
| Uses of LogicalType in net.java.ao.types |
|---|
| Methods in net.java.ao.types that return LogicalType | ||
|---|---|---|
static LogicalType<Object> |
LogicalTypes.blobType()
|
|
static LogicalType<Boolean> |
LogicalTypes.booleanType()
|
|
static LogicalType<Date> |
LogicalTypes.dateType()
|
|
static LogicalType<Double> |
LogicalTypes.doubleType()
|
|
static
|
LogicalTypes.entityType(Class<T> entityClass,
TypeInfo<K> primaryKeyTypeInfo,
Class<K> primaryKeyClass)
|
|
static LogicalType<Enum<?>> |
LogicalTypes.enumType()
|
|
LogicalType<T> |
TypeInfo.getLogicalType()
Returns the LogicalType describing what Java types are supported by this
type and how they are mapped to JDBC operations. |
|
static LogicalType<Integer> |
LogicalTypes.integerType()
|
|
static LogicalType<Long> |
LogicalTypes.longType()
|
|
static LogicalType<String> |
LogicalTypes.stringType()
|
|
static LogicalType<URI> |
LogicalTypes.uriType()
|
|
static LogicalType<URL> |
LogicalTypes.urlType()
|
|
| Methods in net.java.ao.types with parameters of type LogicalType | ||
|---|---|---|
|
TypeManager.Builder.addMapping(LogicalType<T> logicalType,
SchemaProperties schemaProperties)
|
|
|
TypeManager.Builder.addMapping(LogicalType<T> logicalType,
SchemaProperties schemaProperties,
TypeQualifiers qualifiers)
|
|
| Constructors in net.java.ao.types with parameters of type LogicalType | |
|---|---|
TypeInfo(LogicalType<T> logicalType,
SchemaProperties schemaProperties,
TypeQualifiers defaultQualifiers)
|
|
TypeInfo(LogicalType<T> logicalType,
SchemaProperties schemaProperties,
TypeQualifiers defaultQualifiers,
TypeQualifiers qualifiers)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||