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. --- .../persist/evolve/class-use/Conversion.html | 385 ++++++++++----------- 1 file changed, 182 insertions(+), 203 deletions(-) (limited to 'docs/java/com/sleepycat/persist/evolve/class-use/Conversion.html') diff --git a/docs/java/com/sleepycat/persist/evolve/class-use/Conversion.html b/docs/java/com/sleepycat/persist/evolve/class-use/Conversion.html index 542633fa..86e3f5aa 100644 --- a/docs/java/com/sleepycat/persist/evolve/class-use/Conversion.html +++ b/docs/java/com/sleepycat/persist/evolve/class-use/Conversion.html @@ -1,218 +1,197 @@ - - - - - -Uses of Interface com.sleepycat.persist.evolve.Conversion (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + + + + - -
-
-

-Uses of Interface
com.sleepycat.persist.evolve.Conversion

-
- - - - - - - - - -
-Packages that use Conversion
com.sleepycat.persist.evolveUtilities for managing class evolution of persistent objects. 
-  -

- - - - - -
-Uses of Conversion in com.sleepycat.persist.evolve
-  -

- - - - - - - - - -
Methods in com.sleepycat.persist.evolve that return Conversion
- ConversionConverter.getConversion() - -
-          Returns the converter instance specified to the constructor.
-  -

- - - - - - - - - - + + + + + +
Constructors in com.sleepycat.persist.evolve with parameters of type Conversion
Converter(String className, - int classVersion, - Conversion conversion) - -
-          Creates a mutation for converting all instances of the given class - version to the current version of the class.
Converter(String declaringClassName, - int declaringClassVersion, - String fieldName, - Conversion conversion) - -
-          Creates a mutation for converting all values of the given field in the +
+

Uses of Interface
com.sleepycat.persist.evolve.Conversion

+
+
+
    +
  • + + + + + + + + + + + + +
    Packages that use Conversion 
    PackageDescription
    com.sleepycat.persist.evolve +
    Utilities for managing class evolution of persistent objects.
    +
    +
  • +
  • +
      +
    • + + +

      Uses of Conversion in com.sleepycat.persist.evolve

      + + + + + + + + + + + + +
      Methods in com.sleepycat.persist.evolve that return Conversion 
      Modifier and TypeMethod and Description
      ConversionConverter.getConversion() +
      Returns the converter instance specified to the constructor.
      +
      + + + + + + + + + + + - - - - -
      Constructors in com.sleepycat.persist.evolve with parameters of type Conversion 
      Constructor and Description
      Converter(java.lang.String className, + int classVersion, + Conversion conversion) +
      Creates a mutation for converting all instances of the given class + version to the current version of the class.
      +
      Converter(java.lang.String declaringClassName, + int declaringClassVersion, + java.lang.String fieldName, + Conversion conversion) +
      Creates a mutation for converting all values of the given field in the given class version to a type compatible with the current declared type - of the field.
      EntityConverter(String entityClassName, - int classVersion, - Conversion conversion, - Set<String> deletedKeys) - -
      -          Creates a mutation for converting all instances of the given entity - class version to the current version of the class.
      -  -

      -


      - - + of the field.
+
EntityConverter(java.lang.String entityClassName, + int classVersion, + Conversion conversion, + java.util.Set<java.lang.String> deletedKeys) +
Creates a mutation for converting all instances of the given entity + class version to the current version of the class.
+
+ + + + + - - - - - - - - - - - - -
-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