ObjectDBObjectDB
Object Database for Java - Persistence Made Easy
  • Download
  • Forum
  • Login
  • My Account
  • Logout
  • ObjectDB
    • Overview
    • Features
    • Download
    • Purchase
    • Company
  • Manual
    • 1  Quick Tour
      • Entity Class
      • Database Connection
      • CRUD Operations
      • What is Next?
    • 2  Entity Classes
      • Persistable Types
      • Entity Fields
      • Primary Key
      • Generated Values
      • Index Definition
      • Schema Evolution
      • Persistence Unit
    • 3  Using JPA
      • Main Interfaces
      • Working with Entities
      • CRUD Operations
        • Storing Entities
        • Retrieving Entities
        • Updating Entities
        • Deleting Entities
      • Advanced Topics
        • Detached Entities
        • Lock Management
        • Lifecycle Events
    • 4  Queries
      • Query API
        • Running Queries
        • Query Parameters
        • Setting & Tuning
        • Named Queries
      • Query Structure
        • JPQL SELECT
        • JPQL FROM
        • JPQL WHERE
        • JPQL GROUP BY
        • JPQL ORDER BY
      • Query Expressions
        • JPQL Literals
        • Objects In JPQL
        • Numbers in JPQL
        • Strings in JPQL
        • Collections in JPQL
        • Comparison Operators
        • Logical Operators
    • 5  Object Database Tools
      • ObjectDB Explorer
      • ObjectDB Server
      • ObjectDB Enhancer
      • ObjectDB Doctor
      • ObjectDB Replayer
    • 6  Configuration
      • General and Logging
      • Database Management
      • Entity Management
      • Schema Update
      • Server Configuration
      • Server User List
      • SSL Configuration
  • JPA
    • Persistence
    • EntityManagerFactory
    • EntityManager
    • EntityTransaction
    • Annotations
      • Class Modifiers
        • Cacheable
        • Embeddable
        • Entity
        • EntityListeners
        • ExcludeDefaultListeners
        • ExcludeSuperclassListeners
        • IdClass
        • MappedSuperclass
      • Field Modifiers
        • Basic
        • Embedded
        • Id
        • EmbeddedId
        • Version
        • Transient
        • Enumerated
        • MapKeyEnumerated
        • EnumType
        • Temporal
        • TemporalType
        • MapKeyTemporal
      • Relationships
        • ManyToMany
        • ManyToOne
        • OneToMany
        • OneToOne
        • OrderBy
        • MapKey
        • CascadeType
        • FetchType
      • Access Modes
        • Access
        • AccessType
      • Value Generation
        • GeneratedValue
        • GenerationType
        • SequenceGenerator
        • TableGenerator
      • Callback Methods
        • PrePersist
        • PreRemove
        • PreUpdate
        • PostLoad
        • PostPersist
        • PostRemove
        • PostUpdate
      • JPQL Queries
        • NamedQueries
        • NamedQuery
        • QueryHint
      • Java EE...
      • Mapping (ORM)...
      • SQL Queries...
    • Queries
      • Query
      • TypedQuery
      • Parameter
      • Tuple
      • TupleElement
      • CriteriaBuilder...
      • CriteriaQuery
      • Criteria Path Elements...
      • Criteria Misc. Elements...
    • Metamodel
      • Metamodel
      • Metamodel Types...
      • Metamodel Attributes...
      • Bindable...
    • Miscellaneous
      • PersistenceUtil
      • PersistenceUnitUtil
      • Cache...
      • CacheRetrieveMode
      • CacheStoreMode
      • FlushModeType
      • LockModeType
      • PessimisticLockScope
    • Exceptions
      • EntityExistsException
      • EntityNotFoundException
      • LockTimeoutException
      • NonUniqueResultException
      • NoResultException
      • OptimisticLockException
      • PersistenceException
      • PessimisticLockException
      • QueryTimeoutException
      • RollbackException
      • TransactionRequiredExc...
  • JDO
    • JDOHelper
    • PersistenceManagerFactory
    • PersistenceManager
    • Transaction
    • Query
    • Extent
    • Annotations...
    • Callbacks...
    • Listeners...
    • Predefined ID Classes...
    • Miscellaneous...
    • Exceptions...
  • Support
    • FAQ
    • Tutorials
    • Knowledge Base
    • Forum
    • Issue Tracking
    • Help Desk
 
Home

45 words

JDO Reference

This reference contains the API documentation (similar to JavaDoc) of JDO 2.2. The content is derived from the original JDO documentation with some additions and notes.

The most basic JDO types are:

  • javax.jdo.JDOHelper
  • javax.jdo.PersistenceManagerFactory
  • javax.jdo.PersistenceManager
  • javax.jdo.Transaction
  • javax.jdo.Query
  • javax.jdo.Extent

All the other JDO types are organized into the following sections:

  • JDO Annotations
  • JDO Internal Callbacks
  • JDO External Listeners
  • JDO Predefined ID Classes
  • JDO Miscellaneous Types
  • JDO Exceptions

JDOHelper >

This documentation page is derived (with some adjustments) from the JDO 2.2 API
and is available under the terms of the Apache License, v. 2.0. Apache License, Version 2.0, January 2004TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
See JavaDoc Reference Page...

JDO Reference

  • JDOHelper
  • PersistenceManagerFactory
  • PersistenceManager
  • Transaction
  • Query
  • Extent
  • Annotations
  • Callbacks
  • Listeners
  • Predefined ID Classes
  • Miscellaneous
  • Exceptions
Copyright © 2010 ObjectDB Software - All rights reserved -
Terms of Use

2010-09-03 06:34:02