|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ode.store.jpa.ConfStoreConnectionJpa
public class ConfStoreConnectionJpa
Constructor Summary | |
---|---|
ConfStoreConnectionJpa(javax.persistence.EntityManager em)
|
Method Summary | |
---|---|
void |
close()
|
DeploymentUnitDAO |
createDeploymentUnit(java.lang.String name)
|
DeploymentUnitDAO |
getDeploymentUnit(java.lang.String name)
|
java.util.Collection<DeploymentUnitDAO> |
getDeploymentUnits()
|
long |
getNextVersion()
|
void |
setVersion(long version)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfStoreConnectionJpa(javax.persistence.EntityManager em)
Method Detail |
---|
public void close()
close
in interface ConfStoreConnection
public DeploymentUnitDAO createDeploymentUnit(java.lang.String name)
createDeploymentUnit
in interface ConfStoreConnection
public DeploymentUnitDAO getDeploymentUnit(java.lang.String name)
getDeploymentUnit
in interface ConfStoreConnection
public java.util.Collection<DeploymentUnitDAO> getDeploymentUnits()
getDeploymentUnits
in interface ConfStoreConnection
public long getNextVersion()
getNextVersion
in interface ConfStoreConnection
public void setVersion(long version)
setVersion
in interface ConfStoreConnection
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |