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/package-summary.html | 550 +++++++++++---------- 1 file changed, 282 insertions(+), 268 deletions(-) (limited to 'docs/java/com/sleepycat/persist/model/package-summary.html') diff --git a/docs/java/com/sleepycat/persist/model/package-summary.html b/docs/java/com/sleepycat/persist/model/package-summary.html index fe6b3bcb..c883acc7 100644 --- a/docs/java/com/sleepycat/persist/model/package-summary.html +++ b/docs/java/com/sleepycat/persist/model/package-summary.html @@ -1,285 +1,299 @@ - - - - - -com.sleepycat.persist.model (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + + + + - -
-

-Package com.sleepycat.persist.model -

-Annotations for defining a persistent object model. -

-See: -
-          Description -

- - - - - - - - - -
-Interface Summary
PersistentProxy<T>Implemented by a proxy class to represent the persistent state of a - (non-persistent) proxied class.
-  - -

- - - - - - - - - - - - + + + + + + + + + + + + + + +
-Class Summary
AnnotationModelThe default annotation-based entity model.
ClassEnhancerEnhances the bytecode of persistent classes to provide efficient access to +
+

Package com.sleepycat.persist.model

+
+
Annotations for defining a persistent object model.
+
+

See: Description

+
+
+
    +
  • + + + + + + + + + + + + +
    Interface Summary 
    InterfaceDescription
    PersistentProxy<T> +
    Implemented by a proxy class to represent the persistent state of a + (non-persistent) proxied class.
    +
    +
  • +
  • + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Class Summary 
    ClassDescription
    AnnotationModel +
    The default annotation-based entity model.
    +
    ClassEnhancer +
    Enhances the bytecode of persistent classes to provide efficient access to fields and constructors, and to avoid special security policy settings for - accessing non-public members.
    ClassMetadataThe metadata for a persistent class.
    EntityMetadataThe metadata for a persistent entity class.
    EntityModelThe base class for classes that provide entity model metadata.
    FieldMetadataThe metadata for a key field.
    ModelInternalInternal access class that should not be used by applications.
    PrimaryKeyMetadataThe metadata for a primary key field.
    SecondaryKeyMetadataThe metadata for a secondary key field.
    -  - -

    - - - - - - - - - - - - - -
    -Enum Summary
    DeleteActionSpecifies the action to take when a related entity is deleted having a - primary key value that exists as a secondary key value for this entity.
    RelationshipDefines the relationship between instances of the entity class and the - secondary keys.
    -  - -

    - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    -Annotation Types Summary
    EntityIndicates a persistent entity class.
    KeyFieldIndicates the sorting position of a key field in a composite key class when - the Comparable interface is not implemented.
    NotPersistentOverrides the default rules for field persistence and defines a field as + accessing non-public members. +
    ClassMetadata +
    The metadata for a persistent class.
    +
    EntityMetadata +
    The metadata for a persistent entity class.
    +
    EntityModel +
    The base class for classes that provide entity model metadata.
    +
    FieldMetadata +
    The metadata for a key field.
    +
    ModelInternal +
    Internal access class that should not be used by applications.
    +
    PrimaryKeyMetadata +
    The metadata for a primary key field.
    +
    SecondaryKeyMetadata +
    The metadata for a secondary key field.
    +
    +

  • +
  • + + + + + + + + + + + + + + + + +
    Enum Summary 
    EnumDescription
    DeleteAction +
    Specifies the action to take when a related entity is deleted having a + primary key value that exists as a secondary key value for this entity.
    +
    Relationship +
    Defines the relationship between instances of the entity class and the + secondary keys.
    +
    +
  • +
  • + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - -
    Annotation Types Summary 
    Annotation TypeDescription
    Entity +
    Indicates a persistent entity class.
    +
    KeyField +
    Indicates the sorting position of a key field in a composite key class when + the Comparable interface is not implemented.
    +
    NotPersistent +
    Overrides the default rules for field persistence and defines a field as being non-persistent even when it is not declared with the - transient keyword.
    NotTransientOverrides the default rules for field persistence and defines a field as + transient keyword. +
    NotTransient +
    Overrides the default rules for field persistence and defines a field as being persistent even when it is declared with the transient - keyword.
    PersistentIdentifies a persistent class that is not an Entity class or a - simple type.
    PrimaryKeyIndicates the primary key field of an entity class.
    SecondaryKeyIndicates a secondary key field of an entity class.
    -  - -

    -

    -Package com.sleepycat.persist.model Description -

    - -

    -Annotations for defining a persistent object model. -

    - -

    -

    -
    -
    - - + keyword.
+
Persistent +
Identifies a persistent class that is not an Entity class or a + simple type.
+
PrimaryKey +
Indicates the primary key field of an entity class.
+
SecondaryKey +
Indicates a secondary key field of an entity class.
+
+ + + + + +

Package com.sleepycat.persist.model Description

+
Annotations for defining a persistent object model.
+ - - - - - - - - - - - - -
-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