com.samskivert.jdbc.depot.annotation
Annotation Type Transient


@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface Transient

This annotation specifies that the property or field is not persistent. It is used to annotate a property or field of an entity class, mapped superclass, or embeddable class.



Copyright © 2000-2008 Michael Bayne. All Rights Reserved.