Package org.eclipse.persistence.queries


package org.eclipse.persistence.queries
  • Class
    Description
    Purpose: An AttributeGroup represents a set of mappings and nested AttributeGroups for relationship mappings for an entity type.
    BatchFetchPolicy defines batch reading configuration.
    Call defines the interface used primarily by EclipseLink queries and query mechanisms to perform the necessary actions (read, insert, update, delete) on the data store.
    Purpose: Concrete class to represent the ColumnResult structure as defined by the EJB 3.0 Persistence specification.
    Purpose: Used to return multiple sets of information from a query.
    Purpose: An item specifying a class constructor method to be used in a ReportQuery's returned results.
    Purpose: Concrete class to represent the ConstructorResult structure as defined by the JPA 2.1 Persistence specification.
    Purpose: Abstract class for CursoredStream and ScrolableCursor
    Purpose: Stream class which is used to deal with large collections returned from TOPLink queries more efficiently.
    Purpose: Used to support cursored streams in a read query.
    Purpose: Abstract class for all Cursor-related policy objects
    Purpose: Abstract class for all database query objects.
    Used for parameter retreival in JPQL
    Purpose: Concrete class used for executing non selecting SQL strings.
    Purpose: Concrete class to perform read using raw SQL.
    Purpose: Query used to delete a collection of objects.
    Purpose: Used for deleting objects.
    Purpose: Concrete class to perform a direct read.
    Purpose: This should only be used by the descriptor, this should not be executed directly.
    Purpose: Concrete class to represent the EntityResult structure as defined by the EJB 3.0 Persistence specification.
    A FetchGroup is a performance enhancement that allows a group of attributes of an object to be loaded on demand, which means that the data for an attribute might not loaded from the underlying data source until an explicit access call for the attribute first occurs.
    Purpose: The fetch group tracker interface provides a set of APIs which the domain object must implement, in order to take advantage of the EclipseLink fetch group performance enhancement feature.
    Purpose: Concrete class to represent the FieldResult structure as defined by the EJB 3.0 Persistence specification.
    Purpose: Provide a means of controlling the behavior of in-memory and conforming queries that access un-instantiated indirection objects in processing the query against cached objects.
    Purpose: Used for inserting new objects into the database.
    This interface defines the entry point for implementing a JPQL query parsing system in EclipseLink.
    Purpose: Used as an abstraction of a database invocation.
    Purpose: Used to load specified relationship attributes and nested relationship attributes.
    Purpose: Allows a class to be a QueryRedirector without implementing QueryRedirector.
    PUBLIC: Query used to perform a bulk delete using the expression framework.
    Purpose: Abstract class for all modify queries.
    Purpose: Abstract class for all read queries that build objects and potentially manipulate the TopLink cache.
    Purpose: Abstract class for all object modify queries.
    Purpose: Abstract class for all read queries using objects.
    Purpose: This policy defines the configuration options for a Query By Example query.
    Purpose: Query redirection allows for a named or parameterized query (or finder) to dynamically determine how the query is to be executed based on the arguments.
    Purpose: The purpose of this class is to provide the query redirector with some helper methods for general EclipseLink operations (such as checking a query against the cache) which may not occur because the query is being redirected.
    PUBLIC: A QueryResultsCache policy dictates how a query's results will be cached.
    Purpose: Concrete class for all read queries involving a collection of objects.
    Specifies the direction in which the hierarchy is traversed in a hierarchical query.
    Purpose: Concrete class for all read queries involving a single object.
    Purpose: Abstract class for all read queries.
    Purpose: Query for information about a set of objects instead of the objects themselves.
    Purpose: A single row (type) result for a ReportQuery
    Entry class for implementing Map interface.
    Purpose: Concrete class to perform read using raw SQL and the SQLResultSetMapping.
     
    PUBLIC: ScrollableCursorPolicy allows for additional options to be specified for ReadAllQuery or DataReadQuery.
    Purpose: Used as an abstraction of an SQL call.
    Purpose: An abstract superclass that represents the commonalities between the main result types of the SQLResultSetMapping
    Purpose: Concrete class to represent the SQLResultSetMapping structure as defined by the EJB 3.0 Persistence specification.
    Purpose: Used to define a platform independent function call.
    Purpose: Used to define a platform independent procedure call.
    PUBLIC: A Query Class used to perform a bulk update using TopLink's expression framework.
    Purpose: Used for updating existing objects into the database.
    Purpose: Concrete class to perform a read of a single data value.
    Purpose: Used for inserting or updating objects WriteObjectQuery determines whether to perform a insert or an update on the database.