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/model/PrimaryKeyMetadata.html | 614 ++++++++++----------- 1 file changed, 306 insertions(+), 308 deletions(-) (limited to 'docs/java/com/sleepycat/persist/model/PrimaryKeyMetadata.html') diff --git a/docs/java/com/sleepycat/persist/model/PrimaryKeyMetadata.html b/docs/java/com/sleepycat/persist/model/PrimaryKeyMetadata.html index 3d8f5f95..01e635b1 100644 --- a/docs/java/com/sleepycat/persist/model/PrimaryKeyMetadata.html +++ b/docs/java/com/sleepycat/persist/model/PrimaryKeyMetadata.html @@ -1,330 +1,328 @@ - - - - - -PrimaryKeyMetadata (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.persist.model -
-Class PrimaryKeyMetadata

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

-The metadata for a primary key field. A primary key may be specified with - the PrimaryKey annotation. +

+
com.sleepycat.persist.model
+

Class PrimaryKeyMetadata

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class PrimaryKeyMetadata
    +extends FieldMetadata
    +
    The metadata for a primary key field. A primary key may be specified with + the PrimaryKey annotation.

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

    -

    - -

    -

    -
    See Also:
    Serialized Form
    -
    - -

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

    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • - - - - - - - - - -
    -Constructor Summary
    PrimaryKeyMetadata(String name, - String className, - String declaringClassName, - String sequenceName) - -
    -          Used by an EntityModel to construct primary key metadata.
    -  +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      PrimaryKeyMetadata(java.lang.String name, + java.lang.String className, + java.lang.String declaringClassName, + java.lang.String sequenceName) +
      Used by an EntityModel to construct primary key metadata.
      +
      +
    • +
    - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanequals(Object other) - -
    -           
    - StringgetSequenceName() - -
    -          Returns the name of the sequence for assigning key values.
    - inthashCode() - -
    -           
    - - - - - - - -
    Methods inherited from class com.sleepycat.persist.model.FieldMetadata
    getClassName, getDeclaringClassName, getName, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - +

      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      booleanequals(java.lang.Object other) 
      java.lang.StringgetSequenceName() +
      Returns the name of the sequence for assigning key values.
      +
      inthashCode() 
      + +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • - - - - - - -
    -Constructor Detail
    - -

    -PrimaryKeyMetadata

    -
    -public PrimaryKeyMetadata(String name,
    -                          String className,
    -                          String declaringClassName,
    -                          String sequenceName)
    -
    -
    Used by an EntityModel to construct primary key metadata. -

    -

    - +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PrimaryKeyMetadata

        +
        public PrimaryKeyMetadata(java.lang.String name,
        +                  java.lang.String className,
        +                  java.lang.String declaringClassName,
        +                  java.lang.String sequenceName)
        +
        Used by an EntityModel to construct primary key metadata.
        +
      • +
      +
    • +
    - - - - - - -
    -Method Detail
    - -

    -getSequenceName

    -
    -public String getSequenceName()
    -
    -
    Returns the name of the sequence for assigning key values. This may be - specified using the PrimaryKey.sequence() annotation. -

    -

    -
    -
    -
    -
    - -

    -equals

    -
    -public boolean equals(Object other)
    -
    -
    -
    Overrides:
    equals in class FieldMetadata
    -
    -
    -
    -
    -
    -
    - -

    -hashCode

    -
    -public int hashCode()
    -
    -
    -
    Overrides:
    hashCode in class FieldMetadata
    -
    -
    -
    -
    -
    +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getSequenceName

        +
        public java.lang.String getSequenceName()
        +
        Returns the name of the sequence for assigning key values. This may be + specified using the PrimaryKey.sequence() annotation.
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(java.lang.Object other)
        +
        +
        Overrides:
        +
        equals in class FieldMetadata
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
-
- - - - - - - - - - - - - - - - - - -
-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