ObjectDB ObjectDB

javax.jdo.annotations.Transactional - JDO annotation

javax.jdo.annotations
Annotation Transactional

Target:
Fields (including property get methods)
Annotation to indicate that a member (field or property) is transactional but not persistent. This corresponds to xml attribute persistence-modifier="transactional" of "field" and "property" elements.
Since:
JDO 2.1
This annotation is a marker annotation (with no elements).