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

Packages that use Supertype
com.mysema.query.codegen Code generations models and serializers 
 

Uses of Supertype in com.mysema.query.codegen
 

Methods in com.mysema.query.codegen that return Supertype
 Supertype EntityType.getSuperType()
           
 

Methods in com.mysema.query.codegen that return types with arguments of type Supertype
 Set<Supertype> EntityType.getSuperTypes()
           
 

Methods in com.mysema.query.codegen with parameters of type Supertype
 void EntityType.addSupertype(Supertype entityType)
           
 void EntityType.include(Supertype supertype)
           
 

Constructor parameters in com.mysema.query.codegen with type arguments of type Supertype
EntityType(com.mysema.codegen.model.Type type, Set<Supertype> superTypes)
           
 



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