JADE Java Persistence API
1.0

com.jadeworld.jade.persistence
Annotation Type Transient


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

Properties that are not to be persisted are annotated with @Transient. These are typically properties whose values are derived from others.

Author:
JADE Development Centre, Jade Software Corporation Ltd.


JADE Java Persistence API
1.0

Copyright © 2007 Jade Software Corporation