com.mysema.query.apt
Class ElementHandler
java.lang.Object
  
com.mysema.query.apt.ElementHandler
@Immutable
public final class ElementHandler
- extends Object
 
ElementHandler is a an APT visitor for entity types
- Author:
 
  - tiwe
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ElementHandler
public ElementHandler(Configuration configuration,
                      ExtendedTypeFactory typeFactory,
                      TypeMappings typeMappings,
                      QueryTypeFactory queryTypeFactory)
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.