Uses of Interface
org.eclipse.persistence.tools.tuning.SessionTuner
-
Packages that use SessionTuner Package Description org.eclipse.persistence.internal.sessions org.eclipse.persistence.tools.tuning -
-
Uses of SessionTuner in org.eclipse.persistence.internal.sessions
Fields in org.eclipse.persistence.internal.sessions declared as SessionTuner Modifier and Type Field Description protected SessionTunerDatabaseSessionImpl. tunerStores the tuner used to tune the configuration of this session.Methods in org.eclipse.persistence.internal.sessions that return SessionTuner Modifier and Type Method Description SessionTunerDatabaseSessionImpl. getTuner()Return the tuner used to tune the configuration of this session.Methods in org.eclipse.persistence.internal.sessions with parameters of type SessionTuner Modifier and Type Method Description voidDatabaseSessionImpl. setTuner(SessionTuner tuner)Set the tuner used to tune the configuration of this session. -
Uses of SessionTuner in org.eclipse.persistence.tools.tuning
Classes in org.eclipse.persistence.tools.tuning that implement SessionTuner Modifier and Type Class Description classSafeModeTunerConfigures the persistence unit for debugging.classStandardTunerDefault tuner.
-