Uses of Class
org.eclipse.persistence.mappings.DatabaseMapping.WriteType
-
-
Uses of DatabaseMapping.WriteType in org.eclipse.persistence.eis.mappings
Methods in org.eclipse.persistence.eis.mappings with parameters of type DatabaseMapping.WriteType Modifier and Type Method Description protected AbstractRecordEISCompositeCollectionMapping. buildCompositeRow(Object attributeValue, AbstractSession session, AbstractRecord parentRow, DatabaseMapping.WriteType writeType)protected ObjectEISCompositeObjectMapping. buildCompositeRow(Object attributeValue, AbstractSession session, AbstractRecord record, DatabaseMapping.WriteType writeType)voidEISCompositeObjectMapping. writeFromObjectIntoRow(Object object, AbstractRecord record, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Build the value for the database field and put it in the specified database row.voidEISDirectMapping. writeFromObjectIntoRow(Object object, AbstractRecord row, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: We override this method in order to set the session on the record if the data format is XML.voidEISOneToManyMapping. writeFromObjectIntoRow(Object object, AbstractRecord row, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Get the appropriate attribute value from the object and put it in the appropriate field of the database row.voidEISOneToOneMapping. writeFromObjectIntoRow(Object object, AbstractRecord Record, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Get a value from the object and set that in the respective field of the row.voidEISOneToManyMapping. writeFromObjectIntoRowWithChangeRecord(ChangeRecord changeRecord, AbstractRecord row, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Get the appropriate attribute value from the object and put it in the appropriate field of the database row. -
Uses of DatabaseMapping.WriteType in org.eclipse.persistence.internal.descriptors
Methods in org.eclipse.persistence.internal.descriptors with parameters of type DatabaseMapping.WriteType Modifier and Type Method Description AbstractRecordObjectBuilder. buildRow(Object object, AbstractSession session, DatabaseMapping.WriteType writeType)Build the row representation of an object.AbstractRecordObjectBuilder. buildRow(AbstractRecord databaseRow, Object object, AbstractSession session, DatabaseMapping.WriteType writeType)Build the row representation of an object.AbstractRecordObjectBuilder. buildRowWithChangeSet(AbstractRecord databaseRow, ObjectChangeSet objectChangeSet, AbstractSession session, DatabaseMapping.WriteType writeType)Build the row representation of an object. -
Uses of DatabaseMapping.WriteType in org.eclipse.persistence.internal.oxm
Methods in org.eclipse.persistence.internal.oxm with parameters of type DatabaseMapping.WriteType Modifier and Type Method Description AbstractRecordTreeObjectBuilder. buildRow(AbstractRecord record, Object object, AbstractSession session, DatabaseMapping.WriteType writeType) -
Uses of DatabaseMapping.WriteType in org.eclipse.persistence.mappings
Methods in org.eclipse.persistence.mappings that return DatabaseMapping.WriteType Modifier and Type Method Description static DatabaseMapping.WriteTypeDatabaseMapping.WriteType. valueOf(String name)Returns the enum constant of this type with the specified name.static DatabaseMapping.WriteType[]DatabaseMapping.WriteType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.persistence.mappings with parameters of type DatabaseMapping.WriteType Modifier and Type Method Description protected booleanOneToOneMapping. shouldWriteField(DatabaseField field, DatabaseMapping.WriteType writeType)INTERNAL: By default returns true.voidAggregateObjectMapping. writeFromObjectIntoRow(Object object, AbstractRecord databaseRow, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Get the attribute value from the object and add the appropriate values to the specified database row.voidDatabaseMapping. writeFromObjectIntoRow(Object object, AbstractRecord row, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: A subclass should implement this method if it wants different behavior.voidMultitenantPrimaryKeyMapping. writeFromObjectIntoRow(Object object, AbstractRecord row, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Get a value from the object and set that in the respective field of the row.voidOneToOneMapping. writeFromObjectIntoRow(Object object, AbstractRecord databaseRow, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Get a value from the object and set that in the respective field of the row.voidVariableOneToOneMapping. writeFromObjectIntoRow(Object object, AbstractRecord record, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Get a value from the object and set that in the respective field of the row.protected voidOneToOneMapping. writeFromObjectIntoRowInternal(Object object, AbstractRecord databaseRow, AbstractSession session, OneToOneMapping.ShallowMode mode, DatabaseMapping.WriteType writeType)INTERNAL: Get a value from the object and set that in the respective field of the row.voidAggregateObjectMapping. writeFromObjectIntoRowWithChangeRecord(ChangeRecord changeRecord, AbstractRecord databaseRow, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Get the attribute value from the object and add the appropriate values to the specified database row.voidDatabaseMapping. writeFromObjectIntoRowWithChangeRecord(ChangeRecord changeRecord, AbstractRecord row, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: A subclass should implement this method if it wants different behavior.voidOneToOneMapping. writeFromObjectIntoRowWithChangeRecord(ChangeRecord changeRecord, AbstractRecord databaseRow, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Get a value from the object and set that in the respective field of the row.voidVariableOneToOneMapping. writeFromObjectIntoRowWithChangeRecord(ChangeRecord changeRecord, AbstractRecord record, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Get a value from the object and set that in the respective field of the row.protected voidAggregateObjectMapping. writeToRowFromAggregate(AbstractRecord record, Object object, Object attributeValue, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Write the aggregate values into the parent row.protected voidAggregateObjectMapping. writeToRowFromAggregateWithChangeRecord(AbstractRecord record, ChangeRecord changeRecord, ObjectChangeSet objectChangeSet, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Build and return a database row built with the values from the specified attribute value. -
Uses of DatabaseMapping.WriteType in org.eclipse.persistence.mappings.foundation
Methods in org.eclipse.persistence.mappings.foundation with parameters of type DatabaseMapping.WriteType Modifier and Type Method Description protected abstract AbstractRecordAbstractCompositeCollectionMapping. buildCompositeRow(Object attributeValue, AbstractSession session, AbstractRecord record, DatabaseMapping.WriteType writeType)protected abstract ObjectAbstractCompositeObjectMapping. buildCompositeRow(Object attributeValue, AbstractSession session, AbstractRecord record, DatabaseMapping.WriteType writeType)voidAbstractCompositeCollectionMapping. writeFromObjectIntoRow(Object object, AbstractRecord row, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Get the attribute value from the object and add the appropriate values to the specified database row.voidAbstractCompositeDirectCollectionMapping. writeFromObjectIntoRow(Object object, AbstractRecord row, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Get the attribute value from the object and store it in the appropriate field of the row.voidAbstractCompositeObjectMapping. writeFromObjectIntoRow(Object object, AbstractRecord record, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Build the value for the database field and put it in the specified database row.voidAbstractDirectMapping. writeFromObjectIntoRow(Object object, AbstractRecord row, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Get a value from the object and set that in the respective field of the row.voidAbstractTransformationMapping. writeFromObjectIntoRow(Object object, AbstractRecord row, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Get a value from the object and set that in the respective field of the row.voidAbstractCompositeCollectionMapping. writeFromObjectIntoRowWithChangeRecord(ChangeRecord changeRecord, AbstractRecord row, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Get the attribute value from the object and add the appropriate values to the specified database row.voidAbstractCompositeDirectCollectionMapping. writeFromObjectIntoRowWithChangeRecord(ChangeRecord changeRecord, AbstractRecord row, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Get the appropriate attribute value from the object and put it in the appropriate field of the database row.voidAbstractCompositeObjectMapping. writeFromObjectIntoRowWithChangeRecord(ChangeRecord changeRecord, AbstractRecord row, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Get the attribute value from the object and add the appropriate values to the specified database row.voidAbstractDirectMapping. writeFromObjectIntoRowWithChangeRecord(ChangeRecord changeRecord, AbstractRecord row, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Get a value from the object and set that in the respective field of the row.voidAbstractTransformationMapping. writeFromObjectIntoRowWithChangeRecord(ChangeRecord changeRecord, AbstractRecord row, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Get a value from the object and set that in the respective field of the row. -
Uses of DatabaseMapping.WriteType in org.eclipse.persistence.mappings.structures
Methods in org.eclipse.persistence.mappings.structures with parameters of type DatabaseMapping.WriteType Modifier and Type Method Description protected AbstractRecordObjectArrayMapping. buildCompositeRow(Object attributeValue, AbstractSession session, AbstractRecord parentRow, DatabaseMapping.WriteType writeType)protected ObjectStructureMapping. buildCompositeRow(Object attributeValue, AbstractSession session, AbstractRecord Record, DatabaseMapping.WriteType writeType)voidNestedTableMapping. writeFromObjectIntoRow(Object object, AbstractRecord record, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Get a value from the object and set that in the respective field of the row.voidReferenceMapping. writeFromObjectIntoRow(Object object, AbstractRecord record, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Get a value from the object and set that in the respective field of the row.voidNestedTableMapping. writeFromObjectIntoRowWithChangeRecord(ChangeRecord changeRecord, AbstractRecord record, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Get a value from the object and set that in the respective field of the row.voidReferenceMapping. writeFromObjectIntoRowWithChangeRecord(ChangeRecord changeRecord, AbstractRecord record, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Get a value from the object and set that in the respective field of the row. -
Uses of DatabaseMapping.WriteType in org.eclipse.persistence.oxm.mappings
Methods in org.eclipse.persistence.oxm.mappings with parameters of type DatabaseMapping.WriteType Modifier and Type Method Description protected AbstractRecordXMLCompositeCollectionMapping. buildCompositeRow(Object attributeValue, AbstractSession session, AbstractRecord parentRow, DatabaseMapping.WriteType writeType)protected ObjectXMLCompositeObjectMapping. buildCompositeRow(Object attributeValue, AbstractSession session, AbstractRecord databaseRow, DatabaseMapping.WriteType writeType)protected AbstractRecordXMLVariableXPathCollectionMapping. buildCompositeRow(XMLField variableField, Object attributeValue, AbstractSession session, AbstractRecord parentRow, DatabaseMapping.WriteType writeType)protected AbstractRecordXMLVariableXPathObjectMapping. buildCompositeRow(XMLField variableField, Object attributeValue, AbstractSession session, AbstractRecord parentRow, DatabaseMapping.WriteType writeType)protected AbstractRecordXMLCompositeCollectionMapping. buildCompositeRowForDescriptor(ClassDescriptor classDesc, Object attributeValue, AbstractSession session, XMLRecord parentRow, DatabaseMapping.WriteType writeType)protected AbstractRecordXMLCompositeObjectMapping. buildCompositeRowForDescriptor(ClassDescriptor classDesc, Object attributeValue, AbstractSession session, XMLRecord parentRow, DatabaseMapping.WriteType writeType)voidXMLAnyAttributeMapping. writeFromObjectIntoRow(Object object, AbstractRecord row, AbstractSession session, DatabaseMapping.WriteType writeType)voidXMLAnyCollectionMapping. writeFromObjectIntoRow(Object object, AbstractRecord row, AbstractSession session, DatabaseMapping.WriteType writeType)voidXMLAnyObjectMapping. writeFromObjectIntoRow(Object object, AbstractRecord row, AbstractSession session, DatabaseMapping.WriteType writeType)voidXMLBinaryDataCollectionMapping. writeFromObjectIntoRow(Object object, AbstractRecord row, AbstractSession session, DatabaseMapping.WriteType writeType)voidXMLBinaryDataMapping. writeFromObjectIntoRow(Object object, AbstractRecord row, AbstractSession session, DatabaseMapping.WriteType writeType)voidXMLChoiceCollectionMapping. writeFromObjectIntoRow(Object object, AbstractRecord row, AbstractSession session, DatabaseMapping.WriteType writeType)voidXMLChoiceObjectMapping. writeFromObjectIntoRow(Object object, AbstractRecord row, AbstractSession session, DatabaseMapping.WriteType writeType)voidXMLCollectionReferenceMapping. writeFromObjectIntoRow(Object object, AbstractRecord row, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Write the attribute value from the object to the row.voidXMLCompositeCollectionMapping. writeFromObjectIntoRow(Object object, AbstractRecord row, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL:voidXMLCompositeDirectCollectionMapping. writeFromObjectIntoRow(Object object, AbstractRecord row, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL:voidXMLCompositeObjectMapping. writeFromObjectIntoRow(Object object, AbstractRecord databaseRow, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL:voidXMLDirectMapping. writeFromObjectIntoRow(Object object, AbstractRecord row, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Get a value from the object and set that in the respective field of the row.voidXMLFragmentCollectionMapping. writeFromObjectIntoRow(Object object, AbstractRecord row, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL:voidXMLFragmentMapping. writeFromObjectIntoRow(Object object, AbstractRecord row, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Get a value from the object and set that in the respective field of the row.voidXMLObjectReferenceMapping. writeFromObjectIntoRow(Object object, AbstractRecord row, AbstractSession session, DatabaseMapping.WriteType writeType)INTERNAL: Write the attribute value from the object to the row.voidXMLVariableXPathCollectionMapping. writeFromObjectIntoRow(Object object, AbstractRecord row, AbstractSession session, DatabaseMapping.WriteType writeType)
-