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 |
---|---|
Attributes<T> |
Attributes.description(String description)
Sets the
description element |
Attributes<Entity<T>> |
Entity.getOrCreateAttributes()
If not already created, a new
attributes element with the given value will be created. |
Attributes<MappedSuperclass<T>> |
MappedSuperclass.getOrCreateAttributes()
If not already created, a new
attributes element with the given value will be created. |
Attributes<T> |
Attributes.removeAllBasic()
Removes all
basic elements |
Attributes<T> |
Attributes.removeAllElementCollection()
Removes all
element-collection elements |
Attributes<T> |
Attributes.removeAllEmbedded()
Removes all
embedded elements |
Attributes<T> |
Attributes.removeAllId()
Removes all
id elements |
Attributes<T> |
Attributes.removeAllManyToMany()
Removes all
many-to-many elements |
Attributes<T> |
Attributes.removeAllManyToOne()
Removes all
many-to-one elements |
Attributes<T> |
Attributes.removeAllOneToMany()
Removes all
one-to-many elements |
Attributes<T> |
Attributes.removeAllOneToOne()
Removes all
one-to-one elements |
Attributes<T> |
Attributes.removeAllTransient()
Removes all
transient elements |
Attributes<T> |
Attributes.removeAllVersion()
Removes the
version element |
Attributes<T> |
Attributes.removeDescription()
Removes the
description element |
Attributes<T> |
Attributes.removeEmbeddedId()
Removes the
embedded-id element |
Attributes<T> |
Attributes.version(String... values)
Creates for all String objects representing
version elements,
a new version element |
Modifier and Type | Method and Description |
---|---|
Basic<Attributes<T>> |
Attributes.createBasic()
Creates a new
basic element |
ElementCollection<Attributes<T>> |
Attributes.createElementCollection()
Creates a new
element-collection element |
Embedded<Attributes<T>> |
Attributes.createEmbedded()
Creates a new
embedded element |
Id<Attributes<T>> |
Attributes.createId()
Creates a new
id element |
ManyToMany<Attributes<T>> |
Attributes.createManyToMany()
Creates a new
many-to-many element |
ManyToOne<Attributes<T>> |
Attributes.createManyToOne()
Creates a new
many-to-one element |
OneToMany<Attributes<T>> |
Attributes.createOneToMany()
Creates a new
one-to-many element |
OneToOne<Attributes<T>> |
Attributes.createOneToOne()
Creates a new
one-to-one element |
Transient<Attributes<T>> |
Attributes.createTransient()
Creates a new
transient element |
List<Basic<Attributes<T>>> |
Attributes.getAllBasic()
Returns all
basic elements |
List<ElementCollection<Attributes<T>>> |
Attributes.getAllElementCollection()
Returns all
element-collection elements |
List<Embedded<Attributes<T>>> |
Attributes.getAllEmbedded()
Returns all
embedded elements |
List<Id<Attributes<T>>> |
Attributes.getAllId()
Returns all
id elements |
List<ManyToMany<Attributes<T>>> |
Attributes.getAllManyToMany()
Returns all
many-to-many elements |
List<ManyToOne<Attributes<T>>> |
Attributes.getAllManyToOne()
Returns all
many-to-one elements |
List<OneToMany<Attributes<T>>> |
Attributes.getAllOneToMany()
Returns all
one-to-many elements |
List<OneToOne<Attributes<T>>> |
Attributes.getAllOneToOne()
Returns all
one-to-one elements |
List<Transient<Attributes<T>>> |
Attributes.getAllTransient()
Returns all
transient elements |
Basic<Attributes<T>> |
Attributes.getOrCreateBasic()
If not already created, a new
basic element will be created and returned. |
ElementCollection<Attributes<T>> |
Attributes.getOrCreateElementCollection()
If not already created, a new
element-collection element will be created and returned. |
Embedded<Attributes<T>> |
Attributes.getOrCreateEmbedded()
If not already created, a new
embedded element will be created and returned. |
EmbeddedId<Attributes<T>> |
Attributes.getOrCreateEmbeddedId()
If not already created, a new
embedded-id element with the given value will be created. |
Id<Attributes<T>> |
Attributes.getOrCreateId()
If not already created, a new
id element will be created and returned. |
ManyToMany<Attributes<T>> |
Attributes.getOrCreateManyToMany()
If not already created, a new
many-to-many element will be created and returned. |
ManyToOne<Attributes<T>> |
Attributes.getOrCreateManyToOne()
If not already created, a new
many-to-one element will be created and returned. |
OneToMany<Attributes<T>> |
Attributes.getOrCreateOneToMany()
If not already created, a new
one-to-many element will be created and returned. |
OneToOne<Attributes<T>> |
Attributes.getOrCreateOneToOne()
If not already created, a new
one-to-one element will be created and returned. |
Transient<Attributes<T>> |
Attributes.getOrCreateTransient()
If not already created, a new
transient element will be created and returned. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.