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. --- .../java/com/sleepycat/persist/evolve/Deleter.html | 575 +++++++++++---------- 1 file changed, 291 insertions(+), 284 deletions(-) (limited to 'docs/java/com/sleepycat/persist/evolve/Deleter.html') diff --git a/docs/java/com/sleepycat/persist/evolve/Deleter.html b/docs/java/com/sleepycat/persist/evolve/Deleter.html index 10cf8267..c6ec0c75 100644 --- a/docs/java/com/sleepycat/persist/evolve/Deleter.html +++ b/docs/java/com/sleepycat/persist/evolve/Deleter.html @@ -1,116 +1,119 @@ - - - - - -Deleter (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.persist.evolve -
-Class Deleter

-
-java.lang.Object
-  extended by com.sleepycat.persist.evolve.Mutation
-      extended by com.sleepycat.persist.evolve.Deleter
-
-
-
All Implemented Interfaces:
Serializable
-
-
-
-
public class Deleter
extends Mutation
- - -

-A mutation for deleting an entity class or field. +

+
com.sleepycat.persist.evolve
+

Class Deleter

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class Deleter
    +extends Mutation
    +
    A mutation for deleting an entity class or field.

    WARNING: The data for the deleted class or field will be destroyed and will be recoverable only by restoring from backup. If you wish to convert the instance data to a different type or format, use a - Conversion mutation instead.

    + Conversion mutation instead.

    For example, to delete a field:

    @@ -139,7 +142,7 @@ A mutation for deleting an entity class or field. mutations.addDeleter(new Deleter(Person.class.getName(), 0, "favoriteColors"); - // Configure the mutations as described here. + // Configure the mutations as described here.

    To delete an entity class:

    @@ -159,197 +162,201 @@ A mutation for deleting an entity class or field. mutations.addDeleter(new Deleter("my.package.Statistics", 0)); - // Configure the mutations as described here. -

    - -

    -

    -
    See Also:
    Class Evolution, -Serialized Form
    -
    - -

    - + // Configure the mutations as described here.

    +
    See Also:
    Class Evolution, +Serialized Form
    +
  • +
+
+
+
    +
  • - - - - - - - - - - - - -
    -Constructor Summary
    Deleter(String className, - int classVersion) - -
    -          Creates a mutation for deleting an entity class.
    Deleter(String declaringClass, - int declaringClassVersion, - String fieldName) - -
    -          Creates a mutation for deleting the given field from all instances of - the given class version.
    -  +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      Deleter(java.lang.String className, + int classVersion) +
      Creates a mutation for deleting an entity class.
      +
      Deleter(java.lang.String declaringClass, + int declaringClassVersion, + java.lang.String fieldName) +
      Creates a mutation for deleting the given field from all instances of + the given class version.
      +
      +
    • +
    - - - - - - - - - - -
    -Method Summary
    - StringtoString() - -
    -           
    - - - - - - - -
    Methods inherited from class com.sleepycat.persist.evolve.Mutation
    equals, getClassName, getClassVersion, getFieldName, hashCode
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - +

    +
  • +
+
+
+
    +
  • - - - - - - -
    -Constructor Detail
    - -

    -Deleter

    -
    -public Deleter(String className,
    -               int classVersion)
    -
    -
    Creates a mutation for deleting an entity class. -

    -

    -
    - -

    -Deleter

    -
    -public Deleter(String declaringClass,
    -               int declaringClassVersion,
    -               String fieldName)
    -
    -
    Creates a mutation for deleting the given field from all instances of - the given class version. -

    -

    - +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Deleter

        +
        public Deleter(java.lang.String className,
        +       int classVersion)
        +
        Creates a mutation for deleting an entity class.
        +
      • +
      + + + +
        +
      • +

        Deleter

        +
        public Deleter(java.lang.String declaringClass,
        +       int declaringClassVersion,
        +       java.lang.String fieldName)
        +
        Creates a mutation for deleting the given field from all instances of + the given class version.
        +
      • +
      +
    • +
    - - - - - - -
    -Method Detail
    - -

    -toString

    -
    -public String toString()
    -
    -
    -
    Overrides:
    toString in class Mutation
    -
    -
    -
    -
    -
    +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        +
        Overrides:
        +
        toString in class Mutation
        +
        +
      • +
      +
    • +
    +
  • +
+
+
-
- - - - - - - - - - - - - - - - - - -
-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