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 |
---|---|
AttributeOverride<ElementCollection<T>> |
ElementCollection.createAttributeOverride()
Creates a new
attribute-override element |
AttributeOverride<Embedded<T>> |
Embedded.createAttributeOverride()
Creates a new
attribute-override element |
AttributeOverride<EmbeddedId<T>> |
EmbeddedId.createAttributeOverride()
Creates a new
attribute-override element |
AttributeOverride<Entity<T>> |
Entity.createAttributeOverride()
Creates a new
attribute-override element |
AttributeOverride<OneToMany<T>> |
OneToMany.createMapKeyAttributeOverride()
Creates a new
map-key-attribute-override element |
AttributeOverride<ManyToMany<T>> |
ManyToMany.createMapKeyAttributeOverride()
Creates a new
map-key-attribute-override element |
AttributeOverride<ElementCollection<T>> |
ElementCollection.createMapKeyAttributeOverride()
Creates a new
map-key-attribute-override element |
AttributeOverride<T> |
AttributeOverride.description(String description)
Sets the
description element |
AttributeOverride<ElementCollection<T>> |
ElementCollection.getOrCreateAttributeOverride()
If not already created, a new
attribute-override element will be created and returned. |
AttributeOverride<Embedded<T>> |
Embedded.getOrCreateAttributeOverride()
If not already created, a new
attribute-override element will be created and returned. |
AttributeOverride<EmbeddedId<T>> |
EmbeddedId.getOrCreateAttributeOverride()
If not already created, a new
attribute-override element will be created and returned. |
AttributeOverride<Entity<T>> |
Entity.getOrCreateAttributeOverride()
If not already created, a new
attribute-override element will be created and returned. |
AttributeOverride<OneToMany<T>> |
OneToMany.getOrCreateMapKeyAttributeOverride()
If not already created, a new
map-key-attribute-override element will be created and returned. |
AttributeOverride<ManyToMany<T>> |
ManyToMany.getOrCreateMapKeyAttributeOverride()
If not already created, a new
map-key-attribute-override element will be created and returned. |
AttributeOverride<ElementCollection<T>> |
ElementCollection.getOrCreateMapKeyAttributeOverride()
If not already created, a new
map-key-attribute-override element will be created and returned. |
AttributeOverride<T> |
AttributeOverride.name(String name)
Sets the
name attribute |
AttributeOverride<T> |
AttributeOverride.removeColumn()
Removes the
column element |
AttributeOverride<T> |
AttributeOverride.removeDescription()
Removes the
description element |
AttributeOverride<T> |
AttributeOverride.removeName()
Removes the
name attribute |
Modifier and Type | Method and Description |
---|---|
List<AttributeOverride<ElementCollection<T>>> |
ElementCollection.getAllAttributeOverride()
Returns all
attribute-override elements |
List<AttributeOverride<Embedded<T>>> |
Embedded.getAllAttributeOverride()
Returns all
attribute-override elements |
List<AttributeOverride<EmbeddedId<T>>> |
EmbeddedId.getAllAttributeOverride()
Returns all
attribute-override elements |
List<AttributeOverride<Entity<T>>> |
Entity.getAllAttributeOverride()
Returns all
attribute-override elements |
List<AttributeOverride<OneToMany<T>>> |
OneToMany.getAllMapKeyAttributeOverride()
Returns all
map-key-attribute-override elements |
List<AttributeOverride<ManyToMany<T>>> |
ManyToMany.getAllMapKeyAttributeOverride()
Returns all
map-key-attribute-override elements |
List<AttributeOverride<ElementCollection<T>>> |
ElementCollection.getAllMapKeyAttributeOverride()
Returns all
map-key-attribute-override elements |
Column<AttributeOverride<T>> |
AttributeOverride.getOrCreateColumn()
If not already created, a new
column element with the given value will be created. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.