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. --- .../sleepycat/persist/model/AnnotationModel.html | 683 ++++++++++----------- 1 file changed, 338 insertions(+), 345 deletions(-) (limited to 'docs/java/com/sleepycat/persist/model/AnnotationModel.html') diff --git a/docs/java/com/sleepycat/persist/model/AnnotationModel.html b/docs/java/com/sleepycat/persist/model/AnnotationModel.html index f104f56a..9bd7b93b 100644 --- a/docs/java/com/sleepycat/persist/model/AnnotationModel.html +++ b/docs/java/com/sleepycat/persist/model/AnnotationModel.html @@ -1,108 +1,110 @@ - - - - - -AnnotationModel (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.persist.model -
-Class AnnotationModel

-
-java.lang.Object
-  extended by com.sleepycat.persist.model.EntityModel
-      extended by com.sleepycat.persist.model.AnnotationModel
-
-
-
-
public class AnnotationModel
extends EntityModel
- - -

-The default annotation-based entity model. An AnnotationModel +

+
com.sleepycat.persist.model
+

Class AnnotationModel

+
+
+ +
+
    +
  • +
    +
    +
    public class AnnotationModel
    +extends EntityModel
    +
    The default annotation-based entity model. An AnnotationModel is based on annotations that are specified for entity classes and their key fields. @@ -110,265 +112,256 @@ The default annotation-based entity model. An AnnotationModel safely call the methods of a shared AnnotationModel object.

    The set of persistent classes in the annotation model is the set of all - classes with the Persistent or Entity annotation.

    - -

    The annotations used to define persistent classes are: Entity, - Persistent, PrimaryKey, SecondaryKey and KeyField. A good starting point is Entity.

    -

    - -

    -


    - -

    - + classes with the Persistent or Entity annotation.

    + +

    The annotations used to define persistent classes are: Entity, + Persistent, PrimaryKey, SecondaryKey and KeyField. A good starting point is Entity.

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

    -AnnotationModel

    -
    -public AnnotationModel()
    -
    -
    Constructs a model for annotated entity classes. -

    -

    - +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        AnnotationModel

        +
        public AnnotationModel()
        +
        Constructs a model for annotated entity classes.
        +
      • +
      +
    • +
    - - - - - - -
    -Method Detail
    - -

    -getKnownClasses

    -
    -public Set<String> getKnownClasses()
    -
    -
    Description copied from class: EntityModel
    -
    Returns the names of all known persistent classes. A type becomes known +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getKnownClasses

        +
        public java.util.Set<java.lang.String> getKnownClasses()
        +
        Description copied from class: EntityModel
        +
        Returns the names of all known persistent classes. A type becomes known when an instance of the type is stored for the first time or metadata or - type information is queried for a specific class name. -

        -

        -
        Specified by:
        getKnownClasses in class EntityModel
        -
        -
        - -
        Returns:
        an unmodifiable set of class names.
        -
        -
    -
    - -

    -getKnownSpecialClasses

    -
    -public Set<String> getKnownSpecialClasses()
    -
    -
    Description copied from class: EntityModel
    -
    Returns the names of all known persistent enum and array classes that + type information is queried for a specific class name.
+
+
Specified by:
+
getKnownClasses in class EntityModel
+
Returns:
an unmodifiable set of class names.
+ + + + + + + + + + + + + + + + + + +
+ -
- - - - - - - - - - - - - - - - - - -
-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