Uses of Class
org.eclipse.persistence.jpa.exceptions.PersistenceUnitLoadingException
Packages that use PersistenceUnitLoadingException
-
Uses of PersistenceUnitLoadingException in org.eclipse.persistence.jpa.exceptions
Methods in org.eclipse.persistence.jpa.exceptions that return PersistenceUnitLoadingExceptionModifier and TypeMethodDescriptionPersistenceUnitLoadingException.cannotRefreshEntityManagerFactoryCreatedFromSession(String persistenceUnitName) PersistenceUnitLoadingException.couldNotBuildPersistenceUntiName(Exception e, String url, String puName) PersistenceUnitLoadingException.couldNotGetClassNamesFromUrl(URL url) PersistenceUnitLoadingException.couldNotGetUnitInfoFromUrl(URL url) PersistenceUnitLoadingException.exceptionCreatingArchiveFactory(String archiveFactoryClassName, Exception e) PersistenceUnitLoadingException.exceptionLoadingClassWhileInitializingValidationGroups(String className, Exception cause) PersistenceUnitLoadingException.exceptionLoadingClassWhileLookingForAnnotations(String className, Exception cause) PersistenceUnitLoadingException.exceptionLoadingFromDirectory(File directory, Exception cause) PersistenceUnitLoadingException.exceptionLoadingFromJar(URL jarFile, Exception cause) PersistenceUnitLoadingException.exceptionLoadingFromUrl(String url, Exception cause) PersistenceUnitLoadingException.exceptionLoadingORMXML(String fileName, Exception cause) PersistenceUnitLoadingException.exceptionObtainingRequiredBeanValidatorFactory(Throwable cause) PersistenceUnitLoadingException.exceptionProcessingPersistenceUnit(URL url, Exception cause) PersistenceUnitLoadingException.exceptionProcessingPersistenceXML(URL url, Exception cause) PersistenceUnitLoadingException.exceptionSearchingForEntities(URL url, Exception cause) PersistenceUnitLoadingException.exceptionSearchingForPersistenceResources(ClassLoader loader, Exception cause) PersistenceUnitLoadingException.filePathMissingException(String filePath) PersistenceUnitLoadingException.persistenceUnitNameAlreadyInUse(String persistenceUnit, String newPersistenceUnitUrl, String existingPersistenceUnitUrl) PersistenceUnitLoadingException.sessionNameAlreadyInUse(String sessionName, String newPersistenceUnit, String existingPersistenceUnit)