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 |
---|---|
Embedded<T> |
Embedded.access(AccessType access)
Sets the
access attribute |
Embedded<T> |
Embedded.access(String access)
Sets the
access attribute |
Embedded<Attributes<T>> |
Attributes.createEmbedded()
Creates a new
embedded element |
Embedded<EmbeddableAttributes<T>> |
EmbeddableAttributes.createEmbedded()
Creates a new
embedded element |
Embedded<Attributes<T>> |
Attributes.getOrCreateEmbedded()
If not already created, a new
embedded element will be created and returned. |
Embedded<EmbeddableAttributes<T>> |
EmbeddableAttributes.getOrCreateEmbedded()
If not already created, a new
embedded element will be created and returned. |
Embedded<T> |
Embedded.name(String name)
Sets the
name attribute |
Embedded<T> |
Embedded.removeAccess()
Removes the
access attribute |
Embedded<T> |
Embedded.removeAllAssociationOverride()
Removes all
association-override elements |
Embedded<T> |
Embedded.removeAllAttributeOverride()
Removes all
attribute-override elements |
Embedded<T> |
Embedded.removeName()
Removes the
name attribute |
Modifier and Type | Method and Description |
---|---|
AssociationOverride<Embedded<T>> |
Embedded.createAssociationOverride()
Creates a new
association-override element |
AttributeOverride<Embedded<T>> |
Embedded.createAttributeOverride()
Creates a new
attribute-override element |
List<AssociationOverride<Embedded<T>>> |
Embedded.getAllAssociationOverride()
Returns all
association-override elements |
List<AttributeOverride<Embedded<T>>> |
Embedded.getAllAttributeOverride()
Returns all
attribute-override elements |
List<Embedded<Attributes<T>>> |
Attributes.getAllEmbedded()
Returns all
embedded elements |
List<Embedded<EmbeddableAttributes<T>>> |
EmbeddableAttributes.getAllEmbedded()
Returns all
embedded elements |
AssociationOverride<Embedded<T>> |
Embedded.getOrCreateAssociationOverride()
If not already created, a new
association-override element will be created and returned. |
AttributeOverride<Embedded<T>> |
Embedded.getOrCreateAttributeOverride()
If not already created, a new
attribute-override element will be created and returned. |
Copyright © 2024 JBoss by Red Hat. All rights reserved.