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/EntityMetadata.html | 676 ++++++++++----------- 1 file changed, 327 insertions(+), 349 deletions(-) (limited to 'docs/java/com/sleepycat/persist/model/EntityMetadata.html') diff --git a/docs/java/com/sleepycat/persist/model/EntityMetadata.html b/docs/java/com/sleepycat/persist/model/EntityMetadata.html index f8e63b20..08e01715 100644 --- a/docs/java/com/sleepycat/persist/model/EntityMetadata.html +++ b/docs/java/com/sleepycat/persist/model/EntityMetadata.html @@ -1,375 +1,353 @@ - - - - - -EntityMetadata (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.persist.model -
-Class EntityMetadata

-
-java.lang.Object
-  extended by com.sleepycat.persist.model.EntityMetadata
-
-
-
All Implemented Interfaces:
Serializable
-
-
-
-
public class EntityMetadata
extends Object
implements Serializable
- - -

-The metadata for a persistent entity class. An entity class may be - specified with the Entity annotation. +

+
com.sleepycat.persist.model
+

Class EntityMetadata

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class EntityMetadata
    +extends java.lang.Object
    +implements java.io.Serializable
    +
    The metadata for a persistent entity class. An entity class may be + specified with the Entity annotation.

    EntityMetadata objects are thread-safe. Multiple threads may - safely call the methods of a shared EntityMetadata object.

    -

    - -

    -

    -
    See Also:
    Serialized Form
    -
    - -

    - + safely call the methods of a shared EntityMetadata object.

    +
    See Also:
    Serialized Form
    +
  • +
+
+
+ +
+
+
    +
  • - - - - - - -
    -Constructor Detail
    - -

    -EntityMetadata

    -
    -public EntityMetadata(String className,
    -                      PrimaryKeyMetadata primaryKey,
    -                      Map<String,SecondaryKeyMetadata> secondaryKeys)
    -
    -
    Used by an EntityModel to construct entity metadata. -

    -

    - +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityMetadata

        +
        public EntityMetadata(java.lang.String className,
        +              PrimaryKeyMetadata primaryKey,
        +              java.util.Map<java.lang.String,SecondaryKeyMetadata> secondaryKeys)
        +
        Used by an EntityModel to construct entity metadata.
        +
      • +
      +
    • +
    - - - - - - -
    -Method Detail
    - -

    -getClassName

    -
    -public String getClassName()
    -
    -
    Returns the name of the entity class. -

    -

    -
    -
    -
    -
    -
    -
    -
    - -

    -getPrimaryKey

    -
    -public PrimaryKeyMetadata getPrimaryKey()
    -
    -
    Returns the primary key metadata for this entity. Note that the primary +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getClassName

        +
        public java.lang.String getClassName()
        +
        Returns the name of the entity class.
        +
      • +
      + + + +
        +
      • +

        getPrimaryKey

        +
        public PrimaryKeyMetadata getPrimaryKey()
        +
        Returns the primary key metadata for this entity. Note that the primary key field may be declared in this class or in a subclass. This metadata - may be specified using the PrimaryKey annotation. -

        -

        -
        -
        -
        -
        -
        -
    -
    - -

    -getSecondaryKeys

    -
    -public Map<String,SecondaryKeyMetadata> getSecondaryKeys()
    -
    -
    Returns an unmodifiable map of key name to secondary key metadata, or + may be specified using the PrimaryKey annotation.
+ + + + + + + + + + + + + + + + + + +
+ -
- - - - - - - - - - - - - - - - - - -
-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