public interface EmbeddableAttributes<T> extends Child<T>
embeddable-attributes
xsd typeModifier and Type | Method and Description |
---|---|
Basic<EmbeddableAttributes<T>> |
createBasic()
Creates a new
basic element |
Transient<EmbeddableAttributes<T>> |
createTransient()
Creates a new
transient element |
List<Basic<EmbeddableAttributes<T>>> |
getAllBasic()
Returns all
basic elements |
List<Transient<EmbeddableAttributes<T>>> |
getAllTransient()
Returns all
transient elements |
Basic<EmbeddableAttributes<T>> |
getOrCreateBasic()
If not already created, a new
basic element will be created and returned. |
Transient<EmbeddableAttributes<T>> |
getOrCreateTransient()
If not already created, a new
transient element will be created and returned. |
EmbeddableAttributes<T> |
removeAllBasic()
Removes all
basic elements |
EmbeddableAttributes<T> |
removeAllTransient()
Removes all
transient elements |
Basic<EmbeddableAttributes<T>> getOrCreateBasic()
basic
element will be created and returned.
Otherwise, the first existing basic
element will be returned.basic
Basic<EmbeddableAttributes<T>> createBasic()
basic
elementBasic>
List<Basic<EmbeddableAttributes<T>>> getAllBasic()
basic
elementsbasic
EmbeddableAttributes<T> removeAllBasic()
basic
elementsBasic>
Transient<EmbeddableAttributes<T>> getOrCreateTransient()
transient
element will be created and returned.
Otherwise, the first existing transient
element will be returned.transient
Transient<EmbeddableAttributes<T>> createTransient()
transient
elementTransient>
List<Transient<EmbeddableAttributes<T>>> getAllTransient()
transient
elementstransient
EmbeddableAttributes<T> removeAllTransient()
transient
elementsTransient>
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.