|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CascadeType | |
---|---|
org.apache.openejb.jee.jpa | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
Uses of CascadeType in org.apache.openejb.jee.jpa |
---|
Fields in org.apache.openejb.jee.jpa declared as CascadeType | |
---|---|
protected CascadeType |
ManyToOne.cascade
|
protected CascadeType |
ManyToMany.cascade
|
protected CascadeType |
OneToMany.cascade
|
protected CascadeType |
OneToOne.cascade
|
Methods in org.apache.openejb.jee.jpa that return CascadeType | |
---|---|
CascadeType |
ObjectFactory.createCascadeType()
Create an instance of CascadeType |
CascadeType |
RelationField.getCascade()
|
CascadeType |
ManyToOne.getCascade()
Gets the value of the cascade property. |
CascadeType |
ManyToMany.getCascade()
Gets the value of the cascade property. |
CascadeType |
OneToMany.getCascade()
Gets the value of the cascade property. |
CascadeType |
OneToOne.getCascade()
Gets the value of the cascade property. |
Methods in org.apache.openejb.jee.jpa with parameters of type CascadeType | |
---|---|
void |
RelationField.setCascade(CascadeType value)
|
void |
ManyToOne.setCascade(CascadeType value)
Sets the value of the cascade property. |
void |
ManyToMany.setCascade(CascadeType value)
Sets the value of the cascade property. |
void |
OneToMany.setCascade(CascadeType value)
Sets the value of the cascade property. |
void |
OneToOne.setCascade(CascadeType value)
Sets the value of the cascade property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |