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 |
---|---|
EmbeddedId<Attributes<T>> |
Attributes.getOrCreateEmbeddedId()
If not already created, a new
embedded-id element with the given value will be created. |
EmbeddedId<T> |
EmbeddedId.name(String name)
Sets the
name attribute |
EmbeddedId<T> |
EmbeddedId.removeAllAttributeOverride()
Removes all
attribute-override elements |
EmbeddedId<T> |
EmbeddedId.removeName()
Removes the
name attribute |
Modifier and Type | Method and Description |
---|---|
AttributeOverride<EmbeddedId<T>> |
EmbeddedId.createAttributeOverride()
Creates a new
attribute-override element |
List<AttributeOverride<EmbeddedId<T>>> |
EmbeddedId.getAllAttributeOverride()
Returns all
attribute-override elements |
AttributeOverride<EmbeddedId<T>> |
EmbeddedId.getOrCreateAttributeOverride()
If not already created, a new
attribute-override element will be created and returned. |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.