Transient Fields
http://www.objectdb.com/java/jpa/entity/fields
static int transient1; // not persistent because of static final int transient2 = 0; // not persistent because of final transient int transient3; // not persistent because of transient @Transient int transient4; // not persistent because of @TransientReferences
http://www.objectdb.com/java/jpa/entity/fields
No comments:
Post a Comment