Uses of Class
org.eclipse.persistence.internal.core.sessions.CoreAbstractRecord
-
-
Uses of CoreAbstractRecord in org.eclipse.persistence.core.descriptors
Classes in org.eclipse.persistence.core.descriptors with type parameters of type CoreAbstractRecord Modifier and Type Class Description classCoreInheritancePolicy<ABSTRACT_RECORD extends CoreAbstractRecord,ABSTRACT_SESSION extends CoreAbstractSession,DESCRIPTOR extends CoreDescriptor,FIELD extends CoreField>INTERNAL A abstraction of inheritance policy capturing behavior common to all persistence types. -
Uses of CoreAbstractRecord in org.eclipse.persistence.eis
Subclasses of CoreAbstractRecord in org.eclipse.persistence.eis Modifier and Type Class Description classEISDOMRecordAnEISDOMRecordis a wrapper for a DOM tree.classEISMappedRecordAnEISMappedRecordacts as aRecordwrapper. -
Uses of CoreAbstractRecord in org.eclipse.persistence.internal.core.descriptors
Classes in org.eclipse.persistence.internal.core.descriptors with type parameters of type CoreAbstractRecord Modifier and Type Class Description classCoreObjectBuilder<ABSTRACT_RECORD extends CoreAbstractRecord,ABSTRACT_SESSION extends CoreAbstractSession,FIELD extends CoreField,MAPPING extends CoreMapping> -
Uses of CoreAbstractRecord in org.eclipse.persistence.internal.oxm
Classes in org.eclipse.persistence.internal.oxm with type parameters of type CoreAbstractRecord Modifier and Type Interface Description interfaceObjectBuilder<ABSTRACT_RECORD extends CoreAbstractRecord,ABSTRACT_SESSION extends CoreAbstractSession,DESCRIPTOR extends CoreDescriptor,MARSHALLER extends Marshaller>Subclasses of CoreAbstractRecord in org.eclipse.persistence.internal.oxm Modifier and Type Class Description classXMLBinaryAttachmentHandlerINTERNAL:classXMLInlineBinaryHandlerMethods in org.eclipse.persistence.internal.oxm that return CoreAbstractRecord Modifier and Type Method Description CoreAbstractRecordXPathObjectBuilder. createRecord(CoreAbstractSession session)Create a new row/record for the object builder.CoreAbstractRecordXPathObjectBuilder. createRecordFromXMLContext(XMLContext context) -
Uses of CoreAbstractRecord in org.eclipse.persistence.internal.oxm.record
Subclasses of CoreAbstractRecord in org.eclipse.persistence.internal.oxm.record Modifier and Type Class Description classAbstractMarshalRecordImpl<ABSTRACT_SESSION extends CoreAbstractSession,FIELD extends CoreField,MARSHALLER extends Marshaller,NAMESPACE_RESOLVER extends NamespaceResolver>classBinaryDataUnmarshalRecordclassUnmappedContentHandlerWrapperINTERNAL: This class delegates all events corresponding to the UnmappedContentHandler.classUnmarshalRecordImpl<TRANSFORMATION_RECORD extends TransformationRecord>Purpose:Provide an implementation of ContentHandler that is used by TopLink OXM to build mapped Java Objects from SAX events.classXMLTransformationRecord -
Uses of CoreAbstractRecord in org.eclipse.persistence.internal.sessions
Subclasses of CoreAbstractRecord in org.eclipse.persistence.internal.sessions Modifier and Type Class Description classAbstractRecordPurpose: Define the abstract definition of a record for internal use.classArrayRecordPERF: Optimized record implementation using arrays instead of Vector.classEmptyRecordPurpose: Define a singleton empty record to avoid record creation when not required.classResultSetRecordPERF: Record used by ObjectLevelReadQuery ResultSet optimization.classSimpleResultSetRecordPERF: Record used by ObjectLevelReadQuery ResultSet optimization. -
Uses of CoreAbstractRecord in org.eclipse.persistence.oxm.record
Subclasses of CoreAbstractRecord in org.eclipse.persistence.oxm.record Modifier and Type Class Description classContentHandlerRecordUse this type of MarshalRecord when the marshal target is a ContentHandler.classDOMRecordPUBLIC: Provides a Record/Map API on an XML DOM element.classFormattedOutputStreamRecordUse this type of MarshalRecord when the marshal target is an OutputStream and the XML should be formatted with carriage returns and indenting.classFormattedWriterRecordUse this type of MarshalRecord when the marshal target is a Writer and the XML should be formatted with carriage returns and indenting.classJsonBuilderRecordclassJSONFormattedWriterRecordUse this type of MarshalRecord when the marshal target is a Writer and the JSON should be formatted with carriage returns and indenting.classJsonGeneratorRecordclassJsonRecord<T extends JsonRecord.Level>classJSONWriterRecordUse this type of MarshalRecord when the marshal target is a Writer and the JSON should not be formatted with carriage returns or indenting.classMarshalRecord<MARSHALLER extends Marshaller>A MarshalRecord encapsulates the marshal target.classNodeRecordUse this type of MarshalRecord when the marshal target is a Node.classOutputStreamRecordUse this type of MarshalRecord when the marshal target is an OutputStream and the XML should not be formatted with carriage returns or indenting.classUnmarshalRecordclassValidatingMarshalRecordclassWriterRecordUse this type of MarshalRecord when the marshal target is a Writer and the XML should not be formatted with carriage returns or indenting.classXMLEventWriterRecordclassXMLRecordPUBLIC: Provides a Record/Map API on an XML DOM element.classXMLRootRecordRecord for handling simple root elements that have a single text child node, and are being unmarshalled to a primitive wrapper object.classXMLStreamWriterRecordUse this type of MarshalRecord when the marshal target is an XMLStreamWriter -
Uses of CoreAbstractRecord in org.eclipse.persistence.sessions
Subclasses of CoreAbstractRecord in org.eclipse.persistence.sessions Modifier and Type Class Description classDatabaseRecordPurpose: Define a representation of a database row as field=>value pairs.
-