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

A

addJPAEdmAssociationView(JPAEdmAssociationView, JPAEdmAssociationEndView) - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmAssociationView
The method adds JPAEdmAssociationView to its container
addJPAEdmCompleTypeView(JPAEdmComplexTypeView) - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmComplexTypeView
The method add a JPA EDM complex type view to the container.
addJPAEdmNavigationPropertyView(JPAEdmNavigationPropertyView) - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmNavigationPropertyView
The method adds a navigation property view to its container.
addJPAEdmRefConstraintView(JPAEdmReferentialConstraintView) - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmAssociationView
The method adds the referential constraint view to its container.
addToDelta(Object, String) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPATombstoneEntityListener
 
addToDeltaResult(Object, String) - Static method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPATombstoneContext
 
aliasCounter - Variable in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContext.JPQLContextBuilder
alias counter is an integer counter that is incremented by "1" for every new alias name generation.
AND - Static variable in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.Operator
 
authorizeProperty(EdmEntityType, EdmProperty) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAQueryExtensionEntityListener
 
authorizeProperty(EdmEntityType, EdmProperty, String) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAQueryExtensionEntityListener
 

B

begin() - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPATransaction
implement the start of the transaction
build() - Method in interface org.apache.olingo.odata2.jpa.processor.api.access.JPAEdmBuilder
The Method builds EDM Elements by transforming JPA MetaModel.
build() - Method in class org.apache.olingo.odata2.jpa.processor.api.access.JPAMethodContext.JPAMethodContextBuilder
Implement this method to build JPAMethodContext
build() - Method in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContext.JPQLContextBuilder
The abstract method is implemented by specific JPQL context builders to build JPQL Contexts.
build() - Method in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.JPQLStatementBuilder
The abstract method is implemented by specific statement builder for building JPQL Statement.
build(long) - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPAResponseBuilder
The method builds an OData response from a count representing total number of JPA Entities
build(DeleteUriInfo, Object) - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPAResponseBuilder
The method builds an OData response for an OData Delete Request from a deleted JPA Entity
build(GetEntityLinkUriInfo, Object, String) - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPAResponseBuilder
The method builds an OData response for an OData Read Link Request from a read JPA Entity and its related JPA Entities.
build(GetEntitySetLinksUriInfo, List<Object>, String) - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPAResponseBuilder
The method builds an OData response for an OData Query Link Request from a queried JPA Entity and its related JPA Entities.
build(GetEntitySetUriInfo, List<Object>, String) - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPAResponseBuilder
The method builds an OData response for an OData Query Request from a queried list of JPA Entities.
build(GetEntityUriInfo, Object, String) - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPAResponseBuilder
The method builds an OData response for an OData Read Request from a read JPA Entity
build(GetFunctionImportUriInfo, Object) - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPAResponseBuilder
The method builds an OData response for an OData function Import Request from a registered processor method's return parameter.
build(GetFunctionImportUriInfo, List<Object>, String) - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPAResponseBuilder
The method builds an OData response for an OData function Import Request from a registered processor method's return parameter.
build(PostUriInfo, Object, String) - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPAResponseBuilder
The method builds an OData response for an OData Create Request from a created JPA entity.
build(PutMergePatchUriInfo, Object, String) - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPAResponseBuilder
The method builds an OData response for an OData Update Request from an updated JPA Entity
BUILDER_NULL - Static variable in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPAModelException
 

C

canOverrideDelete(UriInfo) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAQueryExtensionEntityListener
 
canOverridePost(UriInfo) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAQueryExtensionEntityListener
 
canOverridePut(UriInfo) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAQueryExtensionEntityListener
 
canRefreshEntity(UriInfo) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAQueryExtensionEntityListener
 
checkAuthorization(DeleteUriInfo) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAQueryExtensionEntityListener
 
checkAuthorization(PostUriInfo) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAQueryExtensionEntityListener
 
checkAuthorization(PutMergePatchUriInfo) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAQueryExtensionEntityListener
 
checkEntityGetAuthorization(EdmEntityType) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAQueryExtensionEntityListener
 
checkExclusionOfJPAAttributeType(String, String) - Method in interface org.apache.olingo.odata2.jpa.processor.api.access.JPAEdmMappingModelAccess
The method returns whether the JPA Attribute should be excluded from EDM Entity Type
checkExclusionOfJPAEmbeddableAttributeType(String, String) - Method in interface org.apache.olingo.odata2.jpa.processor.api.access.JPAEdmMappingModelAccess
The method returns whether the JPA Embeddable Attribute Type should be excluded from EDM model
checkExclusionOfJPAEmbeddableType(String) - Method in interface org.apache.olingo.odata2.jpa.processor.api.access.JPAEdmMappingModelAccess
The method returns whether the JPA Embeddable Type should be excluded from EDM model
checkExclusionOfJPAEntityType(String) - Method in interface org.apache.olingo.odata2.jpa.processor.api.access.JPAEdmMappingModelAccess
The method returns whether the JPA Entity should be excluded from EDM model
checkFilter(EdmEntityType, FilterExpression) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAQueryExtensionEntityListener
 
clean() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmBaseView
The method cleans the container.
cleanup() - Static method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPATombstoneContext
 
close() - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAProcessor
 
close(boolean) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAProcessor
The method closes ThreadContext.
COLON - Static variable in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.DELIMITER
 
COMMA - Static variable in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.DELIMITER
 
commit() - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPATransaction
implement the commit of the transaction
compare(AssociationEnd, AssociationEnd) - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmAssociationEndView
The method compares two ends {end1, end2} of an AssociationEnd against its two ends.
convert(Object, Class) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAQueryExtensionEntityListener
 
COUNT - Static variable in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.KEYWORD
 
countEntitySet(GetEntitySetCountUriInfo, String) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPADefaultProcessor
 
createApplicationError(String, Locale) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAQueryExtensionEntityListener
 
createBuilder(JPQLContextType, Object) - Static method in class org.apache.olingo.odata2.jpa.processor.api.access.JPAMethodContext
the method instantiates an instance of type JPAMethodContextBuilder.
createBuilder(JPQLContextType, Object) - Static method in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContext
the method returns an instance of type JPQLContext.JPQLContextBuilder based on the JPQLContextType.
createBuilder(JPQLContextType, Object, boolean) - Static method in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContext
the method returns an instance of type JPQLContext.JPQLContextBuilder based on the JPQLContextType.
createBuilder(JPQLContextView) - Static method in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement
The method is used for creating an instance of JPQL Statement Builder for building JPQL statements.
createCustomODataProcessor(ODataJPAContext) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAServiceFactory
 
createEntity(PostUriInfo, InputStream, String, String) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPADefaultProcessor
 
createEntityLink(PostUriInfo, InputStream, String, String) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPADefaultProcessor
 
createFactory() - Static method in class org.apache.olingo.odata2.jpa.processor.api.factory.ODataJPAFactory
Method creates a factory instance.
createJPAAttributeMapType() - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEdmMappingModelFactory
Create an instance of JPAAttributeMapType
createJPAEDMMappingModel() - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEdmMappingModelFactory
Create an instance of JPAEdmMappingModel
createJPAEdmProvider(ODataJPAContext) - Method in interface org.apache.olingo.odata2.jpa.processor.api.factory.ODataJPAAccessFactory
 
createJPAEmbeddableTypeMapType() - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEdmMappingModelFactory
Create an instance of JPAEmbeddableTypeMapType
createJPAPersistenceUnitMapType() - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEdmMappingModelFactory
Create an instance of JPAPersistenceUnitMapType
createJPARelationshipMapType() - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEdmMappingModelFactory
Create an instance of JPARelationshipMapType
createMessageReference(Class<? extends ODataJPAException>, String) - Static method in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPAException
The method creates a Reference to Message Object MessageReference .
createODataJPAContext() - Method in interface org.apache.olingo.odata2.jpa.processor.api.factory.ODataJPAAccessFactory
The method creates an instance of OData JPA Context.
createODataProcessor(ODataJPAContext) - Method in interface org.apache.olingo.odata2.jpa.processor.api.factory.ODataJPAAccessFactory
The method creates an OData JPA Processor.
createService(ODataContext) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAServiceFactory
Creates an OData Service based on the values set in ODataJPAContext and ODataContext.
createStatement(String) - Method in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.JPQLStatementBuilder
 

D

DEFAULT_LOCALE - Static variable in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPAException
 
