| Package | Description |
|---|---|
| net.java.ao | |
| net.java.ao.schema.ddl | |
| net.java.ao.schema.helper | |
| net.java.ao.schema.info | |
| net.java.ao.types |
| Modifier and Type | Method and Description |
|---|---|
static <K> TypeInfo<K> |
Common.getPrimaryKeyType(TypeManager typeManager,
Class<? extends RawEntity<K>> type) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
DatabaseProvider.convertTypeToString(TypeInfo<?> type)
Converts the specified type into the database-specific DDL String
value.
|
| Modifier and Type | Method and Description |
|---|---|
TypeInfo<?> |
DDLField.getType() |
TypeInfo<?> |
DDLIndex.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
DDLField.setType(TypeInfo<?> type) |
void |
DDLIndex.setType(TypeInfo<?> type) |
| Modifier and Type | Method and Description |
|---|---|
TypeInfo<?> |
Field.getDatabaseType() |
| Modifier and Type | Method and Description |
|---|---|
TypeInfo<T> |
FieldInfo.getTypeInfo() |
| Modifier and Type | Method and Description |
|---|---|
<T> TypeInfo<T> |
TypeManager.getType(Class<T> javaType) |
<T> TypeInfo<T> |
TypeManager.getType(Class<T> javaType,
TypeQualifiers qualifiers) |
TypeInfo<?> |
TypeManager.getTypeFromSchema(int jdbcType,
TypeQualifiers qualifiers) |
TypeInfo<T> |
TypeInfo.withQualifiers(TypeQualifiers qualifiers)
Returns a new instance of this class with the same properties, but with the default
TypeQualifiers overridden by the specified values. |
| Modifier and Type | Method and Description |
|---|---|
static <K,T extends RawEntity<K>> |
LogicalTypes.entityType(Class<T> entityClass,
TypeInfo<K> primaryKeyTypeInfo,
Class<K> primaryKeyClass) |
Copyright © 2007-2015. All Rights Reserved.