Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm20 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
MapKeyClass<T> |
MapKeyClass.clazz(String clazz)
Sets the
class attribute |
MapKeyClass<ManyToMany<T>> |
ManyToMany.getOrCreateMapKeyClass()
If not already created, a new
map-key-class element with the given value will be created. |
MapKeyClass<OneToMany<T>> |
OneToMany.getOrCreateMapKeyClass()
If not already created, a new
map-key-class element with the given value will be created. |
MapKeyClass<ElementCollection<T>> |
ElementCollection.getOrCreateMapKeyClass()
If not already created, a new
map-key-class element with the given value will be created. |
MapKeyClass<T> |
MapKeyClass.removeClazz()
Removes the
class attribute |
Copyright © 2017 JBoss by Red Hat. All rights reserved.