A B C D E F G H I J K L M N O P Q R S T U V W

O

ObjectIdentity - Class in javax.jdo.identity
This class is for identity with a single Object type field.
ObjectIdentity(Class, Object) - Constructor for class javax.jdo.identity.ObjectIdentity
Constructor with class and key.
ObjectIdentity() - Constructor for class javax.jdo.identity.ObjectIdentity
Constructor only for Externalizable.
ObjectState - Enum in javax.jdo
This class defines the object states for JDO instances.
OneToMany - Annotation Type in javax.persistence
Defines a many-valued association with one-to-many multiplicity.
OneToOne - Annotation Type in javax.persistence
Defines a single-valued association to another entity that has one-to-one multiplicity.
OptimisticLockException - Exception in javax.persistence
Thrown by the persistence provider when an optimistic locking conflict occurs.
OptimisticLockException() - Constructor for exception javax.persistence.OptimisticLockException
Constructs a new OptimisticLockException exception with null as its detail message.
OptimisticLockException(String) - Constructor for exception javax.persistence.OptimisticLockException
Constructs a new OptimisticLockException exception with the specified detail message.
OptimisticLockException(String, Throwable) - Constructor for exception javax.persistence.OptimisticLockException
Constructs a new OptimisticLockException exception with the specified detail message and cause.
OptimisticLockException(Throwable) - Constructor for exception javax.persistence.OptimisticLockException
Constructs a new OptimisticLockException exception with the specified cause.
OptimisticLockException(Object) - Constructor for exception javax.persistence.OptimisticLockException
Constructs a new OptimisticLockException exception with the specified entity.
OptimisticLockException(String, Throwable, Object) - Constructor for exception javax.persistence.OptimisticLockException
Constructs a new OptimisticLockException exception with the specified detail message, cause, and entity.
OPTION_APPLICATION_IDENTITY - Static variable in interface javax.jdo.Constants
"javax.jdo.option.ApplicationIdentity"
OPTION_ARRAY - Static variable in interface javax.jdo.Constants
"javax.jdo.option.Array"
OPTION_ARRAYLIST - Static variable in interface javax.jdo.Constants
"javax.jdo.option.ArrayList"
OPTION_BINARY_COMPATIBILITY - Static variable in interface javax.jdo.Constants
"javax.jdo.option.BinaryCompatibility"
OPTION_CHANGE_APPLICATION_IDENTITY - Static variable in interface javax.jdo.Constants
"javax.jdo.option.ChangeApplicationIdentity"
OPTION_DATASTORE_IDENTITY - Static variable in interface javax.jdo.Constants
"javax.jdo.option.DatastoreIdentity"
OPTION_GET_DATASTORE_CONNECTION - Static variable in interface javax.jdo.Constants
"javax.jdo.option.GetDataStoreConnection"
OPTION_GET_JDBC_CONNECTION - Static variable in interface javax.jdo.Constants
"javax.jdo.option.GetJDBCConnection"
OPTION_LINKEDLIST - Static variable in interface javax.jdo.Constants
"javax.jdo.option.LinkedList"
OPTION_MAPPING_HETEROGENEOUS_INTERFACE_TYPE - Static variable in interface javax.jdo.Constants
"javax.jdo.option.mapping.HeterogeneousInterfaceType"
OPTION_MAPPING_HETEROGENEOUS_OBJECT_TYPE - Static variable in interface javax.jdo.Constants
"javax.jdo.option.mapping.HeterogeneousObjectType"
OPTION_MAPPING_JOINED_TABLE_PER_CLASS - Static variable in interface javax.jdo.Constants
"javax.jdo.option.mapping.JoinedTablePerClass"
OPTION_MAPPING_JOINED_TABLE_PER_CONCRETE_CLASS - Static variable in interface javax.jdo.Constants
"javax.jdo.option.mapping.JoinedTablePerConcreteClass"
OPTION_MAPPING_NON_JOINED_TABLE_PER_CONCRETE_CLASS - Static variable in interface javax.jdo.Constants
"javax.jdo.option.mapping.NonJoinedTablePerConcreteClass"
OPTION_MAPPING_RELATION_SUBCLASS_TABLE - Static variable in interface javax.jdo.Constants
"javax.jdo.option.mapping.RelationSubclassTable"
OPTION_NONDURABLE_IDENTITY - Static variable in interface javax.jdo.Constants
"javax.jdo.option.NonDurableIdentity"
OPTION_NONTRANSACTIONAL_READ - Static variable in interface javax.jdo.Constants
"javax.jdo.option.NontransactionalRead"
OPTION_NONTRANSACTIONAL_WRITE - Static variable in interface javax.jdo.Constants
"javax.jdo.option.NontransactionalWrite"
OPTION_NULL_COLLECTION - Static variable in interface javax.jdo.Constants
"javax.jdo.option.NullCollection"
OPTION_OPTIMISTIC - Static variable in interface javax.jdo.Constants
"javax.jdo.option.Optimistic"
OPTION_PREDIRTY_EVENT - Static variable in interface javax.jdo.Constants
"javax.jdo.option.PreDirtyEvent"
OPTION_QUERY_SQL - Static variable in interface javax.jdo.Constants
"javax.jdo.query.SQL"
OPTION_RETAIN_VALUES - Static variable in interface javax.jdo.Constants
"javax.jdo.option.RetainValues"
OPTION_TRANSACTIONAL_TRANSIENT - Static variable in interface javax.jdo.Constants
"javax.jdo.option.TransientTransactional"
OPTION_TREEMAP - Static variable in interface javax.jdo.Constants
"javax.jdo.option.TreeMap"
OPTION_TREESET - Static variable in interface javax.jdo.Constants
"javax.jdo.option.TreeSet"
OPTION_UNCONSTRAINED_QUERY_VARIABLES - Static variable in interface javax.jdo.Constants
"javax.jdo.option.UnconstrainedQueryVariables"
OPTION_VECTOR - Static variable in interface javax.jdo.Constants
"javax.jdo.option.Vector"
OPTION_VERSION_DATETIME - Static variable in interface javax.jdo.Constants
"javax.jdo.option.version.DateTime"
OPTION_VERSION_STATE_IMAGE - Static variable in interface javax.jdo.Constants
"javax.jdo.option.version.StateImage"
or(Expression<Boolean>, Expression<Boolean>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a disjunction of the given boolean expressions.
or(Predicate...) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a disjunction of the given restriction predicates.
Order - Annotation Type in javax.jdo.annotations
Annotation for the ordering component of an ordered container member, such as Java Collections Framework Array and List types and Java native array types.
Order - Interface in javax.persistence.criteria
An object that defines an ordering over the query results.
orderBy(Order...) - Method in interface javax.persistence.criteria.CriteriaQuery
Specify the ordering expressions that are used to order the query results.
orderBy(List<Order>) - Method in interface javax.persistence.criteria.CriteriaQuery
Specify the ordering expressions that are used to order the query results.
OrderBy - Annotation Type in javax.persistence
Specifies the ordering of the elements of a collection valued association or element collection at the point when the association or collection is retrieved.
OrderColumn - Annotation Type in javax.persistence
Specifies a column that is used to maintain the persistent order of a list.
ORM_DTD_RESOURCE - Static variable in interface javax.jdo.Constants
The name of the resource for the DTD of the standard JDO object-relational mapping metadata file.
ORM_XSD_NS - Static variable in interface javax.jdo.Constants
The standard JDO object-repository mapping schema namespace.
ORM_XSD_RESOURCE - Static variable in interface javax.jdo.Constants
The name of the resource for the XML schema of the standard JDO object-relational mapping metadata file.
otherwise(R) - Method in interface javax.persistence.criteria.CriteriaBuilder.Case
Add an "else" clause to the case expression.
otherwise(Expression<? extends R>) - Method in interface javax.persistence.criteria.CriteriaBuilder.Case
Add an "else" clause to the case expression.
otherwise(R) - Method in interface javax.persistence.criteria.CriteriaBuilder.SimpleCase
Add an "else" clause to the case expression.
otherwise(Expression<? extends R>) - Method in interface javax.persistence.criteria.CriteriaBuilder.SimpleCase
Add an "else" clause to the case expression.

A B C D E F G H I J K L M N O P Q R S T U V W