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 |
---|---|
EmbeddableAttributes<Embeddable<T>> |
Embeddable.getOrCreateAttributes()
If not already created, a new
attributes element with the given value will be created. |
EmbeddableAttributes<T> |
EmbeddableAttributes.removeAllBasic()
Removes all
basic elements |
EmbeddableAttributes<T> |
EmbeddableAttributes.removeAllTransient()
Removes all
transient elements |
Modifier and Type | Method and Description |
---|---|
Basic<EmbeddableAttributes<T>> |
EmbeddableAttributes.createBasic()
Creates a new
basic element |
Transient<EmbeddableAttributes<T>> |
EmbeddableAttributes.createTransient()
Creates a new
transient element |
List<Basic<EmbeddableAttributes<T>>> |
EmbeddableAttributes.getAllBasic()
Returns all
basic elements |
List<Transient<EmbeddableAttributes<T>>> |
EmbeddableAttributes.getAllTransient()
Returns all
transient elements |
Basic<EmbeddableAttributes<T>> |
EmbeddableAttributes.getOrCreateBasic()
If not already created, a new
basic element will be created and returned. |
Transient<EmbeddableAttributes<T>> |
EmbeddableAttributes.getOrCreateTransient()
If not already created, a new
transient element will be created and returned. |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.