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

O

OBJECT_NOT_FOUND_EXCEPTION - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
OBJECT_TYPE_CONVERTER - Static variable in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLink
 
OBJECT_TYPE_CONVERTER - Static variable in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLink
 
OBJECT_TYPE_CONVERTER__CONVERSION_VALUES - Static variable in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLink
 
OBJECT_TYPE_CONVERTER__DATA_TYPE - Static variable in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLink
 
OBJECT_TYPE_CONVERTER__DATA_TYPE - Static variable in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLink
 
OBJECT_TYPE_CONVERTER__DEFAULT_OBJECT_VALUE - Static variable in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLink
 
OBJECT_TYPE_CONVERTER__DEFAULT_OBJECT_VALUE - Static variable in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLink
 
OBJECT_TYPE_CONVERTER__NAME - Static variable in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLink
 
OBJECT_TYPE_CONVERTER__NAME - Static variable in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLink
 
OBJECT_TYPE_CONVERTER__OBJECT_TYPE - Static variable in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLink
 
OBJECT_TYPE_CONVERTER__OBJECT_TYPE - Static variable in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLink
 
OBJECT_TYPE_CONVERTER_PROPERTY - Static variable in interface org.eclipse.jpt.jpa.eclipselink.core.context.java.JavaEclipseLinkConverterContainer
 
OBJECT_TYPE_CONVERTERS_LIST - Static variable in interface org.eclipse.jpt.jpa.eclipselink.core.context.orm.OrmEclipseLinkConverterContainer
 
OBJECT_TYPE_PROPERTY - Static variable in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkObjectTypeConverter
 
OBJECT_TYPE_PROPERTY - Static variable in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkTypeConverter
 
OBJECT_TYPE_PROPERTY - Static variable in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.BaseEclipseLinkTypeConverterAnnotation
 
OBJECT_VALUE - Static variable in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlChangeTrackingType
The 'OBJECT' literal value.
OBJECT_VALUE_PROPERTY - Static variable in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkConversionValue
 
OBJECT_VALUE_PROPERTY - Static variable in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkConversionValueAnnotation
 
ObjectReference<V> - Interface in org.eclipse.jpt.common.utility
Provide a container for passing an object that can be changed by the recipient.
objectTypeConverters() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.orm.OrmEclipseLinkConverterContainer
Return a list iterator of the object type converters.
objectTypeConvertersSize() - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.orm.OrmEclipseLinkConverterContainer
Return the number of object type converters.
OFF - Static variable in enum org.eclipse.jpt.jpa.eclipselink.core.context.persistence.logging.LoggingLevel
 
okToClose(ConnectionProfile) - Method in class org.eclipse.jpt.jpa.db.ConnectionAdapter
 
okToClose(ConnectionProfile) - Method in interface org.eclipse.jpt.jpa.db.ConnectionListener
 
ONE_TO_MANY - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
ONE_TO_MANY - Static variable in interface org.eclipse.jpt.jpa.core.resource.orm.JPA
 
ONE_TO_MANY__CASCADE - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
ONE_TO_MANY__FETCH - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
ONE_TO_MANY__MAPPED_BY - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
ONE_TO_MANY__ORPHAN_REMOVAL - Static variable in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.JPA2_0
 
ONE_TO_MANY__TARGET_ENTITY - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
ONE_TO_MANY_ATTRIBUTE_MAPPING_KEY - Static variable in interface org.eclipse.jpt.jpa.core.MappingKeys
 
ONE_TO_ONE - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
ONE_TO_ONE - Static variable in interface org.eclipse.jpt.jpa.core.resource.orm.JPA
 
ONE_TO_ONE__CASCADE - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
ONE_TO_ONE__FETCH - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
ONE_TO_ONE__MAPPED_BY - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
ONE_TO_ONE__OPTIONAL - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
ONE_TO_ONE__ORPHAN_REMOVAL - Static variable in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.JPA2_0
 
ONE_TO_ONE__TARGET_ENTITY - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
ONE_TO_ONE_ATTRIBUTE_MAPPING_KEY - Static variable in interface org.eclipse.jpt.jpa.core.MappingKeys
 
OneToMany2_0Annotation - Interface in org.eclipse.jpt.jpa.core.jpa2.resource.java
Corresponds to the JPA 2.0 annotation javax.persistence.OneToMany
OneToManyAnnotation - Interface in org.eclipse.jpt.jpa.core.resource.java
Corresponds to the JPA annotation javax.persistence.OneToMany
OneToManyMapping - Interface in org.eclipse.jpt.jpa.core.context
JPA 1:m mapping
OneToManyMapping2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context
JPA 2.0 1:m mapping
OneToManyRelationship - Interface in org.eclipse.jpt.jpa.core.context
1:m relationship (mapped by, join table)
OneToManyRelationship2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context
JPA 2.0 1:m relationship (mapped by, join table, join column)
OneToOne2_0Annotation - Interface in org.eclipse.jpt.jpa.core.jpa2.resource.java
Corresponds to the JPA 2.0 annotation javax.persistence.OneToOne
OneToOneAnnotation - Interface in org.eclipse.jpt.jpa.core.resource.java
Corresponds to the JPA annotation javax.persistence.OneToOne
OneToOneMapping - Interface in org.eclipse.jpt.jpa.core.context
JPA 1:1 mapping
OneToOneMapping2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context
JPA 2.0 1:1 mapping
OneToOneRelationship - Interface in org.eclipse.jpt.jpa.core.context
1:1 relationship (mapped by, join column, primary key join column)
OneToOneRelationship2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context
JPA 2.0 1:1 relationship (mapped by, join column, primary key join column, join table)
opened(ConnectionProfile) - Method in class org.eclipse.jpt.jpa.db.ConnectionAdapter
 
