public abstract class BaseAnnotatedClassLocator extends java.lang.Object implements AnnotatedClassLocator
AnnotatedClassLocator.| Modifier | Constructor and Description |
|---|---|
protected |
BaseAnnotatedClassLocator() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Class<?> |
isPersistentClass(java.lang.ClassLoader classloader,
java.lang.String className)
Returns if the class with then name
className is an annotated persistent class. |
static java.util.Set<java.lang.Class<?>> |
locatePersistentClasses(javax.persistence.spi.PersistenceUnitInfo puInfo)
Locates the classes available.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlocateClassespublic static java.util.Set<java.lang.Class<?>> locatePersistentClasses(javax.persistence.spi.PersistenceUnitInfo puInfo)
puInfo - the persistence unit infoprotected java.lang.Class<?> isPersistentClass(java.lang.ClassLoader classloader,
java.lang.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 Software & Consultancy. All Rights Reserved.