public class StandardTuner extends java.lang.Object implements SessionTuner
Constructor and Description |
---|
StandardTuner() |
Modifier and Type | Method and Description |
---|---|
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.
|
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