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 |
---|---|
ManyToMany<Attributes<T>> |
Attributes.createManyToMany()
Creates a new
many-to-many element |
ManyToMany<T> |
ManyToMany.fetch(FetchType fetch)
Sets the
fetch attribute |
ManyToMany<T> |
ManyToMany.fetch(String fetch)
Sets the
fetch attribute |
ManyToMany<Attributes<T>> |
Attributes.getOrCreateManyToMany()
If not already created, a new
many-to-many element will be created and returned. |
ManyToMany<T> |
ManyToMany.mappedBy(String mappedBy)
Sets the
mapped-by attribute |
ManyToMany<T> |
ManyToMany.name(String name)
Sets the
name attribute |
ManyToMany<T> |
ManyToMany.orderBy(String orderBy)
Sets the
order-by element |
ManyToMany<T> |
ManyToMany.removeCascade()
Removes the
cascade element |
ManyToMany<T> |
ManyToMany.removeFetch()
Removes the
fetch attribute |
ManyToMany<T> |
ManyToMany.removeJoinTable()
Removes the
join-table element |
ManyToMany<T> |
ManyToMany.removeMapKey()
Removes the
map-key element |
ManyToMany<T> |
ManyToMany.removeMappedBy()
Removes the
mapped-by attribute |
ManyToMany<T> |
ManyToMany.removeName()
Removes the
name attribute |
ManyToMany<T> |
ManyToMany.removeOrderBy()
Removes the
order-by element |
ManyToMany<T> |
ManyToMany.removeTargetEntity()
Removes the
target-entity attribute |
ManyToMany<T> |
ManyToMany.targetEntity(String targetEntity)
Sets the
target-entity attribute |
Modifier and Type | Method and Description |
---|---|
List<ManyToMany<Attributes<T>>> |
Attributes.getAllManyToMany()
Returns all
many-to-many elements |
CascadeType<ManyToMany<T>> |
ManyToMany.getOrCreateCascade()
If not already created, a new
cascade element with the given value will be created. |
JoinTable<ManyToMany<T>> |
ManyToMany.getOrCreateJoinTable()
If not already created, a new
join-table element with the given value will be created. |
MapKey<ManyToMany<T>> |
ManyToMany.getOrCreateMapKey()
If not already created, a new
map-key element with the given value will be created. |
Copyright © 2015 JBoss by Red Hat. All rights reserved.