opened(ConnectionProfile) - Method in interface org.eclipse.jpt.jpa.db.ConnectionListener
 
OPTIMISTIC_FORCE_INCREMENT_VALUE - Static variable in enum org.eclipse.jpt.jpa.core.resource.orm.v2_0.LockModeType_2_0
The 'OPTIMISTIC FORCE INCREMENT' literal value.
OPTIMISTIC_LOCKING - Static variable in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLink
 
OPTIMISTIC_LOCKING__CASCADE - Static variable in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLink
 
OPTIMISTIC_LOCKING__SELECTED_COLUMN - Static variable in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLink
 
OPTIMISTIC_LOCKING__TYPE - Static variable in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.EclipseLink
 
OPTIMISTIC_VALUE - Static variable in enum org.eclipse.jpt.jpa.core.resource.orm.v2_0.LockModeType_2_0
The 'OPTIMISTIC' literal value.
OPTIONAL - Static variable in interface org.eclipse.jpt.jpa.core.resource.orm.JPA
 
OPTIONAL_PROPERTY - Static variable in interface org.eclipse.jpt.jaxb.eclipselink.core.resource.java.XmlTransformationAnnotation
String associated with change events to the 'optional' property
OPTIONAL_PROPERTY - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.BasicAnnotation
 
OPTIONAL_PROPERTY - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.SingleRelationshipMappingAnnotation
 
OPTIONAL_PROPERTY - Static variable in interface org.eclipse.jpt.jpa.eclipselink.core.resource.java.EclipseLinkTransformationAnnotation
 
