Uses of Class
net.java.ao.types.TypeInfo

Packages that use TypeInfo
net.java.ao   
net.java.ao.schema.ddl   
net.java.ao.schema.helper   
net.java.ao.types   
 

Uses of TypeInfo in net.java.ao
 

Methods in net.java.ao that return TypeInfo
static
<K> TypeInfo<K>
Common.getPrimaryKeyType(TypeManager typeManager, java.lang.Class<? extends RawEntity<K>> type)
           
 

Methods in net.java.ao that return types with arguments of type TypeInfo
static java.util.Map<java.lang.String,TypeInfo> Common.getValueFields(TypeManager typeManager, FieldNameConverter converter, java.lang.Class<? extends RawEntity<?>> entity)
           
 

Methods in net.java.ao with parameters of type TypeInfo
protected  java.lang.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<?> DDLIndex.getType()
           
 TypeInfo<?> DDLField.getType()
           
 

Methods in net.java.ao.schema.ddl with parameters of type TypeInfo
 void DDLIndex.setType(TypeInfo<?> type)
           
 void DDLField.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.types
 

Methods in net.java.ao.types that return TypeInfo
<T> TypeInfo<T>
TypeManager.getType(java.lang.Class<T> javaType)
           
<T> TypeInfo<T>
TypeManager.getType(java.lang.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
<K,T extends RawEntity<K>>
LogicalType<T>
LogicalTypes.entityType(java.lang.Class<T> entityClass, TypeInfo<K> primaryKeyTypeInfo, java.lang.Class<K> primaryKeyClass)
           
 



Copyright © 2007-2012. All Rights Reserved.