
public interface EmbeddableAttributes<T> extends Child<T>, OrmEmbeddableAttributesCommType<T,EmbeddableAttributes<T>,Basic<EmbeddableAttributes<T>>,Transient<EmbeddableAttributes<T>>>
embeddable-attributes xsd type| Modifier 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.basicBasic<EmbeddableAttributes<T>> createBasic()
basic elementBasic> List<Basic<EmbeddableAttributes<T>>> getAllBasic()
basic elementsbasicEmbeddableAttributes<T> removeAllBasic()
basic elementsBasic> Transient<EmbeddableAttributes<T>> getOrCreateTransient()
transient element will be created and returned.
Otherwise, the first existing transient element will be returned.transientTransient<EmbeddableAttributes<T>> createTransient()
transient elementTransient> List<Transient<EmbeddableAttributes<T>>> getAllTransient()
transient elementstransientEmbeddableAttributes<T> removeAllTransient()
transient elementsTransient> Copyright © 2025 JBoss by Red Hat. All rights reserved.