| Package | Description |
|---|---|
| org.apache.openejb.jee.jpa |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
| Modifier and Type | Field and Description |
|---|---|
protected CascadeType |
ManyToOne.cascade |
protected CascadeType |
ManyToMany.cascade |
protected CascadeType |
OneToOne.cascade |
protected CascadeType |
OneToMany.cascade |
| Modifier and Type | Method and Description |
|---|---|
CascadeType |
ObjectFactory.createCascadeType()
Create an instance of
CascadeType |
CascadeType |
ManyToOne.getCascade()
Gets the value of the cascade property.
|
CascadeType |
ManyToMany.getCascade()
Gets the value of the cascade property.
|
CascadeType |
OneToOne.getCascade()
Gets the value of the cascade property.
|
CascadeType |
RelationField.getCascade() |
CascadeType |
OneToMany.getCascade()
Gets the value of the cascade property.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
OneToOne.setCascade(CascadeType value)
Sets the value of the cascade property.
|
void |
RelationField.setCascade(CascadeType value) |
void |
OneToMany.setCascade(CascadeType value)
Sets the value of the cascade property.
|
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.