Internal Website Search

1-10 of 200 resultsRefresh

ManyToMany.cascade

="Enum in javax.persistence">CascadeType[] cascade (Optional) The operations that must be cascaded to the target of the association. When the target collection is a java.util.Map, the cascade element applies

OneToMany.cascade

="Enum in javax.persistence">CascadeType[] cascade (Optional) The operations that must be cascaded to the target of the association. Defaults to no operations being cascaded. When the target collection is a java.util.Map

ManyToOne.cascade

="Enum in javax.persistence">CascadeType[] cascade (Optional) The operations that must be cascaded to the target of the association. By default no operations are cascaded. Default value

OneToOne.cascade

in javax.persistence">CascadeType[] cascade (Optional) The operations that must be cascaded to the target of the association. By default no operations are cascaded. Default value

Storing JPA Entity Objects

a result of a cascade operation. Explicit Persistcascading persist. Cascading ... that persist operations should be cascaded

Detached Entity Objects

object. Cascading Detach Marking a reference field with cascaded automatically to entity objects that are referenced by that field (multiple ... (cascade">cascade=

Entity Management Settings

;cascade-persist always="auto" on-persist="false" on-commit="true" /> <dirty-tracking arrays ... embeddable class). The <cascade-persist> element <cascade-persist always="auto" on-persist="false" on-commit="true" /> The

Retrieving JPA Entity Objects

of additional entity objects. By default, a retrieval operation is automatically cascaded ... this automatic cascaded retrieval by using a lazy fetch type: cascaded through the field. Explicitly specifying

Deleting JPA Entity Objects

as a result of a cascade operation. Explicit Remove ... transaction. Cascading Remove Marking a reference field with cascaded automatically to entity objects that are referenced by that field (multiple entity

ForeignKeyAction.CASCADE

Enum Constant javax.jdo.annotations.ForeignKeyActionCASCADE