Boolean isTransactional(
Object pc
)
Tests whether the parameter instance is transactional. Instances whose state is associated with the current transaction return
Boolean.TRUE
. Instances known by the implementation to be non-transactional return Boolean.FALSE
.
Instances not recognized by the implementation return null
.
- Parameters:
pc
- the instance.
- Return:
-
Boolean.TRUE
if the parameter instance is transactional.
- See Also:
PersistenceCapable()
- Since:
- JDO 2.0