Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm10 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
OneToMany<Attributes<T>> |
Attributes.createOneToMany()
Creates a new
one-to-many element |
OneToMany<T> |
OneToMany.fetch(FetchType fetch)
Sets the
fetch attribute |
OneToMany<T> |
OneToMany.fetch(String fetch)
Sets the
fetch attribute |
OneToMany<Attributes<T>> |
Attributes.getOrCreateOneToMany()
If not already created, a new
one-to-many element will be created and returned. |
OneToMany<T> |
OneToMany.mappedBy(String mappedBy)
Sets the
mapped-by attribute |
OneToMany<T> |
OneToMany.name(String name)
Sets the
name attribute |
OneToMany<T> |
OneToMany.orderBy(String orderBy)
Sets the
order-by element |
OneToMany<T> |
OneToMany.removeAllJoinColumn()
Removes all
join-column elements |
OneToMany<T> |
OneToMany.removeCascade()
Removes the
cascade element |
OneToMany<T> |
OneToMany.removeFetch()
Removes the
fetch attribute |
OneToMany<T> |
OneToMany.removeJoinTable()
Removes the
join-table element |
OneToMany<T> |
OneToMany.removeMapKey()
Removes the
map-key element |
OneToMany<T> |
OneToMany.removeMappedBy()
Removes the
mapped-by attribute |
OneToMany<T> |
OneToMany.removeName()
Removes the
name attribute |
OneToMany<T> |
OneToMany.removeOrderBy()
Removes the
order-by element |
OneToMany<T> |
OneToMany.removeTargetEntity()
Removes the
target-entity attribute |
OneToMany<T> |
OneToMany.targetEntity(String targetEntity)
Sets the
target-entity attribute |
Modifier and Type | Method and Description |
---|---|
JoinColumn<OneToMany<T>> |
OneToMany.createJoinColumn()
Creates a new
join-column element |
List<JoinColumn<OneToMany<T>>> |
OneToMany.getAllJoinColumn()
Returns all
join-column elements |
List<OneToMany<Attributes<T>>> |
Attributes.getAllOneToMany()
Returns all
one-to-many elements |
CascadeType<OneToMany<T>> |
OneToMany.getOrCreateCascade()
If not already created, a new
cascade element with the given value will be created. |
JoinColumn<OneToMany<T>> |
OneToMany.getOrCreateJoinColumn()
If not already created, a new
join-column element will be created and returned. |
JoinTable<OneToMany<T>> |
OneToMany.getOrCreateJoinTable()
If not already created, a new
join-table element with the given value will be created. |
MapKey<OneToMany<T>> |
OneToMany.getOrCreateMapKey()
If not already created, a new
map-key element with the given value will be created. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.