Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm21 |
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.removeAllElementCollection()
Removes all
element-collection elements |
EmbeddableAttributes<T> |
EmbeddableAttributes.removeAllEmbedded()
Removes all
embedded elements |
EmbeddableAttributes<T> |
EmbeddableAttributes.removeAllManyToMany()
Removes all
many-to-many elements |
EmbeddableAttributes<T> |
EmbeddableAttributes.removeAllManyToOne()
Removes all
many-to-one elements |
EmbeddableAttributes<T> |
EmbeddableAttributes.removeAllOneToMany()
Removes all
one-to-many elements |
EmbeddableAttributes<T> |
EmbeddableAttributes.removeAllOneToOne()
Removes all
one-to-one 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 |
ElementCollection<EmbeddableAttributes<T>> |
EmbeddableAttributes.createElementCollection()
Creates a new
element-collection element |
Embedded<EmbeddableAttributes<T>> |
EmbeddableAttributes.createEmbedded()
Creates a new
embedded element |
ManyToMany<EmbeddableAttributes<T>> |
EmbeddableAttributes.createManyToMany()
Creates a new
many-to-many element |
ManyToOne<EmbeddableAttributes<T>> |
EmbeddableAttributes.createManyToOne()
Creates a new
many-to-one element |
OneToMany<EmbeddableAttributes<T>> |
EmbeddableAttributes.createOneToMany()
Creates a new
one-to-many element |
OneToOne<EmbeddableAttributes<T>> |
EmbeddableAttributes.createOneToOne()
Creates a new
one-to-one element |
Transient<EmbeddableAttributes<T>> |
EmbeddableAttributes.createTransient()
Creates a new
transient element |
List<Basic<EmbeddableAttributes<T>>> |
EmbeddableAttributes.getAllBasic()
Returns all
basic elements |
List<ElementCollection<EmbeddableAttributes<T>>> |
EmbeddableAttributes.getAllElementCollection()
Returns all
element-collection elements |
List<Embedded<EmbeddableAttributes<T>>> |
EmbeddableAttributes.getAllEmbedded()
Returns all
embedded elements |
List<ManyToMany<EmbeddableAttributes<T>>> |
EmbeddableAttributes.getAllManyToMany()
Returns all
many-to-many elements |
List<ManyToOne<EmbeddableAttributes<T>>> |
EmbeddableAttributes.getAllManyToOne()
Returns all
many-to-one elements |
List<OneToMany<EmbeddableAttributes<T>>> |
EmbeddableAttributes.getAllOneToMany()
Returns all
one-to-many elements |
List<OneToOne<EmbeddableAttributes<T>>> |
EmbeddableAttributes.getAllOneToOne()
Returns all
one-to-one 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. |
ElementCollection<EmbeddableAttributes<T>> |
EmbeddableAttributes.getOrCreateElementCollection()
If not already created, a new
element-collection element will be created and returned. |
Embedded<EmbeddableAttributes<T>> |
EmbeddableAttributes.getOrCreateEmbedded()
If not already created, a new
embedded element will be created and returned. |
ManyToMany<EmbeddableAttributes<T>> |
EmbeddableAttributes.getOrCreateManyToMany()
If not already created, a new
many-to-many element will be created and returned. |
ManyToOne<EmbeddableAttributes<T>> |
EmbeddableAttributes.getOrCreateManyToOne()
If not already created, a new
many-to-one element will be created and returned. |
OneToMany<EmbeddableAttributes<T>> |
EmbeddableAttributes.getOrCreateOneToMany()
If not already created, a new
one-to-many element will be created and returned. |
OneToOne<EmbeddableAttributes<T>> |
EmbeddableAttributes.getOrCreateOneToOne()
If not already created, a new
one-to-one 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 © 2018 JBoss by Red Hat. All rights reserved.