|
EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SessionTuner
Generic tuning interface. Allow JPA and Session configuration to be tuned or auto-tuned for a specific purpose. This facilitates a one-flag configuration option for configuring multiple settings, or performing dynamic tuning.
Method Summary | |
---|---|
void |
tuneDeploy(Session session)
Allow any Session configuration to be tune after meta-data has been processed, but before connecting the session. |
void |
tunePostDeploy(Session session)
Allow any Session configuration to be tune after deploying and connecting the session. |
void |
tunePreDeploy(java.util.Map properties)
Allow any JPA persistence unit properties to be configured, prior to deployment. |
Method Detail |
---|
void tunePreDeploy(java.util.Map properties)
void tuneDeploy(Session session)
void tunePostDeploy(Session session)
|
EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |