|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TypeInfo | |
|---|---|
| net.java.ao | |
| net.java.ao.schema.ddl | |
| net.java.ao.schema.helper | |
| net.java.ao.schema.info | |
| net.java.ao.types | |
| Uses of TypeInfo in net.java.ao |
|---|
| Methods in net.java.ao that return TypeInfo | ||
|---|---|---|
static
|
Common.getPrimaryKeyType(TypeManager typeManager,
Class<? extends RawEntity<K>> type)
|
|
| Methods in net.java.ao with parameters of type TypeInfo | |
|---|---|
protected String |
DatabaseProvider.convertTypeToString(TypeInfo<?> type)
Converts the specified type into the database-specific DDL String value. |
| Uses of TypeInfo in net.java.ao.schema.ddl |
|---|
| Methods in net.java.ao.schema.ddl that return TypeInfo | |
|---|---|
TypeInfo<?> |
DDLField.getType()
|
TypeInfo<?> |
DDLIndex.getType()
|
| Methods in net.java.ao.schema.ddl with parameters of type TypeInfo | |
|---|---|
void |
DDLField.setType(TypeInfo<?> type)
|
void |
DDLIndex.setType(TypeInfo<?> type)
|
| Uses of TypeInfo in net.java.ao.schema.helper |
|---|
| Methods in net.java.ao.schema.helper that return TypeInfo | |
|---|---|
TypeInfo<?> |
Field.getDatabaseType()
|
| Uses of TypeInfo in net.java.ao.schema.info |
|---|
| Methods in net.java.ao.schema.info that return TypeInfo | |
|---|---|
TypeInfo<T> |
FieldInfo.getTypeInfo()
|
| Uses of TypeInfo in net.java.ao.types |
|---|
| Methods in net.java.ao.types that return TypeInfo | ||
|---|---|---|
|
TypeManager.getType(Class<T> javaType)
|
|
|
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. |
|
| Methods in net.java.ao.types with parameters of type TypeInfo | ||
|---|---|---|
static
|
LogicalTypes.entityType(Class<T> entityClass,
TypeInfo<K> primaryKeyTypeInfo,
Class<K> primaryKeyClass)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||