com.mysema.query.codegen
Class EntityModelFactory

java.lang.Object
  extended by com.mysema.query.codegen.EntityModelFactory

@Immutable
public class EntityModelFactory
extends Object

A Reflection based Factory implementation for ClassModel instance

Author:
tiwe

Constructor Summary
EntityModelFactory(TypeModelFactory typeModelFactory)
           
EntityModelFactory(TypeModelFactory typeModelFactory, Class<? extends Annotation> skipAnn)
           
 
Method Summary
 EntityModel create(Class<?> key, String prefix)
           
protected  boolean isValidField(Field field)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityModelFactory

public EntityModelFactory(TypeModelFactory typeModelFactory)

EntityModelFactory

public EntityModelFactory(TypeModelFactory typeModelFactory,
                          Class<? extends Annotation> skipAnn)
Method Detail

create

public EntityModel create(Class<?> key,
                          String prefix)

isValidField

protected boolean isValidField(Field field)


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