DELETE - org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContextType
indicates that the JPQL context can be used for building JPQL delete statements
deleteEntity(DeleteUriInfo, String) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPADefaultProcessor
 
deleteEntityLink(DeleteUriInfo, String) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPADefaultProcessor
 
DELIMITER() - Constructor for class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.DELIMITER
 
DEPENDENT - org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmReferentialConstraintRoleView.RoleType
 

E

edmComplexType - Variable in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEmbeddableTypeMapType
 
edmEntitySet - Variable in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEntityTypeMapType
 
edmEntityType - Variable in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEntityTypeMapType
 
edmSchemaNamespace - Variable in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAPersistenceUnitMapType
 
enclosingObject - Variable in class org.apache.olingo.odata2.jpa.processor.api.access.JPAMethodContext
 
ENTITY_MANAGER_NOT_INITIALIZED - Static variable in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPARuntimeException
 
EQ - Static variable in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.Operator
 
ERROR_JPA_BLOB_NULL - Static variable in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPARuntimeException
 
ERROR_JPA_CLOB_NULL - Static variable in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPARuntimeException
 
ERROR_JPQL_CREATE_REQUEST - Static variable in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPARuntimeException
 
ERROR_JPQL_DELETE_REQUEST - Static variable in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPARuntimeException
 
ERROR_JPQL_INTEGRITY_CONSTRAINT - Static variable in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPARuntimeException
 
ERROR_JPQL_KEY_VALUE - Static variable in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPARuntimeException
 
ERROR_JPQL_PARAM_VALUE - Static variable in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPARuntimeException
 
ERROR_JPQL_QUERY_CREATE - Static variable in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPARuntimeException
 
ERROR_JPQL_UNIQUE_CONSTRAINT - Static variable in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPARuntimeException
 
ERROR_JPQL_UPDATE_REQUEST - Static variable in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPARuntimeException
 
ERROR_JPQLCTXBLDR_CREATE - Static variable in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPARuntimeException
 
ERROR_ODATA_FILTER_CONDITION - Static variable in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPARuntimeException
 
exclude - Variable in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAAttributeMapType.JPAAttribute
 
exclude - Variable in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEmbeddableTypeMapType
 
exclude - Variable in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEntityTypeMapType
 
execEvent(UriInfo, EdmEntityType, String, Object, Map<String, Object>) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAQueryExtensionEntityListener
 
executeBatch(BatchHandler, String, InputStream) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPADefaultProcessor
 
executeChangeSet(BatchHandler, List<ODataRequest>) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPADefaultProcessor
 
executeFunctionImport(GetFunctionImportUriInfo, String) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPADefaultProcessor
 
executeFunctionImportValue(GetFunctionImportUriInfo, String) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPADefaultProcessor
 
existsEntity(GetEntityCountUriInfo, String) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPADefaultProcessor
 
expandEdmComplexType(ComplexType, List<Property>, String) - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmComplexTypeView
The method expands the given EDM complex type into a list of EDM simple properties.
extendJPAEdmSchema(JPAEdmSchemaView) - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmExtension
The method is used to extend the JPA EDM schema view with Entities, Entity Sets, Navigation Property and Association.
extendWithOperation(JPAEdmSchemaView) - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmExtension
The method is used to extend the JPA EDM schema view with custom operations.

F

FETCH - org.apache.olingo.odata2.jpa.processor.api.access.JPAJoinClause.JOIN
 
FILTER_ON_NAVIGATION_NOT_SUPPORTED - Static variable in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPARuntimeException
 
FROM - Static variable in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.KEYWORD
 
FUNC_ENTITYSET_EXP - Static variable in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPAModelException
 
FUNC_PARAM_NAME_EXP - Static variable in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPAModelException
 
FUNC_RETURN_TYPE_ENTITY_NOT_FOUND - Static variable in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPAModelException
 
FUNC_RETURN_TYPE_EXP - Static variable in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPAModelException
 
FUNCTION - org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContextType
indicates that the JPQL context can be used for building JPA Method context that can be used for invoking custom functions

G

GE - Static variable in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.Operator
 
GENERAL - Static variable in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPAModelException
 
GENERAL - Static variable in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPARuntimeException
 
generateDeltaToken(List<Object>, Query) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAQueryExtensionEntityListener
 
generateDeltaToken(List<Object>, Query) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPATombstoneEntityListener
Implement this method to create a delta token.
generateJPAEntityAlias() - Method in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContext.JPQLContextBuilder
The method returns a system generated alias name starting with prefix "E" and ending with suffix "aliasCounter".
getArguments() - Method in class org.apache.olingo.odata2.jpa.processor.api.access.JPAFunction
The method returns an array of arguments for invoking the Java method.
getBuilder() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmBaseView
The method returns a builder for building Entity Data Model elements from Java Persistence Model Elements
getCalcFieldValues(EdmEntityType, Object) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAQueryExtensionEntityListener
 
getCallback(Class<T>) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAServiceFactory
 
getClientCallbacks() - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAQueryExtensionEntityListener
 
getConsistentEdmAssociationList() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmAssociationView
The method returns a consistent list of associations.
getConsistentEdmAssociationSetList() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmAssociationSetView
The method returns a consistent list of association sets.
getConsistentEdmComplexTypes() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmComplexTypeView
The method returns a consistent list of EDM complex types.
getConsistentEdmEntityContainerList() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmEntityContainerView
The method returns a list of consistent EDM entity containers
getConsistentEdmEntitySetList() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmEntitySetView
The method returns a list of consistent EDM entity sets.
getConsistentEdmEntityTypes() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmEntityTypeView
The method returns a consistent list of EDM entity types for a given java persistence meta model.
getConsistentEdmNavigationProperties() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmNavigationPropertyView
The method returns a consistent list of EDM navigation property.
getConsistentFunctionImportList() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmFunctionImportView
The method returns a list of consistent Function Imports.
getContextBuilder(JPQLContextType) - Method in interface org.apache.olingo.odata2.jpa.processor.api.factory.JPQLBuilderFactory
The method returns a JPQL context builder for building JPQL Context object.
getCreatedEntities() - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPAContext
 
getDefaultFieldValues(EdmEntityType, Object) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAQueryExtensionEntityListener
 
getDefaultNaming() - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPAContext
The method returns whether the library should consider default naming for EdmProperty EdmComplexProperty EdmNavigationProperty
getDeltaResult(String) - Static method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPATombstoneContext
 
getDeltaToken() - Static method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPATombstoneContext
 
getDeltaTokenUTCTimeStamp() - Static method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPATombstoneContext
 
getEdmAssociation() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmAssociationSetView
The method returns an association from which the association set is currently being processed.
getEdmAssociation() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmAssociationView
The method returns an association which is currently being processed.
getEdmAssociationEnd1() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmAssociationEndView
The method gets the other association end present in the container.
getEdmAssociationEnd2() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmAssociationEndView
The method gets the one of the association ends present in the container.
getEdmAssociationName() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmReferentialConstraintRoleView
The method returns the EDM association name.
getEdmAssociationSet() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmAssociationSetView
The method returns an association set that is currently being processed.
getEdmAssociationSetView() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmEntityContainerView
The method returns the JPA EDM association set view that is currently being processed.
getEdmComplexProperty() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmComplexPropertyView
The method returns a complex property for a complex type.
getEdmComplexType() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmComplexTypeView
The method returns an EDM complex type that is currently being processed.
getEDMComplexType() - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEmbeddableTypeMapType
Gets the value of the edmComplexType property.
getEdmEntityContainer() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmEntityContainerView
The method returns the EDM entity container that is currently being processed.
getEdmEntitySet() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmEntitySetView
The method returns an EDM entity set that is currently being processed.
getEDMEntitySet() - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEntityTypeMapType
Gets the value of the edmEntitySet property.
getEdmEntityType() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmEntityTypeView
The method returns an EDM entity currently being processed.
getEDMEntityType() - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEntityTypeMapType
Gets the value of the edmEntityType property.
getEdmEntityTypeName() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmReferentialConstraintRoleView
The method returns the EDM entity type name that holds the relationship/referential constraint.
getEdmKey() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmKeyView
The method returns an instance of EDM key for the given JPA EDM Entity type.
getEdmNavigationProperty() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmNavigationPropertyView
The method returns the navigation property that is currently being processed.
getEdmPropertyList() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmPropertyView
The method returns a list of Properties for the given Entity Type.
getEdmProvider() - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPAContext
The method gets the EDM provider for JPA from the context.
getEdmReferentialConstraint() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmReferentialConstraintView
The method returns EDM referential constraint created from Java persistence Entity Join Columns.
getEdmReferentialConstraintRole() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmReferentialConstraintRoleView
The method returns the Referential constraint role that is currently being processed.
getEdmRelationShipName() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmReferentialConstraintView
The method returns the name of EDM Association.
getEdmSchema() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmSchemaView
The method returns the EDM schema present in the container.
getEDMSchemaNamespace() - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAPersistenceUnitMapType
Gets the value of the edmSchemaNamespace property.
getEdmSchemaView() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmModelView
The method returns a consistent JPA EDM schema view created from the JPA meta model.
getEdmSimpleProperty() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmPropertyView
The method returns a simple EDM property.
getEnclosingObject() - Method in class org.apache.olingo.odata2.jpa.processor.api.access.JPAMethodContext
 
