All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description JPAAccessFactory Factory interface for creating JPA EDM Model view JPA ProcessorJPAAttributeMapType The default name for EDM property is derived from JPA attribute name.JPAAttributeMapType.JPAAttribute Java class for anonymous complex type.JPAEdmAssociationEndView A view on Java Persistence Entity Relationship and Entity Data Model Association End.JPAEdmAssociationSetView A view on Java Persistence Entity Relationship and Entity Data Model Association Set.JPAEdmAssociationView A View on Java Persistence Entity Relationship and Entity Data Model Association.JPAEdmBaseView A base view on Java Persistence Model and Entity Data Model.JPAEdmBuilder JPAEdmBuilder interface provides methods for building elements of an Entity Data Model (EDM) from a Java Persistence Model.JPAEdmComplexPropertyView A view on properties of Java Persistence embeddable type and EDM complex type.JPAEdmComplexTypeView A view on Java Persistence embeddable types and EDM complex types.JPAEdmEntityContainerView A view on JPA EDM entity container.JPAEdmEntitySetView A view on Java Persistence entity type and EDM entity sets.JPAEdmEntityTypeView A view on Java Persistence entity types and EDM entity types.JPAEdmExtension The interface provides methods to extend JPA EDM containers.JPAEdmFunctionImportView A view on EDM Function Imports.JPAEdmKeyView A view on Java Persistence Entity Key Attributes and EDM Key properties.JPAEdmMapping The interface acts a container for storing Java persistence column name.JPAEdmMappingModel Java class for anonymous complex type.JPAEdmMappingModelAccess Interface provides methods to access JPA EDM mapping model.JPAEdmMappingModelFactory This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.olingo.odata2.processor.api.jpa.model.mapping package.JPAEdmModelView A view on JPA meta model and EDM meta model.JPAEdmNavigationPropertyView A view on Java persistence entity relationship and EDM navigation property.JPAEdmPropertyView A view on Java Persistence Entity Attributes and EDM properties.JPAEdmReferentialConstraintRoleView A view on Java Persistence Entity Join Column's "name" and "referenced column name" attributes and Entity Data Model Referential Constraint's dependent and principal roles respectively.JPAEdmReferentialConstraintRoleView.RoleType Two types of EDM roles of a referential constraint.JPAEdmReferentialConstraintView A view on Java Persistence Entity Join Columns and Entity Data Model Referential Constraint.JPAEdmSchemaView A view on Java Persistence Model and Entity Data Model Schema.JPAEmbeddableTypeMapType The default name for EDM complex type is derived from JPA Embeddable type name.JPAEmbeddableTypesMapType Java class for JPAEmbeddableTypesMapType complex type.JPAEntityTypeMapType The default name for EDM entity type is derived from JPA entity type name.JPAEntityTypesMapType Java class for JPAEntityTypesMapType complex type.JPAFunction A container for JPA Functions.JPAJoinClause A container for Java Persistence Join Clause that can be used for building JPQL statements.JPAJoinClause.JOIN Enumerated list of possible Joins in JPQL LEFT - left outer join FETCH - enable fetching of an association as a side effect of the execution of a query INNER - inner joinJPAMethodContext The abstract class is a compilation of objects required for building specific instances of JPA Method Context.JPAMethodContext.JPAMethodContextBuilder The abstract class is extended by specific JPA Method Context Builder to build JPA Method Context types.JPAMethodContextView The interface provides view on JPA Method Context.JPAPaging JPAPersistenceUnitMapType By default Java Persistence Unit name is taken as EDM schema name.JPAProcessor The interface provides methods for processing OData Requests for Create, Read, Update, Delete operations.JPARelationshipMapType The default name for EDM navigation property is derived from JPA relationship name.JPARelationshipMapType.JPARelationship Java class for anonymous complex type.JPQLBuilderFactory Factory interface for creating following instancesJPQLContext The abstract class is a compilation of objects required for buildingJPQLStatement.JPQLContext.JPQLContextBuilder The abstract class is extended by specific JPQLContext builder for building JPQLContexts.JPQLContextType Enumerated list of JPQL context Types.JPQLContextView The interface provides a view on JPQL Context.JPQLJoinContextView The interface provide a view on JPQL Join context.The interface provides methods for accessing the Join Clause which can be part of JPQL Select statement.JPQLJoinSelectSingleContextView The interface provide a view on JPQL Join Clauses.The interface is an extension to JPQL select single context and provides methods for accessing JPQL Join clauses.JPQLSelectContextView The interface provide a view on JPQL select context.The interface provides methods for accessing the clauses of a JPQL SELECT statement like "SELECT", "ORDERBY", "WHERE".JPQLSelectSingleContextView The interface provide a view on JPQL select single context.The interface provides methods for accessing the clause of a JPQL SELECT statement like "SELECT".JPQLStatement The class represents a Java Persistence Query Language (JPQL) Statement.JPQLStatement.DELIMITER JPQLStatement.JPQLStatementBuilder The abstract class is extended by specific JPQL statement builders for building JPQL statements like Select statements Select single statements Select statements with Join Insert/Modify/Delete statements A default statement builder for building each kind of JPQL statements is provided by the library.JPQLStatement.KEYWORD JPQLStatement.Operator ODataJPAAccessFactory Factory interface for creating following instancesODataJPAContext This class does the compilation of context objects required for OData JPA Runtime.ODataJPADefaultProcessor ODataJPAErrorCallback ODataJPAException The exception class is the base of OData JPA exceptions.ODataJPAFactory The class is an abstract factory for creating default ODataJPAFactory.ODataJPAMessageService The interface is used to access language dependent message texts.ODataJPAModelException The exception is thrown for any unexpected errors raising while accessing/transforming Java Persistence Models.ODataJPAProcessor Extend this class and implement an OData JPA processor if the default behavior of OData JPA Processor library has to be overwritten.ODataJPAQueryExtensionEntityListener Extend this class to build JPA Query object for a given OData request.ODataJPAResponseBuilder The interface provides methods for building an OData response from a JPA Entity.ODataJPARuntimeException The exception is thrown for any unexpected errors raising while accessing data from Java Persistence Models.ODataJPAServiceFactory Extend this factory class and create own instance ofODataServicethat transforms Java Persistence Models into an OData Service.ODataJPATombstoneContext This class provides a thread safe container for accessing Tombstone objectsODataJPATombstoneEntityListener Extend this class and implement a JPA Entity Listener as specified in JSR 317 Java Persistence 2.0.ODataJPATransaction Interface for JPA-Transaction abstraction.OnJPAWriteContent The interface is a call back interface that enables OData JPA Processor to get JPA provider specific implementation of java.sql.Blob and java.sql.Clob instances.