Spec-Zone .ru
спецификации, руководства, описания, API


javax.persistence
Annotation Type Transient


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

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.

    Example:

    @Entity
    public class Employee {
        @Id int id;
        @Transient User currentUser;
        ...
    }
 

Since:
Java Persistence 1.0



Submit a bug or feature

Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.

Generated on 10-February-2011 12:41

free hit counter