Uses of Enum
org.eclipse.persistence.mappings.OneToOneMapping.ShallowMode
Packages that use OneToOneMapping.ShallowMode
-
Uses of OneToOneMapping.ShallowMode in org.eclipse.persistence.mappings
Methods in org.eclipse.persistence.mappings that return OneToOneMapping.ShallowModeModifier and TypeMethodDescriptionstatic OneToOneMapping.ShallowModeReturns the enum constant of this type with the specified name.static OneToOneMapping.ShallowMode[]OneToOneMapping.ShallowMode.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 OneToOneMapping.ShallowModeModifier and TypeMethodDescriptionprotected 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.