Uses of Class
org.eclipse.persistence.sessions.DatabaseRecord
Packages that use DatabaseRecord
Package
Description
-
Uses of DatabaseRecord in org.eclipse.persistence.internal.eis.cobol
Subclasses of DatabaseRecord in org.eclipse.persistence.internal.eis.cobolModifier and TypeClassDescriptionclassPurpose: This class extends database row to allow forCobolRedefinedFieldValueuse as a value and for on-demand value extraction. -
Uses of DatabaseRecord in org.eclipse.persistence.internal.helper
Methods in org.eclipse.persistence.internal.helper with parameters of type DatabaseRecordModifier and TypeMethodDescriptionvoidComplexDatabaseType.buildOutputRow(PLSQLargument outArg, AbstractRecord outputRow, DatabaseRecord newOutputRow, List<DatabaseField> outputRowFields, List outputRowValues) voidDatabaseType.buildOutputRow(PLSQLargument outArg, AbstractRecord outputRow, DatabaseRecord newOutputRow, List<DatabaseField> outputRowFields, List outputRowValues) voidDatabaseType.DatabaseTypeHelper.buildOutputRow(PLSQLargument outArg, AbstractRecord outputRow, DatabaseRecord newOutputRow, List<DatabaseField> outputRowFields, List outputRowValues) -
Uses of DatabaseRecord in org.eclipse.persistence.internal.sessions
Subclasses of DatabaseRecord in org.eclipse.persistence.internal.sessionsModifier and TypeClassDescriptionclassPERF: Optimized record implementation using arrays instead of Vector.classPurpose: Define a singleton empty record to avoid record creation when not required.classPERF: Record used by ObjectLevelReadQuery ResultSet optimization.classPERF: Record used by ObjectLevelReadQuery ResultSet optimization.Fields in org.eclipse.persistence.internal.sessions declared as DatabaseRecordModifier and TypeFieldDescriptionstatic final DatabaseRecordEmptyRecord.emptyRecordPERF: Store a singleton empty record to avoid creation when not required.Methods in org.eclipse.persistence.internal.sessions that return DatabaseRecordModifier and TypeMethodDescriptionEmptyRecord.clone()Need to return a real record.static DatabaseRecordEmptyRecord.getEmptyRecord()Return the singleton empty record. -
Uses of DatabaseRecord in org.eclipse.persistence.platform.database.jdbc
Methods in org.eclipse.persistence.platform.database.jdbc with parameters of type DatabaseRecordModifier and TypeMethodDescriptionvoidJDBCTypes.buildOutputRow(PLSQLargument outArg, AbstractRecord outputRow, DatabaseRecord newOutputRow, List<DatabaseField> outputRowFields, List outputRowValues) -
Uses of DatabaseRecord in org.eclipse.persistence.platform.database.oracle.plsql
Methods in org.eclipse.persistence.platform.database.oracle.plsql with parameters of type DatabaseRecordModifier and TypeMethodDescriptionvoidOraclePLSQLTypes.buildOutputRow(PLSQLargument outArg, AbstractRecord outputRow, DatabaseRecord newOutputRow, List<DatabaseField> outputRowFields, List outputRowValues) INTERNAL: Build the query output row from the call output row.voidPLSQLrecord.buildOutputRow(PLSQLargument outArg, AbstractRecord outputRow, DatabaseRecord newOutputRow, List<DatabaseField> outputRowFields, List outputRowValues) -
Uses of DatabaseRecord in org.eclipse.persistence.queries
Methods in org.eclipse.persistence.queries with parameters of type DatabaseRecordModifier and TypeMethodDescriptionColumnResult.getValueFromRecord(DatabaseRecord record, ResultSetMappingQuery query) INTERNAL: This method is a convenience method for extracting values from ResultsConstructorResult.getValueFromRecord(DatabaseRecord record, ResultSetMappingQuery query) INTERNAL: This method is a convenience method for extracting values from results/EntityResult.getValueFromRecord(DatabaseRecord record, ResultSetMappingQuery query) INTERNAL: This method is a convenience method for extracting values from ResultsFieldResult.getValueFromRecord(DatabaseRecord record) INTERNAL: This method is a convenience method for extracting values from Resultsabstract ObjectSQLResult.getValueFromRecord(DatabaseRecord record, ResultSetMappingQuery query) INTERNAL: This method is a convenience method for extracting values from ResultsvoidEntityResult.getValueFromRecordForMapping(DatabaseRecord entityRecord, DatabaseMapping mapping, FieldResult fieldResult, DatabaseRecord databaseRecord) INTERNAL: This method is for processing all FieldResults for a mapping.protected voidConstructorResult.initialize(DatabaseRecord record, ResultSetMappingQuery query) INTERNAL: