Uses of Class
org.eclipse.persistence.sessions.broker.SessionBroker
-
Packages that use SessionBroker Package Description org.eclipse.persistence.internal.sessions.factories org.eclipse.persistence.sessions.broker -
-
Uses of SessionBroker in org.eclipse.persistence.internal.sessions.factories
Subclasses of SessionBroker in org.eclipse.persistence.internal.sessions.factories Modifier and Type Class Description classSessionBrokerPlaceHolderINTERNAL:Methods in org.eclipse.persistence.internal.sessions.factories that return SessionBroker Modifier and Type Method Description protected SessionBrokerSessionsFactory. buildSessionBrokerConfig(SessionBrokerConfig sessionBrokerConfig)INTERNAL: Builds a session broker from the given SessionBrokerConfig. -
Uses of SessionBroker in org.eclipse.persistence.sessions.broker
Fields in org.eclipse.persistence.sessions.broker declared as SessionBroker Modifier and Type Field Description protected SessionBrokerSessionBroker. parentMethods in org.eclipse.persistence.sessions.broker that return SessionBroker Modifier and Type Method Description SessionBrokerSessionBroker. acquireClientSessionBroker()PUBLIC: Return a session broker that behaves as a client session broker.SessionBrokerSessionBroker. 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.SessionBrokerSessionBroker. getParent()INTERNAL: Gets the parent SessionBroker.
-