Uses of Class
com.mysema.query.annotations.PropertyType

Packages that use PropertyType
com.mysema.query.annotations Contains annotation for Domain and DTO types 
com.mysema.query.codegen Code generations models and serializers 
 

Uses of PropertyType in com.mysema.query.annotations
 

Methods in com.mysema.query.annotations that return PropertyType
static PropertyType PropertyType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PropertyType[] PropertyType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of PropertyType in com.mysema.query.codegen
 

Methods in com.mysema.query.codegen with parameters of type PropertyType
static TypeCategory TypeCategory.get(PropertyType propertyType)
           
 



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