| org.apache.openjpa.persistence.jdbc |
|
OpenJPA JPA-JDBC
JDBC-specific extensions to OpenJPA JPA runtime.
|
| Java Source File Name | Type | Comment |
| AnnotationPersistenceMappingParser.java | Class | Persistence annotation mapping parser. |
| AnnotationPersistenceMappingSerializer.java | Class | Serializes persistence mappings as annotations. |
| ClassCriteria.java | Annotation | Marker interface specifying to use the expected class of the relation
as criteria in the join. |
| Columns.java | Annotation | Allows the specification of multiple columns for complex mappings. |
| ContainerTable.java | Annotation | Table for array, collection, or map elements. |
| DataStoreIdColumn.java | Annotation | Surrogate datastore identity column. |
| DiscriminatorStrategy.java | Annotation | Discriminator mapping strategy. |
| EagerFetchMode.java | Annotation | Determines how to eager-fetch a field. |
| ElementClassCriteria.java | Annotation | Marker interface specifying to use the expected class of the array,
collection, or map element relation as criteria in the join. |
| ElementColumn.java | Annotation | |
| ElementColumns.java | Annotation | |
| ElementEmbeddedMapping.java | Annotation | |
| ElementForeignKey.java | Annotation | Foreign key on array, collection, or map element columns. |
| ElementIndex.java | Annotation | Index on array, collection, or map element columns. |
| ElementJoinColumn.java | Annotation | Array, collection, or map element join column. |
| ElementJoinColumns.java | Annotation | Allows the specification of multiple array, collection, or map element
columns for compound joins. |
| ElementNonpolymorphic.java | Annotation | Indicates that the annotated array, collection, or map's elements are
not entirely polymorphic. |
| ElementStrategy.java | Annotation | |
| EmbeddedMapping.java | Annotation | Embedded mapping information. |
| FetchDirection.java | enum | The fetch direction to request when creating statements. |
| FetchMode.java | enum | Type of fetching to employ. |
| ForeignKey.java | Annotation | Foreign key definition. |
| ForeignKeyAction.java | enum | Foreign key actions. |
| Index.java | Annotation | Index definition. |
| IsolationLevel.java | enum | Isolation levels for use in
JDBCFetchPlan.setIsolation . |
| JDBCFetchPlan.java | Interface | JDBC extensions to the fetch plan. |
| JDBCFetchPlanImpl.java | Class | JDBC extensions to the fetch plan. |
| JDBCPersistenceProductDerivation.java | Class | Sets JDBC-specific JPA specification defaults. |
| JoinSyntax.java | enum | Type of join syntax to use. |
| KeyClassCriteria.java | Annotation | |
| KeyColumn.java | Annotation | |
| KeyColumns.java | Annotation | |
| KeyEmbeddedMapping.java | Annotation | |
| KeyForeignKey.java | Annotation | |
| KeyIndex.java | Annotation | |
| KeyJoinColumn.java | Annotation | |
| KeyJoinColumns.java | Annotation | |
| KeyNonpolymorphic.java | Annotation | |
| KeyStrategy.java | Annotation | |
| LRSSizeAlgorithm.java | enum | Algorithm to use for computing the size of an LRS relation. |
| MappingOverride.java | Annotation | Allows override of complex embedded or superclass mappings. |
| MappingOverrides.java | Annotation | Allows override of complex embedded or superclass mappings. |
| MappingTag.java | enum | Set of mapping tags used in JPA. |
| Nonpolymorphic.java | Annotation | Indicates that the annotated relation is not entirely polymorphic. |
| NonpolymorphicType.java | enum | Nonpolymorphic settings. |
| OrderColumn.java | Annotation | Surrogate order column. |
| PersistenceMappingDefaults.java | Class | Supplies default mapping information in accordance with JPA spec. |
| PersistenceMappingFactory.java | Class | MetaDataFactory for JPA mapping information. |
| ResultSetType.java | enum | Type of result set to use. |
| Strategy.java | Annotation | Mapping strategy. |
| SubclassFetchMode.java | Annotation | Determines how to eager-fetch subclass data. |
| TestFKColumnNames.java | Class | Testcase that verifies the names for Foreign Key columns is as expected. |
| TestIsolationLevelOverride.java | Class | |
| TestJDBCEnumToKernelConstantMappings.java | Class | |
| TestOptimizeForClause.java | Class | |
| TestSelectForUpdateOverride.java | Class | |
| Unique.java | Annotation | Unique constraint definition. |
| VersionColumn.java | Annotation | Surrogate version column. |
| VersionColumns.java | Annotation | Allows the specification of multiple version columns for complex versioning. |
| VersionStrategy.java | Annotation | Version mapping strategy. |
| XEmbeddedMapping.java | Annotation | |
| XJoinColumn.java | Annotation | Extended join column. |
| XJoinColumns.java | Annotation | Allows the specification of multiple columns for compound joins. |
| XMappingOverride.java | Annotation | |
| XMappingOverrides.java | Annotation | |
| XMLPersistenceMappingParser.java | Class | Custom SAX parser used by the system to parse persistence mapping files. |
| XMLPersistenceMappingSerializer.java | Class | Serializes persistence mapping to XML. |
| XSecondaryTable.java | Annotation | Extended secondary table. |
| XSecondaryTables.java | Annotation | Allows the specification of multiple secondary tables. |
| XTable.java | Annotation | Extended table. |