getEnclosingObject() - Method in interface org.apache.olingo.odata2.jpa.processor.api.access.JPAMethodContextView
The method returns an instance of Object on which the methods/custom operations can be executed.
getEntityAlias() - Method in class org.apache.olingo.odata2.jpa.processor.api.access.JPAJoinClause
The method returns Java Persistence Entity alias name participating in the join.
getEntityManager() - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPAContext
The method returns an instance of type entity manager.
getEntityManagerFactory() - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPAContext
The method gets the Java Persistence Entity Manager factory from the context.
getEntityName() - Method in class org.apache.olingo.odata2.jpa.processor.api.access.JPAJoinClause
The method returns Java Persistence Entity participating in the join.
getEntityRelationShip() - Method in class org.apache.olingo.odata2.jpa.processor.api.access.JPAJoinClause
The method returns Java Persistence Entity Relationship name participating in the join.
getEntityRelationShipAlias() - Method in class org.apache.olingo.odata2.jpa.processor.api.access.JPAJoinClause
The method returns Java Persistence Entity Relationship Alias name participating in the join.
getFunction() - Method in class org.apache.olingo.odata2.jpa.processor.api.access.JPAFunction
The method returns the Java method.
getJoinColumnNames() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmAssociationEndView
 
getJoinColumnReferenceColumnNames() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmAssociationEndView
 
getJoinCondition() - Method in class org.apache.olingo.odata2.jpa.processor.api.access.JPAJoinClause
The method returns a join condition that can be used for building JPQL join statements.
getJoinType() - Method in class org.apache.olingo.odata2.jpa.processor.api.access.JPAJoinClause
The method returns the type of JPAJoinClause.JOIN that can be used for building JPQL join statements.
getJPAAccessFactory() - Method in class org.apache.olingo.odata2.jpa.processor.api.factory.ODataJPAFactory
The method returns a null reference to JPA Access Factory.
getJPAAttribute() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmPropertyView
The method returns a JPA Attribute for the given JPA entity type.
getJPAAttribute() - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAAttributeMapType
Gets the value of the jpaAttribute property.
getJPAAttributes() - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEmbeddableTypeMapType
Gets the value of the jpaAttributes property.
getJPAAttributes() - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEntityTypeMapType
Gets the value of the jpaAttributes property.
getJPABlob(byte[]) - Method in interface org.apache.olingo.odata2.jpa.processor.api.OnJPAWriteContent
Implement this method to instantiate JPA provider specific implementation of java.sql.Blob instance from an array of bytes.
getJPAClob(char[]) - Method in interface org.apache.olingo.odata2.jpa.processor.api.OnJPAWriteContent
Implement this method to instantiate JPA provider specific implementation of java.sql.Clob instance from an array of characters.
getJPAColumnName() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmMapping
The method gets the Java persistence column name from the mapping container.
getJPAColumnName() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmReferentialConstraintRoleView
The method returns the name of JPA attribute's column name (annotated with @Column).
getJPAEdmAssociationView() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmSchemaView
The method returns JPA EDM association view.
getJPAEdmComplexTypeView() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmPropertyView
The method returns a JPA EDM Complex Type view that holds the property view.
getJPAEdmComplexTypeView() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmSchemaView
The method returns JPA EDM complex view.
getJPAEdmEntityContainerView() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmSchemaView
The method returns JPA EDM container view.
getJPAEdmEntitySetView() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmEntityContainerView
The method returns the JPA EDM entity set view that is currently being processed.
getJPAEdmEntityTypeView() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmEntitySetView
The method returns a JPA EDM entity type view that is currently being processed.
getJPAEdmEntityTypeView() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmPropertyView
The method returns a JPA EDM Entity Type view that holds the property view.
getJPAEdmExtension() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmBaseView
The method returns a reference to JPA EDM extension if available else null.
getJPAEdmExtension() - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPAContext
The method returns the JPA Edm Extension instance set into the context.
getJPAEdmKeyView() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmPropertyView
The method returns a JPA EDM key view.
getJPAEdmMappingInstance() - Method in interface org.apache.olingo.odata2.jpa.processor.api.factory.JPAAccessFactory
The method instantiates a JPAEdmMapping instance.
getJPAEdmMappingModel() - Method in interface org.apache.olingo.odata2.jpa.processor.api.access.JPAEdmMappingModelAccess
The method returns a JPA EDM mapping model Java object.
getJPAEdmMappingModel() - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPAContext
The method gets the JPA EDM mapping model name from the context.
getJPAEdmMappingModelAccess() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmBaseView
The method returns a reference to JPA EDM mapping model access.
getJPAEdmMappingModelAccess(ODataJPAContext) - Method in interface org.apache.olingo.odata2.jpa.processor.api.factory.JPAAccessFactory
The method returns an instance of JPA EDM mapping model access based on OData JPA context.
getJPAEdmMappingModelStream() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmExtension
Implement this method to provide a stream of Mapping model.
getJPAEdmModelView(ODataJPAContext) - Method in interface org.apache.olingo.odata2.jpa.processor.api.factory.JPAAccessFactory
The method returns an instance of JPA EDM model view based on OData JPA Context.
getJPAEdmNavigationPropertyView() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmPropertyView
The method returns a JPA EDM navigation property view.
getJPAEdmReferentialConstraintView() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmAssociationView
The method returns the referential constraint view that is currently being processed.
getJPAEmbeddableType() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmComplexTypeView
The method returns an JPA embeddable type that is currently being processed.
getJPAEmbeddableType() - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEmbeddableTypesMapType
Gets the value of the jpaEmbeddableType property.
getJPAEmbeddableTypes() - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAPersistenceUnitMapType
Gets the value of the jpaEmbeddableTypes property.
getJPAEntityAlias() - Method in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContext
gets the JPA entity alias name set into the context
getJPAEntityAlias() - Method in interface org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContextView
The method returns a JPA entity alias name for which the JPQL context is relevant.
getJPAEntityName() - Method in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContext
gets the JPA entity name set into the context
getJPAEntityName() - Method in interface org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContextView
The method returns a JPA entity name for which the JPQL context is relevant.
getJPAEntityType() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmEntityTypeView
The method returns java persistence Entity type currently being processed.
getJPAEntityType() - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEntityTypesMapType
Gets the value of the jpaEntityType property.
getJPAEntityTypes() - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAPersistenceUnitMapType
Gets the value of the jpaEntityTypes property.
getJPAFunctionList() - Method in class org.apache.olingo.odata2.jpa.processor.api.access.JPAMethodContext
 
