From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- .../com/sleepycat/persist/model/NotPersistent.html | 306 ++++++++++----------- 1 file changed, 144 insertions(+), 162 deletions(-) (limited to 'docs/java/com/sleepycat/persist/model/NotPersistent.html') diff --git a/docs/java/com/sleepycat/persist/model/NotPersistent.html b/docs/java/com/sleepycat/persist/model/NotPersistent.html index 4bf96fd7..86d32649 100644 --- a/docs/java/com/sleepycat/persist/model/NotPersistent.html +++ b/docs/java/com/sleepycat/persist/model/NotPersistent.html @@ -1,113 +1,102 @@ - - - - - -NotPersistent (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.persist.model -
-Annotation Type NotPersistent

-
-
-
@Documented
-@Retention(value=RUNTIME)
-@Target(value=FIELD)
-public @interface NotPersistent
- - -

-Overrides the default rules for field persistence and defines a field as +

+
com.sleepycat.persist.model
+

Annotation Type NotPersistent

+
+
+
+
    +
  • +
    +
    +
    @Documented
    +@Retention(value=RUNTIME)
    +@Target(value=FIELD)
    +public @interface NotPersistent
    +
    Overrides the default rules for field persistence and defines a field as being non-persistent even when it is not declared with the transient keyword.

    By default, the persistent fields of a class are all declared instance fields that are non-transient (are not declared with the transient keyword). The default rules may be overridden by - specifying the NotPersistent or NotTransient annotation.

    + specifying the NotPersistent or NotTransient annotation.

    For example, the following field is non-transient (persistent) with respect to Java serialization but is transient with respect to the DPL.

    @@ -116,77 +105,70 @@ Overrides the default rules for field persistence and defines a field as @NotPersistent int myField; } - -

    - -

    -

    -
    See Also:
    NotTransient
    - -

    - -

    +

    +
    See Also:
    NotTransient
    +
  • +
+
+
-
- - - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-Copyright (c) 1996, 2012 Oracle and/or its affiliates. All rights reserved. - - +

Copyright (c) 1996, 2015 Oracle and/or its affiliates. All rights reserved.

+ + -- cgit v1.2.1