javax.jdo.annotations
Annotation Type Transactional


@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface Transactional

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:
2.1
Version:
2.1



Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.