getJPAFunctionList() - Method in interface org.apache.olingo.odata2.jpa.processor.api.access.JPAMethodContextView
The method returns list of JPA functions that can be executed on the enclosing object.
getJPAJoinClauses() - Method in interface org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLJoinContextView
The method returns a list of JPA Join Clauses.
getJPAJoinClauses() - Method in interface org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLJoinSelectSingleContextView
The method returns a list of JPA Join Clauses.
getJPAJoinColumns() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmPropertyView
The method returns a list of JPA Join Column Annotations for the given JPA Attribute
getJPAMetaModel() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmBaseView
The method returns the Java Persistence MetaModel
getJPAMethodContextBuilder(JPQLContextType) - Method in interface org.apache.olingo.odata2.jpa.processor.api.factory.JPQLBuilderFactory
The method returns a JPA method context builder for building JPA Method context object.
getJPAProcessor(ODataJPAContext) - Method in interface org.apache.olingo.odata2.jpa.processor.api.factory.JPAAccessFactory
The method returns an instance of JPA processor based on OData JPA Context.
getJPAReferencedAttribute() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmPropertyView
The method returns a JPA Attribute referenced by a JPA Attribute in the JoinColumn annotation for the given JPA entity type .
getJPARelationship() - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPARelationshipMapType
Gets the value of the jpaRelationship property.
getJPARelationships() - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEntityTypeMapType
Gets the value of the jpaRelationships property.
getJPAType() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmMapping
The method returns the Java persistence entity/property type.
getJPQLBuilderFactory() - Method in class org.apache.olingo.odata2.jpa.processor.api.factory.ODataJPAFactory
The method returns a null reference to JPQL Builder Factory.
getKeyPredicates() - Method in interface org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLSelectSingleContextView
The method returns the list of key predicates that can be used for constructing the WHERE clause in JPQL statements.
getLocalizedMessage(MessageReference, Throwable) - Method in interface org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPAMessageService
The method returns a language dependent message texts for the given MessageReference.
getMappedByName() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmAssociationEndView
 
getMessageReference() - Method in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPAException
 
getName() - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAAttributeMapType.JPAAttribute
Gets the value of the name property.
getName() - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEmbeddableTypeMapType
Gets the value of the name property.
getName() - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEntityTypeMapType
Gets the value of the name property.
getName() - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAPersistenceUnitMapType
Gets the value of the name property.
getName() - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPARelationshipMapType.JPARelationship
Gets the value of the name property.
getNextPage() - Method in interface org.apache.olingo.odata2.jpa.processor.api.access.JPAPaging
 
getNumberOfAssociationsWithSimilarEndPoints(JPAEdmAssociationEndView) - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmAssociationView
The method searches for the number of associations with similar endpoints in its container against the search parameter view of type JPAEdmAssociationView .
getODataContext() - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPAContext
The method gets OData Context into the context.
getODataJPAAccessFactory() - Method in class org.apache.olingo.odata2.jpa.processor.api.factory.ODataJPAFactory
The method returns a null reference to OData JPA Access Factory.
getOdataJPAContext() - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAProcessor
 
getODataJPAContext() - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAServiceFactory
 
getODataJPAMessageService(Locale) - Method in interface org.apache.olingo.odata2.jpa.processor.api.factory.ODataJPAAccessFactory
The method creates an instance of message service for loading language dependent message text.
getODataJPAQueryExtensionEntityListener() - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPAContext
 
getODataJPAResponseBuilder(ODataJPAContext) - Method in interface org.apache.olingo.odata2.jpa.processor.api.factory.ODataJPAAccessFactory
 
getODataJPATombstoneEntityListener() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmMapping
The method returns a stateless JPA EntityListener type.
getODataJPATransaction() - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPAContext
The method returns the ODataJPATransaction.
getODataProcessor() - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPAContext
The method gets the OData Processor for JPA from the context.
getOrderByCollection() - Method in interface org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLSelectContextView
The method returns an JPQL ORDERBY clause.
getOriginaType() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmMapping
 
getOwningPropertyName() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmAssociationEndView
 
getPagedEntities() - Method in interface org.apache.olingo.odata2.jpa.processor.api.access.JPAPaging
 
getPageSize() - Method in interface org.apache.olingo.odata2.jpa.processor.api.access.JPAPaging
 
getPageSize() - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPAContext
The method gets the server side page size to the context
getPaging() - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPAContext
The method returns the server side paging object
getParameterTypes() - Method in class org.apache.olingo.odata2.jpa.processor.api.access.JPAFunction
The method returns the parameter types for the Java method.
getPersistenceUnit() - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEdmMappingModel
Gets the value of the persistenceUnit property.
getPersistenceUnitName() - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPAContext
The method gets the Java Persistence Unit Name set into the context.
getpUnitName() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmBaseView
 
getQuery(DeleteUriInfo, EntityManager) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAQueryExtensionEntityListener
Override this method to build JPA Query for OData request - Delete; SELECT SINGLE with key in WHERE clause
getQuery(GetEntityCountUriInfo, EntityManager) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAQueryExtensionEntityListener
Override this method to build JPA Query for OData request - GetEntity Count; SELECT SINGLE with key in WHERE clause
getQuery(GetEntitySetCountUriInfo, EntityManager) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAQueryExtensionEntityListener
Override this method to build JPA Query for OData request - GetEntitySet Count; SELECT COUNT(*)
getQuery(GetEntitySetUriInfo, EntityManager) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAQueryExtensionEntityListener
Override this method to build JPA Query for OData request - GetEntitySet; SELECT *
getQuery(GetEntitySetUriInfo, EntityManager) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPATombstoneEntityListener
Implement this method to create a Query object.
getQuery(GetEntityUriInfo, EntityManager) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAQueryExtensionEntityListener
Override this method to build JPA Query for OData request - GetEntity; SELECT SINGLE with key in WHERE clause
getQuery(PutMergePatchUriInfo, EntityManager) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAQueryExtensionEntityListener
Override this method to build JPA Query for OData request - Update; SELECT SINGLE with key in WHERE clause
getRegisteredOperations() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmSchemaView
The method returns an Hash Map containing the registered custom operations.
getReturnType() - Method in class org.apache.olingo.odata2.jpa.processor.api.access.JPAFunction
The method returns the return type for the Java method.
getRoleType() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmReferentialConstraintRoleView
The method returns the role type (PRINCIPAL or DEPENDENT)
getSelectExpression() - Method in interface org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLSelectContextView
The method returns a JPQL SELECT clause.
getSelectExpression() - Method in interface org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLSelectSingleContextView
The method returns a JPQL SELECT clause.
getStartPage() - Method in interface org.apache.olingo.odata2.jpa.processor.api.access.JPAPaging
 
getStatementBuilder(JPQLContextView) - Method in interface org.apache.olingo.odata2.jpa.processor.api.factory.JPQLBuilderFactory
The method returns JPQL statement builder for building JPQL statements.
getType() - Method in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContext
gets the JPQL context type set into the context
getType() - Method in interface org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContextView
The method returns a JPQL context type
getValue() - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAAttributeMapType.JPAAttribute
Gets the value of the value property.
getValue() - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPARelationshipMapType.JPARelationship
Gets the value of the value property.
getWhereExpression() - Method in interface org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLJoinSelectSingleContextView
 
getWhereExpression() - Method in interface org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLSelectContextView
The method returns a JPQL WHERE condition as string.
GT - Static variable in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.Operator
 

H

handleError(ODataErrorContext) - Method in class org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPAErrorCallback
 
HYPHEN - Static variable in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.DELIMITER
 

I

initializeODataJPAContext() - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAServiceFactory
Implement this method and initialize OData JPA Context.
INNER - org.apache.olingo.odata2.jpa.processor.api.access.JPAJoinClause.JOIN
 
INNER_EXCEPTION - Static variable in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPAModelException
 
INNER_EXCEPTION - Static variable in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPARuntimeException
 
INVALID_ASSOCIATION - Static variable in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPAModelException
 
INVALID_ASSOCIATION_SET - Static variable in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPAModelException
 
INVALID_COMPLEX_TYPE - Static variable in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPAModelException
 
INVALID_ENTITY_TYPE - Static variable in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPAModelException
 
INVALID_ENTITYCONTAINER - Static variable in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPAModelException
 
INVALID_ENTITYSET - Static variable in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPAModelException
 
INVALID_FUNC_IMPORT - Static variable in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPAModelException
 
isActive() - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPATransaction
implement status of the transaction context
isConsistent() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmBaseView
The method returns the if the container is consistent without any errors
isContainerManaged() - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPAContext
The method returns true if the underlying entity manager is container managed.
isDefaultNamingSkipped() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmBaseView
The method returns whether the default naming logic is skipped for the current view.
isExclude() - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAAttributeMapType.JPAAttribute
Gets the value of the exclude property.
isExclude() - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEmbeddableTypeMapType
Gets the value of the exclude property.
isExclude() - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEntityTypeMapType
Gets the value of the exclude property.
isExists() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmReferentialConstraintRoleView
The method tells if there exists a valid referential constraint for a given association.
isExists() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmReferentialConstraintView
The method returns if a valid referential constraint exists for a given EDM association.
isMappingModelExists() - Method in interface org.apache.olingo.odata2.jpa.processor.api.access.JPAEdmMappingModelAccess
The method returns if there exists a mapping model.
isPagingRequested(boolean) - Method in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContext
 
