com.mysema.query.codegen
Class EntityModelFactory
java.lang.Object
com.mysema.query.codegen.EntityModelFactory
@Immutable
public class EntityModelFactory
- extends Object
A Reflection based Factory implementation for EntityModel instances
- Author:
- tiwe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityModelFactory
public EntityModelFactory(TypeModelFactory typeModelFactory)
EntityModelFactory
public EntityModelFactory(TypeModelFactory typeModelFactory,
Class<? extends Annotation> skipAnn)
create
public EntityModel create(Class<?> key,
String prefix)
isValidField
protected boolean isValidField(Field field)
Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.