com.mysema.query.apt
Class TypeElementHandler

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

@Immutable
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 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

TypeElementHandler

public TypeElementHandler(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.