|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.datanucleus.jpa.EntityTransactionImpl
com.force.sdk.jpa.ForceEntityTransactionImpl
public class ForceEntityTransactionImpl
Force.com specific transactions. We will have to restricts what people can do with it's limited TX-API capabilities.
Field Summary |
---|
Fields inherited from class org.datanucleus.jpa.EntityTransactionImpl |
---|
LOCALISER |
Constructor Summary | |
---|---|
ForceEntityTransactionImpl(org.datanucleus.ObjectManager om)
Constructor for a Force.com entity transaction. |
Method Summary | |
---|---|
void |
setRollbackOnly()
Allow setting the transaction for only a rollback if the transaction is active. |
Methods inherited from class org.datanucleus.jpa.EntityTransactionImpl |
---|
assertActive, assertNotActive, begin, commit, getRollbackOnly, isActive, rollback, setOption, setOption, setOption |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ForceEntityTransactionImpl(org.datanucleus.ObjectManager om)
om
- The ObjectManager providing the transaction.Method Detail |
---|
public void setRollbackOnly()
setRollbackOnly
in interface javax.persistence.EntityTransaction
setRollbackOnly
in class org.datanucleus.jpa.EntityTransactionImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |