public abstract class BaseAnnotatedClassLocator extends Object implements AnnotatedClassLocator
AnnotatedClassLocator.| Modifier | Constructor and Description |
|---|---|
protected |
BaseAnnotatedClassLocator() |
| Modifier and Type | Method and Description |
|---|---|
protected Class<?> |
isPersistentClass(ClassLoader classloader,
String className)
Returns if the class with then name
className is an annotated persistent class. |
static Set<Class<?>> |
locatePersistentClasses(javax.persistence.spi.PersistenceUnitInfo puInfo)
Locates the classes available.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlocateClassespublic static Set<Class<?>> locatePersistentClasses(javax.persistence.spi.PersistenceUnitInfo puInfo)
puInfo - the persistence unit infoprotected Class<?> isPersistentClass(ClassLoader classloader, String className)
className is an annotated persistent class.classloader - the class loaderclassName - the name of the classclassName is an annotated persistent class, false otherwiseCopyright © 2012-2013 Batoo. All Rights Reserved.