Uses of Class
com.mysema.query.codegen.TypeCategory

Packages that use TypeCategory
com.mysema.query.apt APTFactory and related classes 
com.mysema.query.codegen Code generations models and serializers 
 

Uses of TypeCategory in com.mysema.query.apt
 

Method parameters in com.mysema.query.apt with type arguments of type TypeCategory
 void ElementHandler.handleFieldProperty(EntityType entityModel, VariableElement field, Map<String,Property> properties, Set<String> blockedProperties, Map<String,TypeCategory> types)
           
 void ElementHandler.handleMethodProperty(EntityType entityModel, String propertyName, ExecutableElement method, Map<String,Property> properties, Set<String> blockedProperties, Map<String,TypeCategory> types)
           
 

Uses of TypeCategory in com.mysema.query.codegen
 

Methods in com.mysema.query.codegen that return TypeCategory
static TypeCategory TypeCategory.get(PropertyType propertyType)
           
static TypeCategory TypeCategory.get(String className)
           
 TypeCategory ClassType.getCategory()
           
 TypeCategory SimpleType.getCategory()
           
 TypeCategory Type.getCategory()
           
 TypeCategory EntityType.getCategory()
           
 TypeCategory TypeAdapter.getCategory()
           
 TypeCategory EntityType.getOriginalCategory()
           
 TypeCategory TypeCategory.getSuperType()
           
static TypeCategory TypeCategory.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TypeCategory[] TypeCategory.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.mysema.query.codegen with parameters of type TypeCategory
 Type ClassType.as(TypeCategory category)
           
 SimpleType SimpleType.as(TypeCategory category)
           
 Type Type.as(TypeCategory category)
           
 Type TypeAdapter.as(TypeCategory category)
           
 boolean TypeCategory.isSubCategoryOf(TypeCategory ancestor)
          transitive and reflexive subCategoryOf check
 

Constructors in com.mysema.query.codegen with parameters of type TypeCategory
ClassType(TypeCategory typeCategory, Class<?> clazz, Class<?> primitiveClass, Type... params)
           
ClassType(TypeCategory typeCategory, Class<?> clazz, Type... params)
           
SimpleType(TypeCategory typeCategory, String name, String packageName, String simpleName, boolean finalClass, Type... parameters)
           
 



Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.