|
||||||||||
| 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<java.lang.Object> |
LogicalTypes.blobType()
|
|
static LogicalType<java.lang.Boolean> |
LogicalTypes.booleanType()
|
|
static LogicalType<java.util.Date> |
LogicalTypes.dateType()
|
|
static LogicalType<java.lang.Double> |
LogicalTypes.doubleType()
|
|
static
|
LogicalTypes.entityType(java.lang.Class<T> entityClass,
TypeInfo<K> primaryKeyTypeInfo,
java.lang.Class<K> primaryKeyClass)
|
|
static LogicalType<java.lang.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<java.lang.Integer> |
LogicalTypes.integerType()
|
|
static LogicalType<java.lang.Long> |
LogicalTypes.longType()
|
|
static LogicalType<java.lang.String> |
LogicalTypes.stringType()
|
|
static LogicalType<java.net.URI> |
LogicalTypes.uriType()
|
|
static LogicalType<java.net.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 | |||||||||