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

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)
          Create a new EntityType instance for the given type and superTypes
 



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