com.mysema.query.apt
Class TypeElementHandler

java.lang.Object
  extended by com.mysema.query.apt.TypeElementHandler

public final class TypeElementHandler
extends Object

TypeElementHandler is a an APT visitor for entity types

Author:
tiwe

Constructor Summary
TypeElementHandler(Configuration configuration, ExtendedTypeFactory typeFactory, TypeMappings typeMappings, QueryTypeFactory queryTypeFactory)
           
 
Method Summary
 EntityType handleEntityType(TypeElement element)
           
 EntityType handleProjectionType(TypeElement e)
           
 List<com.mysema.codegen.model.Parameter> transformParams(List<? extends VariableElement> params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeElementHandler

public TypeElementHandler(Configuration configuration,
                          ExtendedTypeFactory typeFactory,
                          TypeMappings typeMappings,
                          QueryTypeFactory queryTypeFactory)
Method Detail

handleEntityType

public EntityType handleEntityType(TypeElement element)

handleProjectionType

public EntityType handleProjectionType(TypeElement e)

transformParams

public List<com.mysema.codegen.model.Parameter> transformParams(List<? extends VariableElement> params)


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