Package | Description |
---|---|
org.hibernate.jpamodelgen.xml.jaxb |
Modifier and Type | Field and Description |
---|---|
protected CascadeType |
OneToOne.cascade |
protected CascadeType |
OneToMany.cascade |
protected CascadeType |
ManyToOne.cascade |
protected CascadeType |
ManyToMany.cascade |
Modifier and Type | Method and Description |
---|---|
CascadeType |
ObjectFactory.createCascadeType()
Create an instance of
CascadeType |
CascadeType |
OneToOne.getCascade()
Gets the value of the cascade property.
|
CascadeType |
OneToMany.getCascade()
Gets the value of the cascade property.
|
CascadeType |
ManyToOne.getCascade()
Gets the value of the cascade property.
|
CascadeType |
ManyToMany.getCascade()
Gets the value of the cascade property.
|
Modifier and Type | Method and Description |
---|---|
void |
OneToOne.setCascade(CascadeType value)
Sets the value of the cascade property.
|
void |
OneToMany.setCascade(CascadeType value)
Sets the value of the cascade property.
|
void |
ManyToOne.setCascade(CascadeType value)
Sets the value of the cascade property.
|
void |
ManyToMany.setCascade(CascadeType value)
Sets the value of the cascade property.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.