OptionalMapping - Interface in org.eclipse.jpt.jpa.core.context
JPA attribute mapping that is optional (e.g.
Options - Interface in org.eclipse.jpt.jpa.eclipselink.core.context.persistence.options
Session Options
Options2_0 - Interface in org.eclipse.jpt.jpa.eclipselink.core.v2_0.context.persistence.options
Options2_0
ORDER_BY - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
ORDER_BY - Static variable in interface org.eclipse.jpt.jpa.core.resource.orm.JPA
 
ORDER_BY__VALUE - Static variable in interface org.eclipse.jpt.jpa.core.resource.java.JPA
 
ORDER_COLUMN - Static variable in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.JPA2_0
 
ORDER_COLUMN - Static variable in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.JPA2_0
 
ORDER_COLUMN__COLUMN_DEFINITION - Static variable in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.JPA2_0
 
ORDER_COLUMN__INSERTABLE - Static variable in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.JPA2_0
 
ORDER_COLUMN__NAME - Static variable in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.JPA2_0
 
ORDER_COLUMN__NULLABLE - Static variable in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.JPA2_0
 
ORDER_COLUMN__UPDATABLE - Static variable in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.JPA2_0
 
ORDER_COLUMN_ORDERING_PROPERTY - Static variable in interface org.eclipse.jpt.jpa.core.jpa2.context.Orderable2_0
 
ORDER_CORRECTION_TYPE_20 - Static variable in interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.EclipseLinkOrmV2_0Package.Literals
The meta object literal for the 'Order Correction Type 20' enum.
ORDER_CORRECTION_TYPE_20 - Static variable in class org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.EclipseLinkOrmV2_0Package
The meta object id for the 'Order Correction Type 20' enum.
Orderable - Interface in org.eclipse.jpt.jpa.core.context
Multi-valued (1:m, m:m) relationship mappings support ordering.
Orderable2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context
Multi-valued (1:m, m:m) relationship and element collection mappings support ordering.
Orderable2_0.Owner - Interface in org.eclipse.jpt.jpa.core.jpa2.context
interface allowing ordering in multiple places (i.e.
OrderByAnnotation - Interface in org.eclipse.jpt.jpa.core.resource.java
Corresponds to the JPA annotation javax.persistence.OrderBy Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OrderColumn2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context
order column
OrderColumn2_0Annotation - Interface in org.eclipse.jpt.jpa.core.jpa2.resource.java
Corresponds to the JPA 2.0 annotation javax.persistence.OrderColumn
OrderCorrectionType_2_0 - Enum in org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0
A representation of the literals of the enumeration 'Order Column Correction Type 20', and utility methods for working with them.
ORDINAL_VALUE - Static variable in enum org.eclipse.jpt.jpa.core.resource.orm.EnumType
The 'ORDINAL' literal value.
org.eclipse.jpt.common.core - package org.eclipse.jpt.common.core
 
org.eclipse.jpt.common.core.libprov - package org.eclipse.jpt.common.core.libprov
 
org.eclipse.jpt.common.core.libval - package org.eclipse.jpt.common.core.libval
 
org.eclipse.jpt.common.core.resource - package org.eclipse.jpt.common.core.resource
 
org.eclipse.jpt.common.core.utility - package org.eclipse.jpt.common.core.utility
 
org.eclipse.jpt.common.core.utility.jdt - package org.eclipse.jpt.common.core.utility.jdt
 
org.eclipse.jpt.common.eclipselink.core - package org.eclipse.jpt.common.eclipselink.core
 
org.eclipse.jpt.common.ui - package org.eclipse.jpt.common.ui
 
org.eclipse.jpt.common.ui.jface - package org.eclipse.jpt.common.ui.jface
 
org.eclipse.jpt.common.utility - package org.eclipse.jpt.common.utility
 
org.eclipse.jpt.common.utility.model - package org.eclipse.jpt.common.utility.model
 
org.eclipse.jpt.common.utility.model.event - package org.eclipse.jpt.common.utility.model.event
 
org.eclipse.jpt.common.utility.model.listener - package org.eclipse.jpt.common.utility.model.listener
 
org.eclipse.jpt.common.utility.model.value - package org.eclipse.jpt.common.utility.model.value
 
org.eclipse.jpt.common.utility.synchronizers - package org.eclipse.jpt.common.utility.synchronizers
 
org.eclipse.jpt.jaxb.core - package org.eclipse.jpt.jaxb.core
 
org.eclipse.jpt.jaxb.core.context - package org.eclipse.jpt.jaxb.core.context
 
org.eclipse.jpt.jaxb.core.context.java - package org.eclipse.jpt.jaxb.core.context.java
 
org.eclipse.jpt.jaxb.core.libprov - package org.eclipse.jpt.jaxb.core.libprov
 
org.eclipse.jpt.jaxb.core.platform - package org.eclipse.jpt.jaxb.core.platform
 
org.eclipse.jpt.jaxb.core.resource.java - package org.eclipse.jpt.jaxb.core.resource.java
 
org.eclipse.jpt.jaxb.core.resource.jaxbindex - package org.eclipse.jpt.jaxb.core.resource.jaxbindex
 
org.eclipse.jpt.jaxb.core.resource.jaxbprops - package org.eclipse.jpt.jaxb.core.resource.jaxbprops
 
org.eclipse.jpt.jaxb.core.xsd - package org.eclipse.jpt.jaxb.core.xsd
 
org.eclipse.jpt.jaxb.eclipselink.core - package org.eclipse.jpt.jaxb.eclipselink.core
 
org.eclipse.jpt.jaxb.eclipselink.core.resource.java - package org.eclipse.jpt.jaxb.eclipselink.core.resource.java
 
org.eclipse.jpt.jaxb.eclipselink.ui - package org.eclipse.jpt.jaxb.eclipselink.ui
 
org.eclipse.jpt.jaxb.ui - package org.eclipse.jpt.jaxb.ui
 
org.eclipse.jpt.jaxb.ui.navigator - package org.eclipse.jpt.jaxb.ui.navigator
 
org.eclipse.jpt.jaxb.ui.platform - package org.eclipse.jpt.jaxb.ui.platform
 
org.eclipse.jpt.jpa.core - package org.eclipse.jpt.jpa.core
 
org.eclipse.jpt.jpa.core.context - package org.eclipse.jpt.jpa.core.context
 
org.eclipse.jpt.jpa.core.context.java - package org.eclipse.jpt.jpa.core.context.java
 
org.eclipse.jpt.jpa.core.context.orm - package org.eclipse.jpt.jpa.core.context.orm
 
org.eclipse.jpt.jpa.core.context.persistence - package org.eclipse.jpt.jpa.core.context.persistence
 
org.eclipse.jpt.jpa.core.jpa2 - package org.eclipse.jpt.jpa.core.jpa2
 
org.eclipse.jpt.jpa.core.jpa2.context - package org.eclipse.jpt.jpa.core.jpa2.context
 
org.eclipse.jpt.jpa.core.jpa2.context.java - package org.eclipse.jpt.jpa.core.jpa2.context.java
 
org.eclipse.jpt.jpa.core.jpa2.context.orm - package org.eclipse.jpt.jpa.core.jpa2.context.orm
 
org.eclipse.jpt.jpa.core.jpa2.context.persistence - package org.eclipse.jpt.jpa.core.jpa2.context.persistence
 
org.eclipse.jpt.jpa.core.jpa2.context.persistence.connection - package org.eclipse.jpt.jpa.core.jpa2.context.persistence.connection
 
org.eclipse.jpt.jpa.core.jpa2.context.persistence.options - package org.eclipse.jpt.jpa.core.jpa2.context.persistence.options
 
org.eclipse.jpt.jpa.core.jpa2.resource.java - package org.eclipse.jpt.jpa.core.jpa2.resource.java
 
org.eclipse.jpt.jpa.core.libprov - package org.eclipse.jpt.jpa.core.libprov
 
org.eclipse.jpt.jpa.core.platform - package org.eclipse.jpt.jpa.core.platform
 
org.eclipse.jpt.jpa.core.resource - package org.eclipse.jpt.jpa.core.resource
 
org.eclipse.jpt.jpa.core.resource.java - package org.eclipse.jpt.jpa.core.resource.java
 
org.eclipse.jpt.jpa.core.resource.orm - package org.eclipse.jpt.jpa.core.resource.orm
 
org.eclipse.jpt.jpa.core.resource.orm.v2_0 - package org.eclipse.jpt.jpa.core.resource.orm.v2_0
 
org.eclipse.jpt.jpa.core.resource.persistence - package org.eclipse.jpt.jpa.core.resource.persistence
 
org.eclipse.jpt.jpa.core.resource.persistence.v2_0 - package org.eclipse.jpt.jpa.core.resource.persistence.v2_0
 
org.eclipse.jpt.jpa.core.resource.xml - package org.eclipse.jpt.jpa.core.resource.xml
 
org.eclipse.jpt.jpa.db - package org.eclipse.jpt.jpa.db
 
org.eclipse.jpt.jpa.eclipselink.core - package org.eclipse.jpt.jpa.eclipselink.core
 
org.eclipse.jpt.jpa.eclipselink.core.context - package org.eclipse.jpt.jpa.eclipselink.core.context
 
org.eclipse.jpt.jpa.eclipselink.core.context.java - package org.eclipse.jpt.jpa.eclipselink.core.context.java
 
org.eclipse.jpt.jpa.eclipselink.core.context.orm - package org.eclipse.jpt.jpa.eclipselink.core.context.orm
 
org.eclipse.jpt.jpa.eclipselink.core.context.persistence - package org.eclipse.jpt.jpa.eclipselink.core.context.persistence
 
org.eclipse.jpt.jpa.eclipselink.core.context.persistence.caching - package org.eclipse.jpt.jpa.eclipselink.core.context.persistence.caching
 
org.eclipse.jpt.jpa.eclipselink.core.context.persistence.connection - package org.eclipse.jpt.jpa.eclipselink.core.context.persistence.connection
 
org.eclipse.jpt.jpa.eclipselink.core.context.persistence.customization - package org.eclipse.jpt.jpa.eclipselink.core.context.persistence.customization
 
org.eclipse.jpt.jpa.eclipselink.core.context.persistence.general - package org.eclipse.jpt.jpa.eclipselink.core.context.persistence.general
 
org.eclipse.jpt.jpa.eclipselink.core.context.persistence.logging - package org.eclipse.jpt.jpa.eclipselink.core.context.persistence.logging
 
org.eclipse.jpt.jpa.eclipselink.core.context.persistence.options - package org.eclipse.jpt.jpa.eclipselink.core.context.persistence.options
 
org.eclipse.jpt.jpa.eclipselink.core.context.persistence.schema.generation - package org.eclipse.jpt.jpa.eclipselink.core.context.persistence.schema.generation
 
org.eclipse.jpt.jpa.eclipselink.core.platform - package org.eclipse.jpt.jpa.eclipselink.core.platform
 
org.eclipse.jpt.jpa.eclipselink.core.resource.java - package org.eclipse.jpt.jpa.eclipselink.core.resource.java
 
org.eclipse.jpt.jpa.eclipselink.core.resource.orm - package org.eclipse.jpt.jpa.eclipselink.core.resource.orm
 
org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v1_1 - package org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v1_1
 
org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v1_2 - package org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v1_2
 
org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0 - package org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0
 
org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1 - package org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1
 
org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2 - package org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2
 
org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_3 - package org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_3
 
org.eclipse.jpt.jpa.eclipselink.core.v2_0.context - package org.eclipse.jpt.jpa.eclipselink.core.v2_0.context
 
org.eclipse.jpt.jpa.eclipselink.core.v2_0.context.java - package org.eclipse.jpt.jpa.eclipselink.core.v2_0.context.java
 
org.eclipse.jpt.jpa.eclipselink.core.v2_0.context.orm - package org.eclipse.jpt.jpa.eclipselink.core.v2_0.context.orm
 
org.eclipse.jpt.jpa.eclipselink.core.v2_0.context.persistence.connection - package org.eclipse.jpt.jpa.eclipselink.core.v2_0.context.persistence.connection
 
org.eclipse.jpt.jpa.eclipselink.core.v2_0.context.persistence.logging - package org.eclipse.jpt.jpa.eclipselink.core.v2_0.context.persistence.logging
 
org.eclipse.jpt.jpa.eclipselink.core.v2_0.context.persistence.options - package org.eclipse.jpt.jpa.eclipselink.core.v2_0.context.persistence.options
 
org.eclipse.jpt.jpa.eclipselink.core.v2_0.resource.java - package org.eclipse.jpt.jpa.eclipselink.core.v2_0.resource.java
 
org.eclipse.jpt.jpa.eclipselink.ui - package org.eclipse.jpt.jpa.eclipselink.ui
 
org.eclipse.jpt.jpa.ui - package org.eclipse.jpt.jpa.ui
 
org.eclipse.jpt.jpa.ui.details - package org.eclipse.jpt.jpa.ui.details
 
org.eclipse.jpt.jpa.ui.details.java - package org.eclipse.jpt.jpa.ui.details.java
 
org.eclipse.jpt.jpa.ui.details.orm - package org.eclipse.jpt.jpa.ui.details.orm
 
org.eclipse.jpt.jpa.ui.jpa2.details.java - package org.eclipse.jpt.jpa.ui.jpa2.details.java
 
org.eclipse.jpt.jpa.ui.jpa2.details.orm - package org.eclipse.jpt.jpa.ui.jpa2.details.orm
 
org.eclipse.jpt.jpa.ui.navigator - package org.eclipse.jpt.jpa.ui.navigator
 
org.eclipse.jpt.jpa.ui.structure - package org.eclipse.jpt.jpa.ui.structure
 
ORM_XML_1_0_RESOURCE_TYPE - Static variable in class org.eclipse.jpt.jpa.core.JptJpaCorePlugin
The resource type for orm.xml version 1.0 mapping files
ORM_XML_2_0_RESOURCE_TYPE - Static variable in class org.eclipse.jpt.jpa.core.JptJpaCorePlugin
The resource type for orm.xml version 2.0 mapping files
ORM_XML_CONTENT_TYPE - Static variable in class org.eclipse.jpt.jpa.core.JptJpaCorePlugin
The content type for orm.xml mapping files.
OrmAssociationOverride - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml association override
OrmAssociationOverrideContainer - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml association override container
OrmAssociationOverrideContainer.Owner - Interface in org.eclipse.jpt.jpa.core.context.orm
 
OrmAttributeMapping - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml attribute mapping
OrmAttributeMappingDefinition - Interface in org.eclipse.jpt.jpa.core.context.orm
Part of mechanism to extend the types of orm.xml attribute mappings.
OrmAttributeMappingUiDefinition<T extends AttributeMapping> - Interface in org.eclipse.jpt.jpa.ui.details.orm
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OrmAttributeOverride - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml attribute override
OrmAttributeOverrideContainer - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml attribute override container
OrmAttributeOverrideContainer.Owner - Interface in org.eclipse.jpt.jpa.core.context.orm
 
OrmBaseColumn - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml column or join column
OrmBaseColumn.Owner - Interface in org.eclipse.jpt.jpa.core.context.orm
interface allowing columns to be used in multiple places (e.g.
OrmBaseEmbeddedMapping - Interface in org.eclipse.jpt.jpa.core.context.orm
Behavior common to orm.xml embedded and embedded ID mappings.
OrmBaseJoinColumn - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml join column or primary key join column
OrmBaseJoinColumn.Owner - Interface in org.eclipse.jpt.jpa.core.context.orm
interface allowing join columns to be used in multiple places (e.g.
OrmBasicMapping - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml basic mapping
OrmCacheable2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.orm
orm.xml cacheable
OrmCacheableHolder2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.orm
orm.xml cacheable holder/parent
OrmCascade - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml cascade (persist, merge, remove, refresh)
OrmCascade2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.orm
orm.xml cascade (persist, merge, remove, refresh, detach)
OrmCollectionMapping - Interface in org.eclipse.jpt.jpa.core.context.orm
JPA orm.xml collection mapping (e.g.
OrmCollectionMapping2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.orm
orm.xml collection mapping (e.g.
OrmCollectionTable2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.orm
orm.xml collection table
OrmColumn - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml column
OrmColumn.Owner - Interface in org.eclipse.jpt.jpa.core.context.orm
interface allowing columns to be used in multiple places (e.g.
OrmColumnMapping - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml column mapping
OrmConverter - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml converter
OrmConverter.Adapter - Interface in org.eclipse.jpt.jpa.core.context.orm
This interface allows a convertible mapping to interact with various orm.xml converters via the same protocol.
OrmConvertibleMapping - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml attribute mapping that has a converter (e.g.
OrmDerivedIdentity2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.orm
orm.xml derived identity
OrmDiscriminatorColumn - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml discriminator column
OrmDiscriminatorColumn.Owner - Interface in org.eclipse.jpt.jpa.core.context.orm
interface allowing discriminator columns to be used in multiple places
OrmEclipseLinkCaching - Interface in org.eclipse.jpt.jpa.eclipselink.core.context.orm
EclipseLink orm.xml caching
OrmEclipseLinkConverterContainer - Interface in org.eclipse.jpt.jpa.eclipselink.core.context.orm
EclipseLink orm.xml converter container
OrmEclipseLinkEmbeddable - Interface in org.eclipse.jpt.jpa.eclipselink.core.context.orm
EclipseLink orm.xml embeddable
OrmEclipseLinkEntity - Interface in org.eclipse.jpt.jpa.eclipselink.core.context.orm
EclipseLink orm.xml entity
OrmEclipseLinkMappedSuperclass - Interface in org.eclipse.jpt.jpa.eclipselink.core.context.orm
EclipseLink orm.xml mapped superclass
OrmEclipseLinkNonEmbeddableTypeMapping - Interface in org.eclipse.jpt.jpa.eclipselink.core.context.orm
EclipseLink orm.xml non-embeddable type mapping
OrmElementCollectionMapping2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.orm
orm.xml element collection mapping
OrmEmbeddable - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml embeddable type mapping
OrmEmbeddedIdMapping - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml embedded ID mapping
OrmEmbeddedMapping - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml embedded mapping
OrmEmbeddedMapping2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.orm
JPA 2.0 orm.xml embedded mapping
OrmEntity - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml entity
ormEntityNames() - Method in interface org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit
Return the entity names of all the entities defined in both the implied and specified mapping files of a persistence unit
OrmEnumeratedConverter - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml enumerated converter
OrmEnumeratedConverter.Adapter - Class in org.eclipse.jpt.jpa.core.context.orm
 
OrmFactory - Class in org.eclipse.jpt.jpa.core.resource.orm
The Factory for the model.
OrmFactory() - Constructor for class org.eclipse.jpt.jpa.core.resource.orm.OrmFactory
Creates an instance of the factory.
OrmGeneratedValue - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml generated value
OrmGenerator - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml sequence and table generators
OrmGeneratorContainer - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml generator container
OrmIdClassReference - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml ID class reference
OrmIdClassReference.Owner - Interface in org.eclipse.jpt.jpa.core.context.orm
 
OrmIdDerivedIdentityStrategy2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.orm
orm.xml ID derived identity strategy
OrmIdMapping - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml ID mapping
OrmJoinColumn - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml join column
OrmJoinColumn.Owner - Interface in org.eclipse.jpt.jpa.core.context.orm
 
OrmJoinColumnRelationship - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml join column relationship (1:1, 1:m, m:1, and association override)
OrmJoinColumnRelationshipStrategy - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml join column relationship strategy
OrmJoinTable - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml join table
OrmJoinTableRelationship - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml join table relationship (1:1, 1:m, m:1, m:m)
OrmJoinTableRelationshipStrategy - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml join table relationship strategy
OrmLobConverter - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml LOB converter
OrmLobConverter.Adapter - Class in org.eclipse.jpt.jpa.core.context.orm
 
OrmManyToManyMapping - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml m:m mapping
OrmManyToManyMapping2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.orm
JPA 2.0 orm.xml m:m mapping
OrmManyToManyRelationship - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml m:m relationship
OrmManyToOneMapping - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml m:1 mapping.
OrmManyToOneMapping2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.orm
JPA 2.0 orm.xml m:1 mapping.
OrmManyToOneRelationship - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml m:1 relationship
OrmManyToOneRelationship2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.orm
JPA 2.0 orm.xml m:1 relationship
OrmMappedByRelationship - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml "mapped by" relationship (1:1, 1:m, m:m)
OrmMappedByRelationshipStrategy - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml "mapped by" relationship strategy
OrmMappedSuperclass - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml mapped superclass
OrmMappingJoinColumnRelationship - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml mapping join column relationship (1:1, 1:m, m:1)
OrmMappingJoinTableRelationship - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml mapping join table relationship (1:1, 1:m, m:1, m:m)
OrmMappingRelationship - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml mapping relationship (1:1, 1:m, m:1, m:m)
OrmMapsIdDerivedIdentityStrategy2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.orm
orm.xml maps ID derived identity strategy
OrmMultiRelationshipMapping - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml multi-valued (1:m, m:m) relationship mapping.
OrmNamedColumn - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml column join column primary key join column discriminator column order column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OrmNamedColumn.Owner - Interface in org.eclipse.jpt.jpa.core.context.orm
interface allowing columns to be used in multiple places (e.g.
OrmNamedNativeQuery - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml named native query
OrmNamedQuery - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml named query
OrmNamedQuery2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.orm
JPA 2.0 orm.xml named query
OrmOneToManyMapping - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml 1:m mapping
OrmOneToManyMapping2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.orm
JPA 2.0 orm.xml 1:m mapping
OrmOneToManyRelationship - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml 1:m relationship reference
OrmOneToManyRelationship2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.orm
JPA 2.0 orm.xml 1:m relationship
OrmOneToOneMapping - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml 1:1 mapping.
OrmOneToOneMapping2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.orm
JPA 2.0 orm.xml 1:1 mapping.
OrmOneToOneRelationship - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml 1:1 relationship
OrmOneToOneRelationship2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.orm
JPA 2.0 orm.xml 1:1 relationship
OrmOrderable - Interface in org.eclipse.jpt.jpa.core.context.orm
Multi-valued (1:m, m:m) relationship mappings support ordering.
OrmOrderable2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.orm
JPA 2.0 orm.xml ordering
OrmOrderColumn2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.orm
orm.xml order column
OrmOrderColumn2_0.Owner - Interface in org.eclipse.jpt.jpa.core.jpa2.context.orm
interface allowing order columns to be used in multiple places
OrmOrphanRemovable2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.orm
orm.xml orphan removal
OrmOrphanRemovalHolder2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.orm
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OrmOverride - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml override
OrmOverrideContainer - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml attribute or association override container
OrmOverrideContainer.Owner - Interface in org.eclipse.jpt.jpa.core.context.orm
 
OrmOverrideRelationship - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml association override relationship
OrmOverrideRelationship2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.orm
JPA 2.0 orm.xml association override relationship
OrmPackage - Class in org.eclipse.jpt.jpa.core.resource.orm
The Package for the model.
OrmPackage.Literals - Interface in org.eclipse.jpt.jpa.core.resource.orm
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
OrmPersistenceUnitDefaults - Interface in org.eclipse.jpt.jpa.core.context.orm
Context model corresponding to the XML resource model XmlPersistenceUnitDefaults, which corresponds to the persistence-unit-defaults element in the orm.xml file.
OrmPersistenceUnitDefaults2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.orm
JPA 2.0 context model corresponding to the XML resource model XmlPersistenceUnitDefaults_2_0, which corresponds to the persistence-unit-defaults element in the orm.xml file.
OrmPersistenceUnitMetadata - Interface in org.eclipse.jpt.jpa.core.context.orm
Context orm.xml persistence unit metadata.
OrmPersistenceUnitMetadata2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.orm
JPA 2.0 Context orm.xml persistence unit metadata.
OrmPersistentAttribute - Interface in org.eclipse.jpt.jpa.core.context.orm
Context orm.xml persistent attribute (field or property).
OrmPersistentAttribute2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.orm
JPA 2.0 Context orm.xml persistent attribute (field or property).
OrmPersistentType - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml persistent type
OrmPersistentType2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.orm
JPA 2.0 context orm.xml persistent type.
OrmPrimaryKeyJoinColumn - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml primary key join column
OrmPrimaryKeyJoinColumnRelationship - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml primary key join column relationship (1:1)
OrmPrimaryKeyJoinColumnRelationshipStrategy - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml primary key join column relationship strategy
OrmQuery - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml named and named native queries
OrmQueryContainer - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml query container
OrmQueryHint - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml query hint
OrmReadOnlyAssociationOverride - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml association override
OrmReadOnlyAttributeOverride - Interface in org.eclipse.jpt.jpa.core.context.orm
Read-only orm.xml attribute override
OrmReadOnlyOverride - Interface in org.eclipse.jpt.jpa.core.context.orm
Read-only orm.xml override
OrmReadOnlyPersistentAttribute - Interface in org.eclipse.jpt.jpa.core.context.orm
Read-only context orm.xml persistent attribute (field or property).
OrmReadOnlyPersistentAttribute2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.orm
JPA 2.0 Read-only context orm.xml persistent attribute (field or property).
OrmReadOnlyRelationship - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml relationship (join column, join table, mapped by, primary key join column, mapping)
OrmReadOnlyRelationshipStrategy - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml read-only relationship strategy
OrmReadOnlyUniqueConstraint - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml read-only unique constraint
OrmReferenceTable - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml join table or collection table
OrmRelationship - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml relationship (join column, join table, mapped by, primary key join column, mapping)
OrmRelationshipMapping - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml relationship (1:1, 1:m, m:1, m:m) mapping.
OrmRelationshipStrategy - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml relationship strategy
OrmSecondaryTable - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml secondary table
OrmSequenceGenerator - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml sequence generator
OrmSequenceGenerator2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.orm
JPA 2.0 orm.xml sequence generator
OrmSingleRelationshipMapping - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml single (1:1, m:1) mapping.
OrmSingleRelationshipMapping2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.orm
JPA 2.0 orm.xml single (1:1, m:1) mapping.
OrmStructureNodes - Interface in org.eclipse.jpt.jpa.core.context.orm
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OrmTable - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml table
OrmTableGenerator - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml table generator
OrmTemporalConverter - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml temporal converter
OrmTemporalConverter.Adapter - Class in org.eclipse.jpt.jpa.core.context.orm
 
OrmTransientMapping - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml transient "mapping"
OrmTypeMapping - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml type mapping
OrmTypeMappingDefinition - Interface in org.eclipse.jpt.jpa.core.context.orm
Part of mechanism to extend the types of orm.xml type mappings.
OrmTypeMappingUiDefinition<T extends TypeMapping> - Interface in org.eclipse.jpt.jpa.ui.details.orm
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OrmUniqueConstraint - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml unique constraint
OrmV2_0Factory - Class in org.eclipse.jpt.jpa.core.resource.orm.v2_0
The Factory for the model.
OrmV2_0Factory() - Constructor for class org.eclipse.jpt.jpa.core.resource.orm.v2_0.OrmV2_0Factory
Creates an instance of the factory.
OrmV2_0Package - Class in org.eclipse.jpt.jpa.core.resource.orm.v2_0
The Package for the model.
OrmV2_0Package.Literals - Interface in org.eclipse.jpt.jpa.core.resource.orm.v2_0
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
OrmVersionMapping - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml version mapping
OrmVirtualAssociationOverride - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml virtual association override
OrmVirtualAttributeOverride - Interface in org.eclipse.jpt.jpa.core.context.orm
Java virtual attribute override
OrmVirtualColumn - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml virtual column
OrmVirtualColumn.Owner - Interface in org.eclipse.jpt.jpa.core.context.orm
 
OrmVirtualJoinColumn - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml virtual join column
OrmVirtualJoinColumnRelationship - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml virtual join column relationship
OrmVirtualJoinColumnRelationshipStrategy - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml virtual join column relationship strategy.
OrmVirtualJoinTable - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml virtual join table
OrmVirtualJoinTableRelationship - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml virtual join table relationship
OrmVirtualJoinTableRelationshipStrategy - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml virtual join table relationship strategy.
OrmVirtualOverride - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml virtual attribute override association override Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OrmVirtualOverrideRelationship - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml virtual association override relationship
OrmVirtualOverrideRelationship2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context.orm
JPA 2.0 orm.xml virtual association override relationship
OrmVirtualPrimaryKeyJoinColumn - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml virtual primary key join column
OrmVirtualRelationship - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml virtual relationship
OrmVirtualRelationshipStrategy - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml virtual strategy
OrmVirtualSecondaryTable - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml virtual secondary table
OrmVirtualUniqueConstraint - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml virtual database unique constraint
OrmXml - Interface in org.eclipse.jpt.jpa.core.context.orm
JPA orm.xml file.
OrmXml2_0ContextNodeFactory - Interface in org.eclipse.jpt.jpa.core.jpa2.context.orm
JPA 2.0 orm.xml context node factory
OrmXmlContextNodeFactory - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml context node factory
OrmXmlDefinition - Interface in org.eclipse.jpt.jpa.core.context.orm
orm.xml definition
OrmXmlResourceFactory - Class in org.eclipse.jpt.jpa.core.resource.orm
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OrmXmlResourceFactory() - Constructor for class org.eclipse.jpt.jpa.core.resource.orm.OrmXmlResourceFactory
 
OrmXmlResourceFactory(RendererFactory) - Constructor for class org.eclipse.jpt.jpa.core.resource.orm.OrmXmlResourceFactory
 
OrmXmlResourceFactory(RendererFactory, boolean) - Constructor for class org.eclipse.jpt.jpa.core.resource.orm.OrmXmlResourceFactory
 
OrmXmlUiFactory - Interface in org.eclipse.jpt.jpa.ui.details.orm
Use OrmXmlUiFactory to create any ORM JPA composites
OrmXmlUiFactory2_0 - Interface in org.eclipse.jpt.jpa.ui.jpa2.details.orm
Use OrmXmlUiFactory2_0 to create any ORM JPA composites
ORPHAN_REMOVAL - Static variable in interface org.eclipse.jpt.jpa.core.resource.orm.v2_0.JPA2_0
 
ORPHAN_REMOVAL_PROPERTY - Static variable in interface org.eclipse.jpt.jpa.core.jpa2.resource.java.OwningRelationshipMapping2_0Annotation
 
OrphanRemovable2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context
Oprhan removal
OrphanRemovalHolder2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OUT_CURSOR_VALUE - Static variable in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlDirection
The 'OUT CURSOR' literal value.
OUT_VALUE - Static variable in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlDirection
The 'OUT' literal value.
OUTER_VALUE - Static variable in enum org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlJoinFetchType
The 'OUTER' literal value.
OUTPUT_MODE_PROPERTY - Static variable in interface org.eclipse.jpt.jpa.eclipselink.core.context.persistence.schema.generation.SchemaGeneration
 
OutputMode - Enum in org.eclipse.jpt.jpa.eclipselink.core.context.persistence.schema.generation
OutputMode
overridableAssociationNames() - Method in interface org.eclipse.jpt.jpa.core.context.TypeMapping
Return an Iterator of associations names that can be overridden in this type mapping.
overridableAttributeNames() - Method in interface org.eclipse.jpt.jpa.core.context.TypeMapping
Return an Iterator of attribute names that can be overridden by a sub type mapping.
Override_ - Interface in org.eclipse.jpt.jpa.core.context
attribute override association override Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OVERRIDE_METADATA_COMPLETE_PROPERTY - Static variable in interface org.eclipse.jpt.jpa.core.context.orm.OrmTypeMapping
 
OverrideAnnotation - Interface in org.eclipse.jpt.jpa.core.resource.java
Common protocol for javax.persistence.AttributeOverride javax.persistence.AssociationOverride Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
OverrideContainer - Interface in org.eclipse.jpt.jpa.core.context
attribute or association override container
OverrideContainer.Owner - Interface in org.eclipse.jpt.jpa.core.context
 
OverrideRelationship - Interface in org.eclipse.jpt.jpa.core.context
Association override relationship
OverrideRelationship2_0 - Interface in org.eclipse.jpt.jpa.core.jpa2.context
JPA 2.0 association override relationship
overrides() - Method in interface org.eclipse.jpt.jpa.core.context.AssociationOverrideContainer
 
overrides() - Method in interface org.eclipse.jpt.jpa.core.context.AttributeOverrideContainer
 
overrides() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaAssociationOverrideContainer
 
overrides() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaAttributeOverrideContainer
 
overrides() - Method in interface org.eclipse.jpt.jpa.core.context.java.JavaOverrideContainer
 
overrides(T) - Method in interface org.eclipse.jpt.jpa.core.context.JpaNamedContextNode
Return whether the node "overrides" the specified node within the nodes' persistence unit.
overrides() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmAssociationOverrideContainer
 
overrides() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmAttributeOverrideContainer
 
overrides() - Method in interface org.eclipse.jpt.jpa.core.context.orm.OrmOverrideContainer
 
overrides() - Method in interface org.eclipse.jpt.jpa.core.context.OverrideContainer
Return the overrides, both specified and virtual.
overrides(EclipseLinkConverter) - Method in interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkConverter
Return whether the converter "overrides" the specified converter (e.g.
overridesSize() - Method in interface org.eclipse.jpt.jpa.core.context.OverrideContainer
Return the number of overrides, both specified and default.
OwnableRelationshipMappingAnnotation - Interface in org.eclipse.jpt.jpa.core.resource.java
Represents a relationship mapping annotation that may have the mappedBy element: javax.persistence.ManyToMany javax.persistence.OneToMany javax.persistence.OneToOne
OwningRelationshipMapping2_0Annotation - Interface in org.eclipse.jpt.jpa.core.jpa2.resource.java
Represents a relationship mapping annotation that may have the orphanRemoval element: javax.persistence.OneToMany javax.persistence.OneToOne

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