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

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

Uses of EntityModel in com.mysema.query.apt
 

Methods in com.mysema.query.apt that return EntityModel
 EntityModel APTTypeModelFactory.createEntityModel(TypeMirror type, Elements el)
          Create an EntityModel for the given TypeMirror
 EntityModel EntityElementVisitor.visitType(TypeElement e, Void p)
           
 EntityModel DTOElementVisitor.visitType(TypeElement e, Void p)
           
 

Uses of EntityModel in com.mysema.query.codegen
 

Methods in com.mysema.query.codegen that return EntityModel
 EntityModel EntityModelFactory.create(Class<?> key, String prefix)
           
 EntityModel PropertyModel.getEntityModel()
           
 EntityModel EntityModel.getSuperModel()
           
 

Methods in com.mysema.query.codegen with parameters of type EntityModel
 int EntityModel.compareTo(EntityModel o)
           
protected  void EntitySerializer.constructors(EntityModel model, Writer writer)
           
protected  void SupertypeSerializer.constructorsForVariables(StringBuilder builder, EntityModel model)
           
protected  void EntitySerializer.constructorsForVariables(StringBuilder builder, EntityModel model)
           
protected  void EmbeddableSerializer.constructorsForVariables(StringBuilder builder, EntityModel model)
           
 PropertyModel PropertyModel.createCopy(EntityModel model)
           
 String AbstractSerializer.getExprType(TypeModel type, EntityModel model, boolean raw)
           
 String Serializer.getPathType(TypeModel type, EntityModel model, boolean raw)
          Get a String representation of the Querydsl type for the given TypeModel in tyhe given EntityModel context
 String AbstractSerializer.getPathType(TypeModel type, EntityModel model, boolean raw)
           
 String AbstractSerializer.getQueryType(TypeModel type, EntityModel model, String typeName, boolean raw, boolean extend)
           
protected  boolean EntitySerializer.hasOwnEntityProperties(EntityModel model)
           
 void EntityModel.include(EntityModel clazz)
           
protected  void EntitySerializer.initEntityFields(StringBuilder builder, EntityModel model)
           
protected  void EntitySerializer.intro(EntityModel model, Writer writer)
           
protected  void DTOSerializer.intro(EntityModel model, Writer writer)
           
protected  void EntitySerializer.introClassHeader(StringBuilder builder, EntityModel model)
           
protected  void SupertypeSerializer.introDefaultInstance(StringBuilder builder, EntityModel model)
           
protected  void EntitySerializer.introDefaultInstance(StringBuilder builder, EntityModel model)
           
protected  void EmbeddableSerializer.introDefaultInstance(StringBuilder builder, EntityModel model)
           
protected  void SupertypeSerializer.introFactoryMethods(StringBuilder builder, EntityModel model)
           
protected  void EntitySerializer.introFactoryMethods(StringBuilder builder, EntityModel model)
           
protected  void EmbeddableSerializer.introFactoryMethods(StringBuilder builder, EntityModel model)
           
protected  void SupertypeSerializer.introImports(StringBuilder builder, EntityModel model)
           
protected  void EntitySerializer.introImports(StringBuilder builder, EntityModel model)
           
protected  void EmbeddableSerializer.introImports(StringBuilder builder, EntityModel model)
           
protected  void EntitySerializer.introInits(StringBuilder builder, EntityModel model)
           
protected  void EntitySerializer.introJavadoc(StringBuilder builder, EntityModel model)
           
protected  void EntitySerializer.introPackage(StringBuilder builder, EntityModel model)
           
protected  void EntitySerializer.introSuper(StringBuilder builder, EntityModel model)
           
protected  void EntitySerializer.outro(EntityModel model, Writer writer)
           
protected  void DTOSerializer.outro(EntityModel model, Writer writer)
           
 void Serializer.serialize(EntityModel type, Writer writer)
          Serialize the given ClassModel
 void EntitySerializer.serialize(EntityModel model, Writer writer)
           
 void DTOSerializer.serialize(EntityModel model, Writer writer)
           
 void EntityModel.setSuperModel(EntityModel superModel)
           
 

Constructors in com.mysema.query.codegen with parameters of type EntityModel
PropertyModel(EntityModel classModel, String name, TypeModel type, String[] inits)
           
PropertyModel(EntityModel classModel, String name, TypeModel type, String[] inits, boolean inherited)
           
 



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