Uses of Class
org.eclipse.persistence.queries.DataReadQuery
-
-
Uses of DataReadQuery in org.eclipse.persistence.internal.databaseaccess
Methods in org.eclipse.persistence.internal.databaseaccess that return DataReadQuery Modifier and Type Method Description protected DataReadQueryDatabasePlatform. getTableExistsQuery(TableDefinition table)INTERNAL: Returns query to check whether given table exists. -
Uses of DataReadQuery in org.eclipse.persistence.internal.descriptors
Fields in org.eclipse.persistence.internal.descriptors declared as DataReadQuery Modifier and Type Field Description protected DataReadQueryCascadeLockingPolicy. m_unmappedFieldsQuery -
Uses of DataReadQuery in org.eclipse.persistence.internal.queries
Methods in org.eclipse.persistence.internal.queries with parameters of type DataReadQuery Modifier and Type Method Description booleanContainerPolicy. addAll(List elements, Object container, AbstractSession session, List<AbstractRecord> rows, DataReadQuery query, CacheKey parentCacheKey, boolean isTargetProtected)INTERNAL: This is used for ordered List containers to add all of the elements to the collection in the order of the index field in the row.booleanOrderedListContainerPolicy. addAll(List elements, Object container, AbstractSession session, List<AbstractRecord> dbRows, DataReadQuery query, CacheKey parentCacheKey, boolean isTargetProtected)INTERNAL: Add a list of elements to container.booleanContainerPolicy. addInto(Object element, Object container, AbstractSession session, AbstractRecord row, DataReadQuery query, CacheKey parentCacheKey, boolean isTargetProtected)INTERNAL: This is used for adding to a direct map or direct collection from the database.booleanMappedKeyMapContainerPolicy. addInto(Object element, Object container, AbstractSession session, AbstractRecord row, DataReadQuery query, CacheKey parentCacheKey, boolean isTargetProtected)INTERNAL: This is used for ordered List containers to add all of the elements to the collection in the order of the index field in the row. -
Uses of DataReadQuery in org.eclipse.persistence.platform.database
Methods in org.eclipse.persistence.platform.database that return DataReadQuery Modifier and Type Method Description protected DataReadQueryMySQLPlatform. getTableExistsQuery(TableDefinition table)INTERNAL: Returns query to check whether given table exists.protected DataReadQueryOraclePlatform. getTableExistsQuery(TableDefinition table)INTERNAL: Returns query to check whether given table exists. -
Uses of DataReadQuery in org.eclipse.persistence.queries
Subclasses of DataReadQuery in org.eclipse.persistence.queries Modifier and Type Class Description classDirectReadQueryPurpose: Concrete class to perform a direct read.classValueReadQueryPurpose: Concrete class to perform a read of a single data value.
-