public interface AnnotatedClassLocator
| Modifier and Type | Method and Description |
|---|---|
Set<Class<?>> |
locateClasses(javax.persistence.spi.PersistenceUnitInfo persistenceUnitInfo,
URL url)
Locates the classes available at the location given with the url.
|
Set<Class<?>> locateClasses(javax.persistence.spi.PersistenceUnitInfo persistenceUnitInfo, URL url)
persistenceUnitInfo - the application server generated persistence unit infourl - the url to use to locate the classesCopyright © 2012-2013 Batoo. All Rights Reserved.