Uses of Class
org.eclipse.persistence.mappings.OneToOneMapping.ShallowMode
-
Packages that use OneToOneMapping.ShallowMode Package Description org.eclipse.persistence.mappings -
-
Uses of OneToOneMapping.ShallowMode in org.eclipse.persistence.mappings
Methods in org.eclipse.persistence.mappings that return OneToOneMapping.ShallowMode Modifier and Type Method Description static OneToOneMapping.ShallowModeOneToOneMapping.ShallowMode. valueOf(String name)Returns 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.ShallowMode Modifier and Type Method Description 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.
-