Dali Provisional API
Release 3.2

Package org.eclipse.jpt.jpa.core.context.java

Interface Summary
Accessor Represents a JPA accessor (field or property).
DefaultJavaAttributeMappingDefinition  
JarFile A JAR file identified by a persistence.xml jar-file element.
JavaAssociationOverride Specified Java 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.
JavaAssociationOverrideContainer Java association override container Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaAssociationOverrideContainer.Owner  
JavaAttributeMapping Java attribute mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaAttributeMappingDefinition Map a string key to an attribute mapping and its corresponding Java annotations.
JavaAttributeOverride Specified Java attribute override Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaAttributeOverrideContainer Java attribute override container Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaAttributeOverrideContainer.Owner  
JavaBaseColumn Java column or join column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaBaseEmbeddedMapping Behavior common to Java embedded and embedded ID mappings.
JavaBaseEnumeratedConverter Java enumerated/map key enumerated converter Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaBaseJoinColumn Java join column or primary key join column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaBaseTemporalConverter Java temporal/map key temporal converter Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaBasicMapping Java basic mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaColumn Java column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaColumn.Owner interface allowing columns to be used in multiple places (e.g. basic mappings and attribute overrides)
JavaColumnMapping Java column mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaConverter Java converter Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaConverter.Adapter This interface allows a convertible mapping to interact with various Java converters via the same protocol.
JavaConvertibleMapping Java attribute mapping that has a converter (e.g. basic, ID, version).
JavaDbGenerator Java sequence and table generators Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaDiscriminatorColumn Java discriminator column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaElementReference  
JavaEmbeddable Java embeddable type mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaEmbeddedIdMapping Java embedded ID mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaEmbeddedMapping Java embedded mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaEntity Java entity Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaGeneratedValue Java generated value Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaGeneratedValueHolder Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaGenerator Java sequence and table generators Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaGeneratorContainer Java generator container Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaGeneratorContainer.ParentAdapter Parent adapter
JavaIdClassReference Java ID class reference Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaIdMapping Java ID mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaIdTypeMapping Java ID type mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaJoinColumn Java join column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaJoinColumnRelationship Java join column relationship (1:1, 1:m, m:1, and 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.
JavaJoinColumnRelationshipStrategy Java join column relationship strategy Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaJoinTable Java join table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaJoinTableRelationship Java join table relationship (1:1, 1:m, m:1, m:m) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaJoinTableRelationshipStrategy Java join table relationship strategy Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaLobConverter Java LOB converter Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaManagedType Context managed type.
JavaManagedTypeDefinition Map a type to a context managed type and its corresponding Java annotations.
JavaManyToManyMapping Java m:m mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaManyToManyRelationship Java m:m relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaManyToOneMapping Java m:1 mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaManyToOneRelationship Java m:1 relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaMappedByRelationship Java "mapped by" relationship (1:1, 1:m, m:m) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaMappedSuperclass Java mapped superclass Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaMappingJoinColumnRelationship Java mapping join column relationship (1:1, 1:m, m:1) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaMappingJoinTableRelationship Java mapping join table relationship (1:1, 1:m, m:1, m:m) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaMappingRelationship Java mapping relationship (1:1, 1:m, m:1, m:m) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaNamedColumn Java 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.
JavaNamedNativeQuery Java named native query Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaNamedQuery Java named query Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaOneToManyMapping Java 1:m mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaOneToManyRelationship Java 1:m relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaOneToOneMapping Java 1:1 mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaOneToOneRelationship Java 1:1 relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaOverride Specified Java override Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaOverrideContainer Java attribute or association override container Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaOverrideContainer.Owner  
JavaOverrideRelationship Java association override relationship Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaPersistentAttribute Context Java persistent attribute (field or property).
JavaPersistentAttribute.JpaContainerDefinition JPA container definition interface (and null implementation)
JavaPersistentType Context Java persistent type.
JavaPrimaryKeyJoinColumn Java primary key join column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaPrimaryKeyJoinColumnRelationship Java primary key join column relationship (1:1) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaPrimaryKeyJoinColumnRelationshipStrategy Java primary key join column relationship strategy Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaQuery Java named and named native queries Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaQueryContainer Java query container Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaQueryContainer.Owner  
JavaQueryHint Java query hint Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaReferenceTable Java reference table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaRelationshipMapping Java relationship (1:1, 1:m, m:1, m:m) mapping.
JavaSecondaryTable Java secondary table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaSequenceGenerator Java sequence generator Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaSingleRelationshipMapping Java single (m:1, 1:1) mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaTable Java table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaTableGenerator Java table generator Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaTransientMapping Java transient "mapping" Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaTypeMapping Java type mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaTypeMappingDefinition Map a string key to a type mapping and its corresponding Java annotations.
JavaUniqueConstraint Java unique constraint Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaVersionMapping Java version mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaVirtualAssociationOverride Java virtual 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.
JavaVirtualAttributeOverride Java virtual attribute override Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
JavaVirtualOverride Java 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.
 

Class Summary
JavaBaseEnumeratedConverter.BasicAdapter  
JavaBaseEnumeratedConverter.MapKeyAdapter  
JavaBaseTemporalConverter.AbstractAdapter  
JavaBaseTemporalConverter.BasicAdapter  
JavaBaseTemporalConverter.ElementCollectionAdapter  
JavaBaseTemporalConverter.MapKeyAdapter  
JavaConverter.AbstractAdapter  
JavaLobConverter.Adapter  
JavaManagedTypeDefinition.AnnotationNameTransformer  
JavaPersistentAttribute.JpaContainerDefinition.Null  
JavaTypeMappingDefinition.AnnotationNameTransformer  
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.