isReferencedInKey(String) - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmComplexTypeView
The method checks if the given EDM complex type is referenced as a Key property in any Entity
isTombstoneSupported() - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAQueryExtensionEntityListener
Implement this method to indicate whether the extended class can handle OData Tombstone feature as well
isTombstoneSupported() - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPATombstoneEntityListener
Implement this method to indicate whether the extended class can handle OData Tombstone feature as well
isVirtualAccess() - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmMapping
 

J

JOIN - org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContextType
indicates that the JPQL context can be used for building JPQL join statement
JOIN - Static variable in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.KEYWORD
 
JOIN_CLAUSE_EXPECTED - Static variable in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPARuntimeException
 
JOIN_COUNT - org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContextType
indicates that the JPQL context can be used for building JPQL join statement that fetches single record
JOIN_SINGLE - org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContextType
indicates that the JPQL context can be used for building JPQL join statement that fetches single record
JPAAccessFactory - Interface in org.apache.olingo.odata2.jpa.processor.api.factory
Factory interface for creating JPA EDM Model view JPA Processor
jpaAttribute - Variable in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAAttributeMapType
 
JPAAttribute() - Constructor for class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAAttributeMapType.JPAAttribute
 
JPAAttributeMapType - Class in org.apache.olingo.odata2.jpa.processor.api.model.mapping
The default name for EDM property is derived from JPA attribute name.
JPAAttributeMapType() - Constructor for class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAAttributeMapType
 
JPAAttributeMapType.JPAAttribute - Class in org.apache.olingo.odata2.jpa.processor.api.model.mapping
Java class for anonymous complex type.
jpaAttributes - Variable in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEmbeddableTypeMapType
 
jpaAttributes - Variable in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEntityTypeMapType
 
JPAEdmAssociationEndView - Interface in org.apache.olingo.odata2.jpa.processor.api.model
A view on Java Persistence Entity Relationship and Entity Data Model Association End.
JPAEdmAssociationSetView - Interface in org.apache.olingo.odata2.jpa.processor.api.model
A view on Java Persistence Entity Relationship and Entity Data Model Association Set.
JPAEdmAssociationView - Interface in org.apache.olingo.odata2.jpa.processor.api.model
A View on Java Persistence Entity Relationship and Entity Data Model Association.
JPAEdmBaseView - Interface in org.apache.olingo.odata2.jpa.processor.api.model
A base view on Java Persistence Model and Entity Data Model.
JPAEdmBuilder - Interface in org.apache.olingo.odata2.jpa.processor.api.access
JPAEdmBuilder interface provides methods for building elements of an Entity Data Model (EDM) from a Java Persistence Model.
JPAEdmComplexPropertyView - Interface in org.apache.olingo.odata2.jpa.processor.api.model
A view on properties of Java Persistence embeddable type and EDM complex type.
JPAEdmComplexTypeView - Interface in org.apache.olingo.odata2.jpa.processor.api.model
A view on Java Persistence embeddable types and EDM complex types.
JPAEdmEntityContainerView - Interface in org.apache.olingo.odata2.jpa.processor.api.model
A view on JPA EDM entity container.
JPAEdmEntitySetView - Interface in org.apache.olingo.odata2.jpa.processor.api.model
A view on Java Persistence entity type and EDM entity sets.
JPAEdmEntityTypeView - Interface in org.apache.olingo.odata2.jpa.processor.api.model
A view on Java Persistence entity types and EDM entity types.
JPAEdmExtension - Interface in org.apache.olingo.odata2.jpa.processor.api.model
The interface provides methods to extend JPA EDM containers.
JPAEdmFunctionImportView - Interface in org.apache.olingo.odata2.jpa.processor.api.model
A view on EDM Function Imports.
JPAEdmKeyView - Interface in org.apache.olingo.odata2.jpa.processor.api.model
A view on Java Persistence Entity Key Attributes and EDM Key properties.
JPAEdmMapping - Interface in org.apache.olingo.odata2.jpa.processor.api.model
The interface acts a container for storing Java persistence column name.
JPAEdmMappingModel - Class in org.apache.olingo.odata2.jpa.processor.api.model.mapping
Java class for anonymous complex type.
JPAEdmMappingModel() - Constructor for class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEdmMappingModel
 
JPAEdmMappingModelAccess - Interface in org.apache.olingo.odata2.jpa.processor.api.access
Interface provides methods to access JPA EDM mapping model.
JPAEdmMappingModelFactory - Class in org.apache.olingo.odata2.jpa.processor.api.model.mapping
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.
JPAEdmMappingModelFactory() - Constructor for class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEdmMappingModelFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.olingo.odata2.processor.api.jpa.model.mapping
JPAEdmModelView - Interface in org.apache.olingo.odata2.jpa.processor.api.model
A view on JPA meta model and EDM meta model.
JPAEdmNavigationPropertyView - Interface in org.apache.olingo.odata2.jpa.processor.api.model
A view on Java persistence entity relationship and EDM navigation property.
JPAEdmPropertyView - Interface in org.apache.olingo.odata2.jpa.processor.api.model
A view on Java Persistence Entity Attributes and EDM properties.
JPAEdmReferentialConstraintRoleView - Interface in org.apache.olingo.odata2.jpa.processor.api.model
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 - Enum in org.apache.olingo.odata2.jpa.processor.api.model
Two types of EDM roles of a referential constraint.
JPAEdmReferentialConstraintView - Interface in org.apache.olingo.odata2.jpa.processor.api.model
A view on Java Persistence Entity Join Columns and Entity Data Model Referential Constraint.
JPAEdmSchemaView - Interface in org.apache.olingo.odata2.jpa.processor.api.model
A view on Java Persistence Model and Entity Data Model Schema.
jpaEmbeddableType - Variable in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEmbeddableTypesMapType
 
JPAEmbeddableTypeMapType - Class in org.apache.olingo.odata2.jpa.processor.api.model.mapping
The default name for EDM complex type is derived from JPA Embeddable type name.
JPAEmbeddableTypeMapType() - Constructor for class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEmbeddableTypeMapType
 
jpaEmbeddableTypes - Variable in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAPersistenceUnitMapType
 
JPAEmbeddableTypesMapType - Class in org.apache.olingo.odata2.jpa.processor.api.model.mapping
Java class for JPAEmbeddableTypesMapType complex type.
JPAEmbeddableTypesMapType() - Constructor for class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEmbeddableTypesMapType
 
jpaEntityAlias - Variable in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContext
An alias for Java Persistence Entity
jpaEntityName - Variable in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContext
Java Persistence Entity name
jpaEntityType - Variable in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEntityTypesMapType
 
JPAEntityTypeMapType - Class in org.apache.olingo.odata2.jpa.processor.api.model.mapping
The default name for EDM entity type is derived from JPA entity type name.
JPAEntityTypeMapType() - Constructor for class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEntityTypeMapType
 
jpaEntityTypes - Variable in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAPersistenceUnitMapType
 
JPAEntityTypesMapType - Class in org.apache.olingo.odata2.jpa.processor.api.model.mapping
Java class for JPAEntityTypesMapType complex type.
JPAEntityTypesMapType() - Constructor for class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEntityTypesMapType
 
jpaFunction - Variable in class org.apache.olingo.odata2.jpa.processor.api.access.JPAMethodContext
 
JPAFunction - Class in org.apache.olingo.odata2.jpa.processor.api.access
A container for JPA Functions.
JPAFunction(Method, Class<?>[], Type, Object[]) - Constructor for class org.apache.olingo.odata2.jpa.processor.api.access.JPAFunction
 
JPAJoinClause - Class in org.apache.olingo.odata2.jpa.processor.api.access
A container for Java Persistence Join Clause that can be used for building JPQL statements.
JPAJoinClause(String, String, String, String, String, JPAJoinClause.JOIN) - Constructor for class org.apache.olingo.odata2.jpa.processor.api.access.JPAJoinClause
Constructor for creating elements of JPA Join Clause container.
JPAJoinClause.JOIN - Enum in org.apache.olingo.odata2.jpa.processor.api.access
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 join
JPAMethodContext - Class in org.apache.olingo.odata2.jpa.processor.api.access
The abstract class is a compilation of objects required for building specific instances of JPA Method Context.
JPAMethodContext() - Constructor for class org.apache.olingo.odata2.jpa.processor.api.access.JPAMethodContext
 
