Uses of Class
org.eclipse.persistence.jpa.exceptions.EntityManagerSetupException
Packages that use EntityManagerSetupException
-
Uses of EntityManagerSetupException in org.eclipse.persistence.jpa.exceptions
Methods in org.eclipse.persistence.jpa.exceptions that return EntityManagerSetupExceptionModifier and TypeMethodDescriptionstatic EntityManagerSetupExceptionEntityManagerSetupException.attemptedRedeployWithoutClose(String sessionName) static EntityManagerSetupExceptionEntityManagerSetupException.cannotAccessMethodOnObject(Method aMethod, Object anObject) static EntityManagerSetupExceptionEntityManagerSetupException.cannotDeployWithoutPredeploy(String persistenceUnitName, String state, Exception exception) static EntityManagerSetupExceptionEntityManagerSetupException.cannotPredeploy(String persistenceUnitName, String state, Exception exception) static EntityManagerSetupExceptionEntityManagerSetupException.classNotFoundForProperty(String className, String propertyName, Exception exception) static EntityManagerSetupExceptionEntityManagerSetupException.classNotFoundWhileProcessingAnnotations(String className, Exception exception) static EntityManagerSetupExceptionEntityManagerSetupException.compositeIncompatibleWithSessionsXml(String persistenceUnitName) INTERNAL: Persistence unit tries to use sessions.xml and to be a composite.static EntityManagerSetupExceptionEntityManagerSetupException.compositeMemberCannotBeUsedStandalone(String persistenceUnitName) INTERNAL: Persistence unit tries to use sessions.xml and to be a composite.static EntityManagerSetupExceptionEntityManagerSetupException.couldNotFindPersistenceUnitBundle(String persistenceUnitName) INTERNAL: An OSGi application is trying to instantiate a persistence unit for which a bundle does not existstatic EntityManagerSetupExceptionEntityManagerSetupException.createContainerEntityManagerFactoryNotSupportedInOSGi()INTERNAL: Our OSGI persistence provider does not support a JavaEE-type deploymentstatic EntityManagerSetupExceptionEntityManagerSetupException.deployFailed(String persistenceUnitName, Throwable exception) static EntityManagerSetupExceptionEntityManagerSetupException.errorInSetupOfEM()static EntityManagerSetupExceptionEntityManagerSetupException.exceptionInSetupOfEM(Exception exception) static EntityManagerSetupExceptionEntityManagerSetupException.failedToInstantiateLogger(String loggerClassName, String propertyName, Exception exception) static EntityManagerSetupExceptionEntityManagerSetupException.failedToInstantiateProperty(String className, String property, Exception exception) static EntityManagerSetupExceptionEntityManagerSetupException.failedToInstantiateServerPlatform(String serverPlatformClass, String serverPlatformString, Exception exception) static EntityManagerSetupExceptionEntityManagerSetupException.failedToInstantiateTemporaryClassLoader(Exception exception) INTERNAL: Reflective call with doPrivileged to create temporary classloader instance failed.static EntityManagerSetupExceptionEntityManagerSetupException.failedWhileProcessingProperty(String propertyName, String propertyValue, Exception exception) static EntityManagerSetupExceptionEntityManagerSetupException.jtaPersistenceUnitInfoMissingJtaDataSource(String persistenceUnitInfoName) static EntityManagerSetupExceptionEntityManagerSetupException.methodInvocationFailed(Method aMethod, Object anObject, Exception ex) static EntityManagerSetupExceptionEntityManagerSetupException.missingProperty(String property) static EntityManagerSetupExceptionEntityManagerSetupException.missingServerPlatformException(String sessionName, String xmlFileName) static EntityManagerSetupExceptionEntityManagerSetupException.noTemporaryClassLoaderAvailable(String PUName) INTERNAL: The implementation of getNewTempClassLoader is returning null instead of a temporary ClassLoader instance.static EntityManagerSetupExceptionEntityManagerSetupException.predeployFailed(String persistenceUnitName, Throwable exception) static EntityManagerSetupExceptionEntityManagerSetupException.puNotExist(String puName) static EntityManagerSetupExceptionEntityManagerSetupException.sessionLoadedFromSessionsXMLMustBeServerSession(String sessionName, String sessionsXML, Object session) static EntityManagerSetupExceptionEntityManagerSetupException.sessionNameNeedBeSpecified(String PUName, String sessionsXML) static EntityManagerSetupExceptionEntityManagerSetupException.sessionRemovedDuringDeployment(String sessionName) static EntityManagerSetupExceptionEntityManagerSetupException.sessionXMLValidationException(String sessionName, String xmlFileName, ValidationException exception) static EntityManagerSetupExceptionEntityManagerSetupException.wrongPropertyValueType(String value, String expectedType, String propertyName) static EntityManagerSetupExceptionEntityManagerSetupException.wrongSessionTypeException(String sessionName, String xmlFileName, Exception exception) static EntityManagerSetupExceptionEntityManagerSetupException.wrongWeavingPropertyValue()