com.mysema.query.apt
Class ElementHandler

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

@Immutable
public final class ElementHandler
extends Object

ElementHandler is a an APT visitor for entity types

Author:
tiwe

Constructor Summary
ElementHandler(Configuration configuration, ExtendedTypeFactory typeFactory, TypeMappings typeMappings, QueryTypeFactory queryTypeFactory)
           
 
Method Summary
 EntityType handleEntityType(TypeElement e)
           
 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

ElementHandler

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

handleEntityType

public EntityType handleEntityType(TypeElement e)

handleProjectionType

public EntityType handleProjectionType(TypeElement e)

transformParams

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


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