JPAMethodContext.JPAMethodContextBuilder - Class in org.apache.olingo.odata2.jpa.processor.api.access
The abstract class is extended by specific JPA Method Context Builder to build JPA Method Context types.
JPAMethodContextBuilder() - Constructor for class org.apache.olingo.odata2.jpa.processor.api.access.JPAMethodContext.JPAMethodContextBuilder
 
JPAMethodContextView - Interface in org.apache.olingo.odata2.jpa.processor.api.access
The interface provides view on JPA Method Context.
JPAPaging - Interface in org.apache.olingo.odata2.jpa.processor.api.access
 
JPAPersistenceUnitMapType - Class in org.apache.olingo.odata2.jpa.processor.api.model.mapping
By default Java Persistence Unit name is taken as EDM schema name.
JPAPersistenceUnitMapType() - Constructor for class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAPersistenceUnitMapType
 
jpaProcessor - Variable in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAProcessor
An instance of JPAProcessor.
JPAProcessor - Interface in org.apache.olingo.odata2.jpa.processor.api.access
The interface provides methods for processing OData Requests for Create, Read, Update, Delete operations.
jpaRelationship - Variable in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPARelationshipMapType
 
JPARelationship() - Constructor for class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPARelationshipMapType.JPARelationship
 
JPARelationshipMapType - Class in org.apache.olingo.odata2.jpa.processor.api.model.mapping
The default name for EDM navigation property is derived from JPA relationship name.
JPARelationshipMapType() - Constructor for class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPARelationshipMapType
 
JPARelationshipMapType.JPARelationship - Class in org.apache.olingo.odata2.jpa.processor.api.model.mapping
Java class for anonymous complex type.
jpaRelationships - Variable in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEntityTypeMapType
 
JPQLBuilderFactory - Interface in org.apache.olingo.odata2.jpa.processor.api.factory
Factory interface for creating following instances
JPQLContext - Class in org.apache.olingo.odata2.jpa.processor.api.jpql
The abstract class is a compilation of objects required for building JPQLStatement.
JPQLContext() - Constructor for class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContext
 
JPQLContext.JPQLContextBuilder - Class in org.apache.olingo.odata2.jpa.processor.api.jpql
The abstract class is extended by specific JPQLContext builder for building JPQLContexts.
JPQLContextBuilder() - Constructor for class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContext.JPQLContextBuilder
 
JPQLContextType - Enum in org.apache.olingo.odata2.jpa.processor.api.jpql
Enumerated list of JPQL context Types.
JPQLContextView - Interface in org.apache.olingo.odata2.jpa.processor.api.jpql
The interface provides a view on JPQL Context.
JPQLJoinContextView - Interface in org.apache.olingo.odata2.jpa.processor.api.jpql
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 - Interface in org.apache.olingo.odata2.jpa.processor.api.jpql
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 - Interface in org.apache.olingo.odata2.jpa.processor.api.jpql
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 - Interface in org.apache.olingo.odata2.jpa.processor.api.jpql
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 - Class in org.apache.olingo.odata2.jpa.processor.api.jpql
The class represents a Java Persistence Query Language (JPQL) Statement.
JPQLStatement.DELIMITER - Class in org.apache.olingo.odata2.jpa.processor.api.jpql
 
JPQLStatement.JPQLStatementBuilder - Class in org.apache.olingo.odata2.jpa.processor.api.jpql
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 - Class in org.apache.olingo.odata2.jpa.processor.api.jpql
 
JPQLStatement.Operator - Class in org.apache.olingo.odata2.jpa.processor.api.jpql
 
JPQLStatementBuilder() - Constructor for class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.JPQLStatementBuilder
 

K

KEYWORD() - Constructor for class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.KEYWORD
 

L

LE - Static variable in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.Operator
 
LEFT - org.apache.olingo.odata2.jpa.processor.api.access.JPAJoinClause.JOIN
 
LEFT_BRACE - Static variable in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.DELIMITER
 
LEFT_OUTER_JOIN - Static variable in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.KEYWORD
 
LIKE - Static variable in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.Operator
 
loadMappingModel() - Method in interface org.apache.olingo.odata2.jpa.processor.api.access.JPAEdmMappingModelAccess
The method searches and loads the mapping model stored in <file>.xml file into the java object JPAEdmMappingModel .
LONG - Static variable in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.DELIMITER
 
LT - Static variable in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.Operator
 

M

mapJPAAttribute(String, String) - Method in interface org.apache.olingo.odata2.jpa.processor.api.access.JPAEdmMappingModelAccess
The method returns EDM property name for the Java persistence entity attribute name.
mapJPAEmbeddableType(String) - Method in interface org.apache.olingo.odata2.jpa.processor.api.access.JPAEdmMappingModelAccess
The method returns EDM complex type name for the Java embeddable type name.
mapJPAEmbeddableTypeAttribute(String, String) - Method in interface org.apache.olingo.odata2.jpa.processor.api.access.JPAEdmMappingModelAccess
The method returns EDM property name for the Java persistence embeddable type's attribute name.
mapJPAEntitySet(String) - Method in interface org.apache.olingo.odata2.jpa.processor.api.access.JPAEdmMappingModelAccess
The method returns EDM entity set name for the Java persistence entity type name
mapJPAEntityType(String) - Method in interface org.apache.olingo.odata2.jpa.processor.api.access.JPAEdmMappingModelAccess
The method returns EDM entity type name for the Java persistence entity type name
mapJPAPersistenceUnit(String) - Method in interface org.apache.olingo.odata2.jpa.processor.api.access.JPAEdmMappingModelAccess
The method returns EDM Schema namespace for the persistence unit name
mapJPARelationship(String, String) - Method in interface org.apache.olingo.odata2.jpa.processor.api.access.JPAEdmMappingModelAccess
The method returns EDM navigation property name for the Java persistence entity relationship name.
messageReference - Variable in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPAException
 
MODIFY - org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContextType
indicates that the JPQL context can be used for building JPQL modify statements

N

name - Variable in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAAttributeMapType.JPAAttribute
 
name - Variable in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEmbeddableTypeMapType
 
name - Variable in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEntityTypeMapType
 
name - Variable in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAPersistenceUnitMapType
 
name - Variable in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPARelationshipMapType.JPARelationship
 
NE - Static variable in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.Operator
 
NOT - Static variable in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.Operator
 

O

ODATA_JPACTX_NULL - Static variable in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPAException
 
ODataJPAAccessFactory - Interface in org.apache.olingo.odata2.jpa.processor.api.factory
Factory interface for creating following instances
oDataJPAContext - Variable in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAProcessor
An instance of ODataJPAContext object
ODataJPAContext - Interface in org.apache.olingo.odata2.jpa.processor.api
This class does the compilation of context objects required for OData JPA Runtime.
ODataJPADefaultProcessor - Class in org.apache.olingo.odata2.jpa.processor.api
 
ODataJPADefaultProcessor(ODataJPAContext) - Constructor for class org.apache.olingo.odata2.jpa.processor.api.ODataJPADefaultProcessor
 
ODataJPAErrorCallback - Class in org.apache.olingo.odata2.jpa.processor.api.exception
 
ODataJPAErrorCallback() - Constructor for class org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPAErrorCallback
 
ODataJPAException - Exception in org.apache.olingo.odata2.jpa.processor.api.exception
The exception class is the base of OData JPA exceptions.
ODataJPAException(String, Throwable, MessageReference) - Constructor for exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPAException
 
ODataJPAFactory - Class in org.apache.olingo.odata2.jpa.processor.api.factory
The class is an abstract factory for creating default ODataJPAFactory.
ODataJPAFactory() - Constructor for class org.apache.olingo.odata2.jpa.processor.api.factory.ODataJPAFactory
 
ODataJPAMessageService - Interface in org.apache.olingo.odata2.jpa.processor.api.exception
The interface is used to access language dependent message texts.
ODataJPAModelException - Exception in org.apache.olingo.odata2.jpa.processor.api.exception
The exception is thrown for any unexpected errors raising while accessing/transforming Java Persistence Models.
ODataJPAProcessor - Class in org.apache.olingo.odata2.jpa.processor.api
Extend this class and implement an OData JPA processor if the default behavior of OData JPA Processor library has to be overwritten.
ODataJPAProcessor(ODataJPAContext) - Constructor for class org.apache.olingo.odata2.jpa.processor.api.ODataJPAProcessor
Constructor
ODataJPAQueryExtensionEntityListener - Class in org.apache.olingo.odata2.jpa.processor.api
Extend this class to build JPA Query object for a given OData request.
ODataJPAQueryExtensionEntityListener() - Constructor for class org.apache.olingo.odata2.jpa.processor.api.ODataJPAQueryExtensionEntityListener
 
