Uses of Class
org.eclipse.persistence.sessions.broker.SessionBroker
Packages that use SessionBroker
Package
Description
-
Uses of SessionBroker in org.eclipse.persistence.internal.jpa
Methods in org.eclipse.persistence.internal.jpa that return SessionBrokerModifier and TypeMethodDescriptionEntityManagerFactoryDelegate.getSessionBroker()INTERNAL: Returns the SessionBroker that the Factory will be using and initializes it if it is not available.EntityManagerFactoryImpl.getSessionBroker()INTERNAL: Returns the SessionBroker that the Factory will be using and initializes it if it is not available.EntityManagerImpl.getSessionBroker()Return the underlying session broker, throws ClassCastException if it's not a SessionBroker. -
Uses of SessionBroker in org.eclipse.persistence.internal.sessions.factories
Subclasses of SessionBroker in org.eclipse.persistence.internal.sessions.factoriesMethods in org.eclipse.persistence.internal.sessions.factories that return SessionBrokerModifier and TypeMethodDescriptionprotected SessionBrokerSessionsFactory.buildSessionBrokerConfig(SessionBrokerConfig sessionBrokerConfig) INTERNAL: Builds a session broker from the given SessionBrokerConfig. -
Uses of SessionBroker in org.eclipse.persistence.jpa
Methods in org.eclipse.persistence.jpa that return SessionBrokerModifier and TypeMethodDescriptionJpaEntityManager.getSessionBroker()Return the underlying session brokerJpaEntityManagerFactory.getSessionBroker()Returns the SessionBroker that the Factory will be using and initializes it if it is not available.static SessionBrokerJpaHelper.getSessionBroker(EntityManagerFactory emf) Retrieve the shared session broker from the EMF. -
Uses of SessionBroker in org.eclipse.persistence.sessions.broker
Fields in org.eclipse.persistence.sessions.broker declared as SessionBrokerMethods in org.eclipse.persistence.sessions.broker that return SessionBrokerModifier and TypeMethodDescriptionSessionBroker.acquireClientSessionBroker()PUBLIC: Return a session broker that behaves as a client session broker.SessionBroker.acquireClientSessionBroker(Map<String, ConnectionPolicy> connectionPolicies, Map mapOfProperties) PUBLIC: Return a session broker that behaves as a client session broker.protected SessionBrokerSessionBroker.copySessionBroker()INTERNAL: Return a copy (not using clone) of a session broker.SessionBroker.getParent()INTERNAL: Gets the parent SessionBroker.