Package | Description |
---|---|
oracle.toplink.essentials.queryframework |
Modifier and Type | Class and Description |
---|---|
class |
DatabaseQuery
Purpose:
Abstract class for all database query objects.
|
class |
DataModifyQuery
Purpose:
Concrete class used for executing non selecting SQL strings.
|
class |
DataReadQuery
Purpose:
Concrete class to perform read using raw SQL.
|
class |
DeleteAllQuery
Purpose:
Query used to delete a collection of objects
|
class |
DeleteObjectQuery
Purpose: Used for deleting objects.
|
class |
DirectReadQuery
Purpose:
Concrete class to perform a direct read.
|
class |
DoesExistQuery
Purpose:
This should only be used by the descriptor, this should not be executed directly.
|
class |
EJBQLPlaceHolderQuery
Purpose:
A EJB3 placeholder Query object to store EJBQL strings so that processing the string is delayed
until Login
|
class |
InsertObjectQuery
Purpose:
Used for inserting new objects into the database.
|
class |
ModifyAllQuery
PUBLIC:
Query used to perform a bulk delete using TopLink's expression framework.
|
class |
ModifyQuery
Purpose:
Abstract class for all modify queries.
|
class |
ObjectBuildingQuery
Purpose:
Abstract class for all read queries that build objects and potentially manipulate
the TopLink cache.
|
class |
ObjectLevelModifyQuery
Purpose:
Abstract class for all object modify queries.
|
class |
ObjectLevelReadQuery
Purpose:
Abstract class for all read queries using objects.
|
class |
ReadAllQuery
set
|
class |
ReadObjectQuery
Purpose:
Concrete class for all read queries involving a single object.
|
class |
ReadQuery
Purpose:
Abstract class for all read queries.
|
class |
ReportQuery
Purpose: Query for information about a set of objects instead of the objects themselves.
|
class |
ResultSetMappingQuery
Purpose:
Concrete class to perform read using raw SQL and the SQLResultSetMapping.
|
class |
UpdateAllQuery
PUBLIC:
A Query Class used to perform a bulk update using TopLink's expression framework.
|
class |
UpdateObjectQuery
Purpose:
Used for updating existing objects into the database.
|
class |
ValueReadQuery
Purpose:
Concrete class to perform a read of a single data value.
|
class |
WriteObjectQuery
Purpose:
Used for inserting or updating objects
WriteObjectQuery determines whether to perform a insert or an update on the database.
|
Copyright © 2023. All rights reserved.