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 |
---|---|
Transient<Attributes<T>> |
Attributes.createTransient()
Creates a new
transient element |
Transient<EmbeddableAttributes<T>> |
EmbeddableAttributes.createTransient()
Creates a new
transient element |
Transient<Attributes<T>> |
Attributes.getOrCreateTransient()
If not already created, a new
transient element will be created and returned. |
Transient<EmbeddableAttributes<T>> |
EmbeddableAttributes.getOrCreateTransient()
If not already created, a new
transient element will be created and returned. |
Transient<T> |
Transient.name(String name)
Sets the
name attribute |
Transient<T> |
Transient.removeName()
Removes the
name attribute |
Modifier and Type | Method and Description |
---|---|
List<Transient<Attributes<T>>> |
Attributes.getAllTransient()
Returns all
transient elements |
List<Transient<EmbeddableAttributes<T>>> |
EmbeddableAttributes.getAllTransient()
Returns all
transient elements |
Copyright © 2015 JBoss by Red Hat. All rights reserved.