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

Uses of EntityType in com.mysema.query.codegen
 

Methods in com.mysema.query.codegen that return EntityType
 EntityType TypeFactory.createEntityType(Class<?> cl)
           
 EntityType Property.getDeclaringType()
           
 EntityType Supertype.getEntityType()
           
 

Methods in com.mysema.query.codegen with parameters of type EntityType
protected  void BeanSerializer.addFullConstructor(EntityType model, com.mysema.codegen.CodeWriter writer)
           
protected  void BeanSerializer.addToString(EntityType model, com.mysema.codegen.CodeWriter writer)
           
protected  void GroovyBeanSerializer.bodyEnd(EntityType model, com.mysema.codegen.CodeWriter writer)
           
protected  void BeanSerializer.bodyEnd(EntityType model, com.mysema.codegen.CodeWriter writer)
           
protected  void GroovyBeanSerializer.bodyStart(EntityType model, com.mysema.codegen.CodeWriter writer)
           
protected  void BeanSerializer.bodyStart(EntityType model, com.mysema.codegen.CodeWriter writer)
           
 int EntityType.compareTo(EntityType o)
           
protected  void EntitySerializer.constructors(EntityType model, SerializerConfig config, com.mysema.codegen.CodeWriter writer)
           
protected  void EntitySerializer.constructorsForVariables(com.mysema.codegen.CodeWriter writer, EntityType model)
           
 Property Property.createCopy(EntityType targetModel)
           
protected  void EntitySerializer.entityAccessor(EntityType model, Property field, com.mysema.codegen.CodeWriter writer)
           
protected  void EntitySerializer.entityField(EntityType model, Property field, SerializerConfig config, com.mysema.codegen.CodeWriter writer)
           
protected  String EntitySerializer.getAdditionalConstructorParameter(EntityType model)
           
 com.mysema.codegen.model.Type TypeMappings.getExprType(com.mysema.codegen.model.Type type, EntityType model, boolean raw)
           
 com.mysema.codegen.model.Type TypeMappings.getExprType(com.mysema.codegen.model.Type type, EntityType model, boolean raw, boolean rawParameters, boolean extend)
           
 com.mysema.codegen.model.Type TypeMappings.getPathType(com.mysema.codegen.model.Type type, EntityType model, boolean raw)
           
 com.mysema.codegen.model.Type TypeMappings.getPathType(com.mysema.codegen.model.Type type, EntityType model, boolean raw, boolean rawParameters, boolean extend)
           
 com.mysema.codegen.model.Type TypeMappings.getQueryType(com.mysema.codegen.model.Type type, EntityType model, com.mysema.codegen.model.Type exprType, boolean raw, boolean rawParameters, boolean extend)
           
 com.mysema.codegen.model.Type TypeMappings.getTemplateType(com.mysema.codegen.model.Type type, EntityType model, boolean raw)
           
 com.mysema.codegen.model.Type TypeMappings.getTemplateType(com.mysema.codegen.model.Type type, EntityType model, boolean raw, boolean rawParameters, boolean extend)
           
protected  boolean EntitySerializer.hasOwnEntityProperties(EntityType model)
           
protected  void EntitySerializer.initEntityField(com.mysema.codegen.CodeWriter writer, SerializerConfig config, EntityType model, Property field)
           
protected  void EntitySerializer.initEntityFields(com.mysema.codegen.CodeWriter writer, SerializerConfig config, EntityType model)
           
protected  void ProjectionSerializer.intro(EntityType model, com.mysema.codegen.CodeWriter writer)
           
protected  void EntitySerializer.intro(EntityType model, SerializerConfig config, com.mysema.codegen.CodeWriter writer)
           
protected  void EmbeddableSerializer.introClassHeader(com.mysema.codegen.CodeWriter writer, EntityType model)
           
protected  void EntitySerializer.introClassHeader(com.mysema.codegen.CodeWriter writer, EntityType model)
           
protected  void EntitySerializer.introDefaultInstance(com.mysema.codegen.CodeWriter writer, EntityType model)
           
protected  void EntitySerializer.introDelegatePackages(com.mysema.codegen.CodeWriter writer, EntityType model)
           
protected  void EmbeddableSerializer.introFactoryMethods(com.mysema.codegen.CodeWriter writer, EntityType model)
           
protected  void EntitySerializer.introFactoryMethods(com.mysema.codegen.CodeWriter writer, EntityType model)
           
protected  void EntitySerializer.introImports(com.mysema.codegen.CodeWriter writer, SerializerConfig config, EntityType model)
           
protected  void EntitySerializer.introInits(com.mysema.codegen.CodeWriter writer, EntityType model)
           
protected  void EntitySerializer.introJavadoc(com.mysema.codegen.CodeWriter writer, EntityType model)
           
protected  void EntitySerializer.introPackage(com.mysema.codegen.CodeWriter writer, EntityType model)
           
protected  void EntitySerializer.introSuper(com.mysema.codegen.CodeWriter writer, EntityType model)
           
protected  boolean EntitySerializer.isImportExprPackage(EntityType model)
           
protected  void EntitySerializer.listAccessor(EntityType model, Property field, com.mysema.codegen.CodeWriter writer)
           
protected  void EntitySerializer.mapAccessor(EntityType model, Property field, com.mysema.codegen.CodeWriter writer)
           
protected  void EntitySerializer.outro(EntityType model, com.mysema.codegen.CodeWriter writer)
           
protected  void ProjectionSerializer.outro(EntityType model, com.mysema.codegen.CodeWriter writer)
           
static com.mysema.codegen.model.Type TypeResolver.resolve(com.mysema.codegen.model.Type type, com.mysema.codegen.model.Type declaringType, EntityType context)
           
protected  void EntitySerializer.serialize(EntityType model, Property field, com.mysema.codegen.model.Type type, com.mysema.codegen.CodeWriter writer, String factoryMethod, String... args)
           
 void GroovyBeanSerializer.serialize(EntityType model, SerializerConfig serializerConfig, com.mysema.codegen.CodeWriter writer)
           
 void EntitySerializer.serialize(EntityType model, SerializerConfig config, com.mysema.codegen.CodeWriter writer)
           
 void ProjectionSerializer.serialize(EntityType model, SerializerConfig serializerConfig, com.mysema.codegen.CodeWriter writer)
           
 void Serializer.serialize(EntityType type, SerializerConfig serializerConfig, com.mysema.codegen.CodeWriter writer)
          Serialize the given EntityType
 void BeanSerializer.serialize(EntityType model, SerializerConfig serializerConfig, com.mysema.codegen.CodeWriter writer)
           
protected  void EntitySerializer.serializeProperties(EntityType model, SerializerConfig config, com.mysema.codegen.CodeWriter writer)
           
 void Supertype.setEntityType(EntityType entityType)
           
 

Constructors in com.mysema.query.codegen with parameters of type EntityType
Property(EntityType declaringType, String name, String escapedName, com.mysema.codegen.model.Type type, List<String> inits, boolean inherited)
           
Property(EntityType declaringType, String name, com.mysema.codegen.model.Type type)
           
Property(EntityType declaringType, String name, com.mysema.codegen.model.Type type, List<String> inits)
           
Property(EntityType declaringType, String name, com.mysema.codegen.model.Type type, List<String> inits, boolean inherited)
           
Supertype(com.mysema.codegen.model.Type type, EntityType entityType)
           
 



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