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 |
---|---|
MapKey<ManyToMany<T>> |
ManyToMany.getOrCreateMapKey()
If not already created, a new
map-key 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. |
MapKey<T> |
MapKey.name(String name)
Sets the
name attribute |
MapKey<T> |
MapKey.removeName()
Removes the
name attribute |
Copyright © 2021 JBoss by Red Hat. All rights reserved.