
public interface Attributes<T> extends Child<T>, OrmAttributesCommType<T,Attributes<T>,Id<Attributes<T>>,EmbeddedId<Attributes<T>>,Basic<Attributes<T>>,Version<Attributes<T>>,ManyToOne<Attributes<T>>,OneToMany<Attributes<T>>,OneToOne<Attributes<T>>,ManyToMany<Attributes<T>>,Embedded<Attributes<T>>,Transient<Attributes<T>>>
attributes xsd type| Modifier and Type | Method and Description |
|---|---|
Basic<Attributes<T>> |
createBasic()
Creates a new
basic element |
Embedded<Attributes<T>> |
createEmbedded()
Creates a new
embedded element |
Id<Attributes<T>> |
createId()
Creates a new
id element |
ManyToMany<Attributes<T>> |
createManyToMany()
Creates a new
many-to-many element |
ManyToOne<Attributes<T>> |
createManyToOne()
Creates a new
many-to-one element |
OneToMany<Attributes<T>> |
createOneToMany()
Creates a new
one-to-many element |
OneToOne<Attributes<T>> |
createOneToOne()
Creates a new
one-to-one element |
Transient<Attributes<T>> |
createTransient()
Creates a new
transient element |
Version<Attributes<T>> |
createVersion()
Creates a new
version element |
List<Basic<Attributes<T>>> |
getAllBasic()
Returns all
basic elements |
List<Embedded<Attributes<T>>> |
getAllEmbedded()
Returns all
embedded elements |
List<Id<Attributes<T>>> |
getAllId()
Returns all
id elements |
List<ManyToMany<Attributes<T>>> |
getAllManyToMany()
Returns all
many-to-many elements |
List<ManyToOne<Attributes<T>>> |
getAllManyToOne()
Returns all
many-to-one elements |
List<OneToMany<Attributes<T>>> |
getAllOneToMany()
Returns all
one-to-many elements |
List<OneToOne<Attributes<T>>> |
getAllOneToOne()
Returns all
one-to-one elements |
List<Transient<Attributes<T>>> |
getAllTransient()
Returns all
transient elements |
List<Version<Attributes<T>>> |
getAllVersion()
Returns all
version elements |
Basic<Attributes<T>> |
getOrCreateBasic()
If not already created, a new
basic element will be created and returned. |
Embedded<Attributes<T>> |
getOrCreateEmbedded()
If not already created, a new
embedded element will be created and returned. |
EmbeddedId<Attributes<T>> |
getOrCreateEmbeddedId()
If not already created, a new
embedded-id element with the given value will be created. |
Id<Attributes<T>> |
getOrCreateId()
If not already created, a new
id element will be created and returned. |
ManyToMany<Attributes<T>> |
getOrCreateManyToMany()
If not already created, a new
many-to-many element will be created and returned. |
ManyToOne<Attributes<T>> |
getOrCreateManyToOne()
If not already created, a new
many-to-one element will be created and returned. |
OneToMany<Attributes<T>> |
getOrCreateOneToMany()
If not already created, a new
one-to-many element will be created and returned. |
OneToOne<Attributes<T>> |
getOrCreateOneToOne()
If not already created, a new
one-to-one element will be created and returned. |
Transient<Attributes<T>> |
getOrCreateTransient()
If not already created, a new
transient element will be created and returned. |
Version<Attributes<T>> |
getOrCreateVersion()
If not already created, a new
version element will be created and returned. |
Attributes<T> |
removeAllBasic()
Removes all
basic elements |
Attributes<T> |
removeAllEmbedded()
Removes all
embedded elements |
Attributes<T> |
removeAllId()
Removes all
id elements |
Attributes<T> |
removeAllManyToMany()
Removes all
many-to-many elements |
Attributes<T> |
removeAllManyToOne()
Removes all
many-to-one elements |
Attributes<T> |
removeAllOneToMany()
Removes all
one-to-many elements |
Attributes<T> |
removeAllOneToOne()
Removes all
one-to-one elements |
Attributes<T> |
removeAllTransient()
Removes all
transient elements |
Attributes<T> |
removeAllVersion()
Removes all
version elements |
Attributes<T> |
removeEmbeddedId()
Removes the
embedded-id element |
Id<Attributes<T>> getOrCreateId()
id element will be created and returned.
Otherwise, the first existing id element will be returned.idId<Attributes<T>> createId()
id elementId> List<Id<Attributes<T>>> getAllId()
id elementsidAttributes<T> removeAllId()
id elementsId> EmbeddedId<Attributes<T>> getOrCreateEmbeddedId()
embedded-id element with the given value will be created.
Otherwise, the existing embedded-id element will be returned.EmbeddedId> Attributes<T> removeEmbeddedId()
embedded-id elementAttributesBasic<Attributes<T>> getOrCreateBasic()
basic element will be created and returned.
Otherwise, the first existing basic element will be returned.basicBasic<Attributes<T>> createBasic()
basic elementBasic> List<Basic<Attributes<T>>> getAllBasic()
basic elementsbasicAttributes<T> removeAllBasic()
basic elementsBasic> Version<Attributes<T>> getOrCreateVersion()
version element will be created and returned.
Otherwise, the first existing version element will be returned.versionVersion<Attributes<T>> createVersion()
version elementVersion> List<Version<Attributes<T>>> getAllVersion()
version elementsversionAttributes<T> removeAllVersion()
version elementsVersion> ManyToOne<Attributes<T>> getOrCreateManyToOne()
many-to-one element will be created and returned.
Otherwise, the first existing many-to-one element will be returned.many-to-oneManyToOne<Attributes<T>> createManyToOne()
many-to-one elementManyToOne> List<ManyToOne<Attributes<T>>> getAllManyToOne()
many-to-one elementsmany-to-oneAttributes<T> removeAllManyToOne()
many-to-one elementsManyToOne> OneToMany<Attributes<T>> getOrCreateOneToMany()
one-to-many element will be created and returned.
Otherwise, the first existing one-to-many element will be returned.one-to-manyOneToMany<Attributes<T>> createOneToMany()
one-to-many elementOneToMany> List<OneToMany<Attributes<T>>> getAllOneToMany()
one-to-many elementsone-to-manyAttributes<T> removeAllOneToMany()
one-to-many elementsOneToMany> OneToOne<Attributes<T>> getOrCreateOneToOne()
one-to-one element will be created and returned.
Otherwise, the first existing one-to-one element will be returned.one-to-oneOneToOne<Attributes<T>> createOneToOne()
one-to-one elementOneToOne> List<OneToOne<Attributes<T>>> getAllOneToOne()
one-to-one elementsone-to-oneAttributes<T> removeAllOneToOne()
one-to-one elementsOneToOne> ManyToMany<Attributes<T>> getOrCreateManyToMany()
many-to-many element will be created and returned.
Otherwise, the first existing many-to-many element will be returned.many-to-manyManyToMany<Attributes<T>> createManyToMany()
many-to-many elementManyToMany> List<ManyToMany<Attributes<T>>> getAllManyToMany()
many-to-many elementsmany-to-manyAttributes<T> removeAllManyToMany()
many-to-many elementsManyToMany> Embedded<Attributes<T>> getOrCreateEmbedded()
embedded element will be created and returned.
Otherwise, the first existing embedded element will be returned.embeddedEmbedded<Attributes<T>> createEmbedded()
embedded elementEmbedded> List<Embedded<Attributes<T>>> getAllEmbedded()
embedded elementsembeddedAttributes<T> removeAllEmbedded()
embedded elementsEmbedded> Transient<Attributes<T>> getOrCreateTransient()
transient element will be created and returned.
Otherwise, the first existing transient element will be returned.transientTransient<Attributes<T>> createTransient()
transient elementTransient> List<Transient<Attributes<T>>> getAllTransient()
transient elementstransientAttributes<T> removeAllTransient()
transient elementsTransient> Copyright © 2021 JBoss by Red Hat. All rights reserved.