|
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 |
java.lang.Objectorg.eclipse.persistence.tools.tuning.StandardTuner
public class StandardTuner
Default tuner. This uses the standard/default configuration.
Constructor Summary | |
---|---|
StandardTuner()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StandardTuner()
Method Detail |
---|
public void tunePreDeploy(java.util.Map properties)
tunePreDeploy
in interface SessionTuner
public void tuneDeploy(Session session)
tuneDeploy
in interface SessionTuner
public void tunePostDeploy(Session session)
tunePostDeploy
in interface SessionTuner
|
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 |