| java.lang.Object com.xoetrope.data.pojo.XPojoAdapterEx com.xoetrope.data.pojo.XPersistentPojoAdapterEx
Method Summary | |
protected boolean | requiresTransaction(String propertyName) | protected void | setTransaction(String propertyName) Marks the the invocation of either the getter or the setter
of the specified property requires an active transaction. | protected void | unsetTransaction(String propertyName) Marks that the invocation of the getter or the setter
of the specified property does not require an active transaction. |
requiresTransaction | protected boolean requiresTransaction(String propertyName)(Code) | | Indicates whether the property (its getter and setter )requires an active transaction
Parameters: propertyName - the name of the property whose getter is to be queried true if the specified getter exists and requires an active transaction,false otherwise |
setTransaction | protected void setTransaction(String propertyName)(Code) | | Marks the the invocation of either the getter or the setter
of the specified property requires an active transaction.
Parameters: propertyName - the name of the property whosegetter requires an active transaction. |
unsetTransaction | protected void unsetTransaction(String propertyName)(Code) | | Marks that the invocation of the getter or the setter
of the specified property does not require an active transaction.
|
|
|