ODataJPAResponseBuilder - Interface in org.apache.olingo.odata2.jpa.processor.api
The interface provides methods for building an OData response from a JPA Entity.
ODataJPARuntimeException - Exception in org.apache.olingo.odata2.jpa.processor.api.exception
The exception is thrown for any unexpected errors raising while accessing data from Java Persistence Models.
ODataJPAServiceFactory - Class in org.apache.olingo.odata2.jpa.processor.api
Extend this factory class and create own instance of ODataService that transforms Java Persistence Models into an OData Service.
ODataJPAServiceFactory() - Constructor for class org.apache.olingo.odata2.jpa.processor.api.ODataJPAServiceFactory
 
ODataJPATombstoneContext - Class in org.apache.olingo.odata2.jpa.processor.api
This class provides a thread safe container for accessing Tombstone objects
ODataJPATombstoneContext() - Constructor for class org.apache.olingo.odata2.jpa.processor.api.ODataJPATombstoneContext
 
ODataJPATombstoneEntityListener - Class in org.apache.olingo.odata2.jpa.processor.api
Extend this class and implement a JPA Entity Listener as specified in JSR 317 Java Persistence 2.0.
ODataJPATombstoneEntityListener() - Constructor for class org.apache.olingo.odata2.jpa.processor.api.ODataJPATombstoneEntityListener
 
ODataJPATransaction - Interface in org.apache.olingo.odata2.jpa.processor.api
Interface for JPA-Transaction abstraction.
OFFSET - Static variable in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.KEYWORD
 
OnJPAWriteContent - Interface in org.apache.olingo.odata2.jpa.processor.api
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.
Operator() - Constructor for class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.Operator
 
OPERATOR_EQ_NE_MISSING - Static variable in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPARuntimeException
 
OR - Static variable in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.Operator
 
ORDERBY - Static variable in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.KEYWORD
 
org.apache.olingo.odata2.jpa.processor.api - package org.apache.olingo.odata2.jpa.processor.api
OData JPA Processor API Library
org.apache.olingo.odata2.jpa.processor.api.access - package org.apache.olingo.odata2.jpa.processor.api.access
OData JPA Processor API Library - Java Persistence Access
org.apache.olingo.odata2.jpa.processor.api.exception - package org.apache.olingo.odata2.jpa.processor.api.exception
OData JPA Processor API Library - Exceptions
org.apache.olingo.odata2.jpa.processor.api.factory - package org.apache.olingo.odata2.jpa.processor.api.factory
OData JPA Processor API Library - Factory
org.apache.olingo.odata2.jpa.processor.api.jpql - package org.apache.olingo.odata2.jpa.processor.api.jpql
OData JPA Processor API Library - Java Persistence Query Language
org.apache.olingo.odata2.jpa.processor.api.model - package org.apache.olingo.odata2.jpa.processor.api.model
OData JPA Processor API Library - JPA EDM Model
org.apache.olingo.odata2.jpa.processor.api.model.mapping - package org.apache.olingo.odata2.jpa.processor.api.model.mapping
OData JPA Processor API Library - Mapping Model
OUTER - Static variable in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.KEYWORD
 
overrideDelete(UriInfo, Object, EntityManager) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAQueryExtensionEntityListener
 
overridePost(UriInfo, Object, EntityManager) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAQueryExtensionEntityListener
 
overridePut(UriInfo, Object, EntityManager) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAQueryExtensionEntityListener
 

P

pagingRequested - Variable in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContext
 
PARENTHESIS_LEFT - Static variable in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.DELIMITER
 
PARENTHESIS_RIGHT - Static variable in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.DELIMITER
 
PERIOD - Static variable in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.DELIMITER
 
persistenceUnit - Variable in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEdmMappingModel
 
prepareQuery(Query) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAQueryExtensionEntityListener
 
PRINCIPAL - org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmReferentialConstraintRoleView.RoleType
 
process(DeleteUriInfo, String) - Method in interface org.apache.olingo.odata2.jpa.processor.api.access.JPAProcessor
Processes OData request for deleting Entity.
process(GetEntityCountUriInfo) - Method in interface org.apache.olingo.odata2.jpa.processor.api.access.JPAProcessor
Processes OData request for fetching Entity count.
process(GetEntityLinkUriInfo) - Method in interface org.apache.olingo.odata2.jpa.processor.api.access.JPAProcessor
Processes OData request for executing $links OData command for N:1 relation.
process(GetEntitySetCountUriInfo, boolean) - Method in interface org.apache.olingo.odata2.jpa.processor.api.access.JPAProcessor
Processes OData request for fetching Entity count.
process(GetEntitySetLinksUriInfo) - Method in interface org.apache.olingo.odata2.jpa.processor.api.access.JPAProcessor
Processes OData request for executing $links OData command for N:1 relation.
process(GetEntitySetUriInfo) - Method in interface org.apache.olingo.odata2.jpa.processor.api.access.JPAProcessor
Processes OData request for querying an Entity Set.
process(GetEntityUriInfo) - Method in interface org.apache.olingo.odata2.jpa.processor.api.access.JPAProcessor
Processes OData request for reading an Entity.
process(GetFunctionImportUriInfo) - Method in interface org.apache.olingo.odata2.jpa.processor.api.access.JPAProcessor
Processes OData request for executing custom operations.
process(PostUriInfo, InputStream, String) - Method in interface org.apache.olingo.odata2.jpa.processor.api.access.JPAProcessor
Processes OData request for creating Entity.
process(PostUriInfo, InputStream, String, String) - Method in interface org.apache.olingo.odata2.jpa.processor.api.access.JPAProcessor
Process OData request for creating Links.
process(PostUriInfo, Map<String, Object>) - Method in interface org.apache.olingo.odata2.jpa.processor.api.access.JPAProcessor
Processes OData request for creating Entity.
process(PutMergePatchUriInfo, InputStream, String) - Method in interface org.apache.olingo.odata2.jpa.processor.api.access.JPAProcessor
Processes OData request for updating Entity.
process(PutMergePatchUriInfo, InputStream, String, String) - Method in interface org.apache.olingo.odata2.jpa.processor.api.access.JPAProcessor
Process OData request for updating Links.
process(PutMergePatchUriInfo, Map<String, Object>) - Method in interface org.apache.olingo.odata2.jpa.processor.api.access.JPAProcessor
Processes OData request for updating Entity.
processNew(UriInfo) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAQueryExtensionEntityListener
 

R

readEntity(GetEntityUriInfo, String) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPADefaultProcessor
 
readEntityLink(GetEntityLinkUriInfo, String) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPADefaultProcessor
 
readEntityLinks(GetEntitySetLinksUriInfo, String) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPADefaultProcessor
 
readEntitySet(GetEntitySetUriInfo, String) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPADefaultProcessor
 
readEntitySimpleProperty(GetSimplePropertyUriInfo, String) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPADefaultProcessor
 
readEntitySimplePropertyValue(GetSimplePropertyUriInfo, String) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPADefaultProcessor
 
REF_ATTRIBUTE_NOT_FOUND - Static variable in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPAModelException
 
registerOperations(Class<?>, String[]) - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmSchemaView
The method registers custom operations that shall be represented as Edm Function Imports.
RELATIONSHIP_INVALID - Static variable in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPARuntimeException
 
resetAliasCounter() - Method in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContext.JPQLContextBuilder
The method resets the alias counter value to "0".
RESOURCE_NOT_FOUND - Static variable in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPARuntimeException
 
RESOURCE_X_NOT_FOUND - Static variable in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPARuntimeException
 
responseBuilder - Variable in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAProcessor
An instance of ODataJPAResponseBuilder.
RIGHT_BRACE - Static variable in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.DELIMITER
 
rollback() - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPATransaction
implement the rollback of the transaction

S

