public class BeanCascadeInfo extends Object
This is set to associated Beans, Table joins and List.
| Constructor and Description |
|---|
BeanCascadeInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDelete()
Return true if delete should cascade.
|
boolean |
isSave()
Return true if save should cascade.
|
boolean |
isValidate()
Return true if validate should be cascaded.
|
void |
setAttribute(String attr)
Set the raw deployment attribute.
|
void |
setDelete(boolean isDelete)
Set to true if delete should cascade.
|
void |
setSave(boolean isUpdate)
Set to true if save should cascade.
|
void |
setTypes(javax.persistence.CascadeType[] types) |
void |
setValidate(boolean isValidate)
Set validate to cascade or not.
|
public void setAttribute(String attr)
public void setTypes(javax.persistence.CascadeType[] types)
public boolean isDelete()
public void setDelete(boolean isDelete)
public boolean isSave()
public void setSave(boolean isUpdate)
public boolean isValidate()
public void setValidate(boolean isValidate)
Copyright © 2014. All Rights Reserved.