com.mysema.query.apt
Class ExtendedTypeFactory

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

public final class ExtendedTypeFactory
extends Object

ExtendedTypeFactory is a factory for APT inspection based Type creation

Author:
tiwe

Constructor Summary
ExtendedTypeFactory(ProcessingEnvironment env, Configuration configuration, List<Class<? extends Annotation>> annotations, TypeMappings typeMappings, QueryTypeFactory queryTypeFactory)
           
 
Method Summary
 EntityType getEntityType(TypeMirror typeMirrors, boolean deep)
           
 com.mysema.codegen.model.Type getType(TypeMirror typeMirror, boolean deep)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtendedTypeFactory

public ExtendedTypeFactory(ProcessingEnvironment env,
                           Configuration configuration,
                           List<Class<? extends Annotation>> annotations,
                           TypeMappings typeMappings,
                           QueryTypeFactory queryTypeFactory)
Method Detail

getType

@Nullable
public com.mysema.codegen.model.Type getType(TypeMirror typeMirror,
                                                      boolean deep)

getEntityType

@Nullable
public EntityType getEntityType(TypeMirror typeMirrors,
                                         boolean deep)


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