JavaScript is disabled on your browser.
Skip navigation links
  • Summary:
  • Field |
  • Required |
  • Optional
  • Detail:
  • Field |
  • Element
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
Skip navigation links
  • Summary:
  • Field |
  • Required |
  • Optional
  • Detail:
  • Field |
  • Element

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

AltStyle によって変換されたページ (->オリジナル) /