 6 | : "" Since: JPA 1.0 boolean orphanRemoval (Optional) Whether to apply the remove operation to entities that have been removed from the relationship and to cascade the remove operation to those entities. (Optional) Whether to apply the remove operation to entities that have been removed from the relationship |
 6 | . Default value: true Since: JPA 1.0 boolean orphanRemoval (Optional) Whether to apply the remove operation to entities that have been removed from the relationship and to cascade the remove operation to those entities. (Optional) Whether to apply the remove operation to entities that have been removed from |
 5 | . Parameters: fetchGroupName - Returns: the FetchPlan Since: JDO 2.0 FetchPlan clearGroups() Remove all active groups leaving no active fetch group. Remove all active groups leaving no active fetch ... FetchPlan removeGroup(String fetchGroupName) Remove the fetch group from the set active fetch |
 5 | ) Remove the data for entities of the specified class (and its subclasses) from the cache. Remove the data ... class Since: JPA 2.0 void evict(Class cls, Object primaryKey) Remove the data for the given entity from the cache. Remove the data for the given entity from the cache. Parameters: cls - entity class |
 5 | . The value cascade=ALL is equivalent to cascade={PERSIST, MERGE, REMOVE, REFRESH, DETACH}. Since: JPA 1.0 ... Since: JPA 1.0 CascadeType REMOVE Cascade remove operation Cascade remove operation Since: JPA 1.0 |
 5 | added grouping expressions are simply removed. Parameters: grouping - list of zero or more grouping ... are simply removed. Parameters: grouping - zero or more grouping expressions Returns: the modified ... , any previously added restrictions are simply removed. Parameters: restrictions - zero or |
 4 | (all complex sub-elements and wiring removed here) via:
project = request.createProject(null ... context Entity Manager calls a @Remove method on the EJB (but not if one simply relies ... when a transaction is active
*/
@Remove
public void remove() {
//@PreDestroy |
 4 | Annotation Element javax.persistence.OneToMany boolean orphanRemoval (Optional) Whether to apply the remove operation to entities that have been removed from the relationship and to cascade the remove operation to those entities. Default value: false Since: JPA 2.0 |
 4 | Annotation Element javax.persistence.OneToOne boolean orphanRemoval (Optional) Whether to apply the remove operation to entities that have been removed from the relationship and to cascade the remove operation to those entities. Default value: false Since: JPA 2.0 |
 4 | Method javax.jdo.PersistenceManagerFactory void removeFetchGroups( FetchGroup... groups ) Remove ... FetchGroups are removed. Parameter FetchGroups that do not match any existing FetchGroup are ignored. Removed FetchGroups become unscoped. Match is based on identical class and equal name. The methods |