searchAssociation(JPAEdmAssociationEndView) - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmAssociationView
The method searches for an Association in its container against the search parameter view of type JPAEdmAssociationView .
searchEdmComplexType(String) - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmComplexTypeView
The method searches for the EDM complex type with in the container for the given JPA embeddable type name.
searchEdmComplexType(FullQualifiedName) - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmComplexTypeView
The method searches for the EDM complex type with in the container for the given EDM complex type's fully qualified name.
searchEdmEntityType(String) - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmEntityTypeView
The method searches in the consistent list of EDM entity types for the given EDM entity type's name.
SELECT - org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContextType
indicates that the JPQL context can be used for building JPQL select statements
SELECT - Static variable in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.KEYWORD
 
SELECT_COUNT - org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContextType
indicates that the JPQL context can be used for building JPQL select statement that fetches record counts
SELECT_DISTINCT - Static variable in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.KEYWORD
 
SELECT_SINGLE - org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContextType
indicates that the JPQL context can be used for building JPQL select statement that fetches single record
setContainerManaged(boolean) - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPAContext
Set the state whether the underlying entity manager is container managed (or not).
setCount(long) - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPAResponseBuilder
 
setDefaultNaming(boolean) - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPAContext
The method sets into the context whether the library should consider default naming for EdmProperty EdmComplexProperty EdmNavigationProperty
setDeltaToken(String) - Static method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPATombstoneContext
 
setDetailErrors(boolean) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAServiceFactory
The method sets the context whether a detail error message should be thrown or a less detail error message should be thrown by the library.
setEDMComplexType(String) - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEmbeddableTypeMapType
Sets the value of the edmComplexType property.
setEDMEntitySet(String) - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEntityTypeMapType
Sets the value of the edmEntitySet property.
setEDMEntityType(String) - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEntityTypeMapType
Sets the value of the edmEntityType property.
setEdmProvider(EdmProvider) - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPAContext
The method sets EDM provider into the context
setEDMSchemaNamespace(String) - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAPersistenceUnitMapType
Sets the value of the edmSchemaNamespace property.
setEnclosingObject(Object) - Method in class org.apache.olingo.odata2.jpa.processor.api.access.JPAMethodContext
 
setEntityManager(EntityManager) - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPAContext
The method sets the Entity Manager into the Context
setEntityManagerFactory(EntityManagerFactory) - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPAContext
The method sets the Java Persistence Entity Manager factory into the context.
setExclude(Boolean) - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAAttributeMapType.JPAAttribute
Sets the value of the exclude property.
setExclude(Boolean) - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEmbeddableTypeMapType
Sets the value of the exclude property.
setExclude(Boolean) - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEntityTypeMapType
Sets the value of the exclude property.
setJPAAttributes(JPAAttributeMapType) - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEmbeddableTypeMapType
Sets the value of the jpaAttributes property.
setJPAAttributes(JPAAttributeMapType) - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEntityTypeMapType
Sets the value of the jpaAttributes property.
setJPAColumnName(String) - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmMapping
The method sets the Java persistence column name into the mapping container.
setJPAEdmExtension(JPAEdmExtension) - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPAContext
The method sets the JPA Edm Extension instance into the context.
setJPAEdmMappingModel(String) - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPAContext
The method sets the JPA EDM mapping model name into the context.
setJPAEmbeddableTypes(JPAEmbeddableTypesMapType) - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAPersistenceUnitMapType
Sets the value of the jpaEmbeddableTypes property.
setJPAEntityAlias(String) - Method in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContext
sets JPA Entity alias name into the context
setJPAEntityName(String) - Method in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContext
sets JPA Entity Name into the context
setJPAEntityTypes(JPAEntityTypesMapType) - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAPersistenceUnitMapType
Sets the value of the jpaEntityTypes property.
setJpaFunction(List<JPAFunction>) - Method in class org.apache.olingo.odata2.jpa.processor.api.access.JPAMethodContext
 
setJPARelationships(JPARelationshipMapType) - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEntityTypeMapType
Sets the value of the jpaRelationships property.
setJPAType(Class<?>) - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmMapping
The method sets the Java persistence entity/property type.
setName(String) - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAAttributeMapType.JPAAttribute
Sets the value of the name property.
setName(String) - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEmbeddableTypeMapType
Sets the value of the name property.
setName(String) - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEntityTypeMapType
Sets the value of the name property.
setName(String) - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAPersistenceUnitMapType
Sets the value of the name property.
setName(String) - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPARelationshipMapType.JPARelationship
Sets the value of the name property.
setODataContext(ODataContext) - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPAContext
The method sets OData context into the context.
setOdataJPAContext(ODataJPAContext) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAProcessor
 
setoDataJPAQueryExtensionEntityListener(ODataJPAQueryExtensionEntityListener) - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPAContext
 
setODataJPATombstoneEntityListener(Class<? extends ODataJPATombstoneEntityListener>) - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmMapping
The method sets a stateless JPA EntityListner type.
setODataJPATransaction(ODataJPATransaction) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAServiceFactory
The methods sets the context with a callback implementation for JPA transaction specific content.
setODataProcessor(ODataProcessor) - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPAContext
The method sets the OData Processor for JPA into the context.
setOnWriteJPAContent(OnJPAWriteContent) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPAServiceFactory
The methods sets the context with a callback implementation for JPA provider specific content.
setOriginalType(Class) - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmMapping
 
setPageSize(int) - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPAContext
The method sets the server side page size to the context
setPaging(JPAPaging) - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPAContext
The method sets the server side paging object
setPersistenceUnit(JPAPersistenceUnitMapType) - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAEdmMappingModel
Sets the value of the persistenceUnit property.
setPersistenceUnitName(String) - Method in interface org.apache.olingo.odata2.jpa.processor.api.ODataJPAContext
The method sets the Java Persistence Unit Name into the context.
setReferencedInKey(String) - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmComplexTypeView
The method sets the given EDM complex type as referenced in an Entity as a key property
setResultsView(Object) - Method in class org.apache.olingo.odata2.jpa.processor.api.access.JPAMethodContext.JPAMethodContextBuilder
 
setResultsView(Object) - Method in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContext.JPQLContextBuilder
The abstract method is implemented by specific JPQL context builder.
setType(JPQLContextType) - Method in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContext
sets the JPQL context type into the context
setValue(String) - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAAttributeMapType.JPAAttribute
Sets the value of the value property.
setValue(String) - Method in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPARelationshipMapType.JPARelationship
Sets the value of the value property.
setVirtualAccess(boolean) - Method in interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmMapping
 
SPACE - Static variable in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.DELIMITER
 
statement - Variable in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement
 

T

throwException(MessageReference, Throwable) - Static method in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPAModelException
The method creates an exception object of type ODataJPAModelException with localized error texts.
throwException(MessageReference, Throwable) - Static method in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPARuntimeException
The method creates an exception object of type ODataJPARuntimeException with localized error texts.
TIMESTAMP - Static variable in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.KEYWORD
 
toString() - Method in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement
The method provides a String representation of JPQLStatement.
type - Variable in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContext
The type of JPQL context.
TYPE_NOT_SUPPORTED - Static variable in exception org.apache.olingo.odata2.jpa.processor.api.exception.ODataJPAModelException
 

U

updateEntity(PutMergePatchUriInfo, InputStream, String, boolean, String) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPADefaultProcessor
 
updateEntityLink(PutMergePatchUriInfo, InputStream, String, String) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPADefaultProcessor
 
updateEntitySimpleProperty(PutMergePatchUriInfo, InputStream, String, String) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPADefaultProcessor
 
updateEntitySimplePropertyValue(PutMergePatchUriInfo, InputStream, String, String) - Method in class org.apache.olingo.odata2.jpa.processor.api.ODataJPADefaultProcessor
 

V

value - Variable in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPAAttributeMapType.JPAAttribute
 
value - Variable in class org.apache.olingo.odata2.jpa.processor.api.model.mapping.JPARelationshipMapType.JPARelationship
 
valueOf(String) - Static method in enum org.apache.olingo.odata2.jpa.processor.api.access.JPAJoinClause.JOIN
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContextType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmReferentialConstraintRoleView.RoleType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.olingo.odata2.jpa.processor.api.access.JPAJoinClause.JOIN
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContextType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmReferentialConstraintRoleView.RoleType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WHERE - Static variable in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLStatement.KEYWORD
 
withPaging - Variable in class org.apache.olingo.odata2.jpa.processor.api.jpql.JPQLContext.JPQLContextBuilder
 
A B C D E F G H I J K L M N O P R S T U V W 
All Classes All Packages