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 |
---|---|
Convert<T> |
Convert.attributeName(String attributeName)
Sets the
attribute-name attribute |
Convert<T> |
Convert.converter(String converter)
Sets the
converter attribute |
Convert<Embedded<T>> |
Embedded.createConvert()
Creates a new
convert element |
Convert<ElementCollection<T>> |
ElementCollection.createConvert()
Creates a new
convert element |
Convert<Entity<T>> |
Entity.createConvert()
Creates a new
convert element |
Convert<ElementCollection<T>> |
ElementCollection.createMapKeyConvert()
Creates a new
map-key-convert element |
Convert<OneToMany<T>> |
OneToMany.createMapKeyConvert()
Creates a new
map-key-convert element |
Convert<ManyToMany<T>> |
ManyToMany.createMapKeyConvert()
Creates a new
map-key-convert element |
Convert<T> |
Convert.description(String description)
Sets the
description element |
Convert<T> |
Convert.disableConversion(Boolean disableConversion)
Sets the
disable-conversion attribute |
Convert<Embedded<T>> |
Embedded.getOrCreateConvert()
If not already created, a new
convert element will be created and returned. |
Convert<ElementCollection<T>> |
ElementCollection.getOrCreateConvert()
If not already created, a new
convert element will be created and returned. |
Convert<Entity<T>> |
Entity.getOrCreateConvert()
If not already created, a new
convert element will be created and returned. |
Convert<Basic<T>> |
Basic.getOrCreateConvert()
If not already created, a new
convert element with the given value will be created. |
Convert<ElementCollection<T>> |
ElementCollection.getOrCreateMapKeyConvert()
If not already created, a new
map-key-convert element will be created and returned. |
Convert<OneToMany<T>> |
OneToMany.getOrCreateMapKeyConvert()
If not already created, a new
map-key-convert element will be created and returned. |
Convert<ManyToMany<T>> |
ManyToMany.getOrCreateMapKeyConvert()
If not already created, a new
map-key-convert element will be created and returned. |
Convert<T> |
Convert.removeAttributeName()
Removes the
attribute-name attribute |
Convert<T> |
Convert.removeConverter()
Removes the
converter attribute |
Convert<T> |
Convert.removeDescription()
Removes the
description element |
Convert<T> |
Convert.removeDisableConversion()
Removes the
disable-conversion attribute |
Modifier and Type | Method and Description |
---|---|
List<Convert<Embedded<T>>> |
Embedded.getAllConvert()
Returns all
convert elements |
List<Convert<ElementCollection<T>>> |
ElementCollection.getAllConvert()
Returns all
convert elements |
List<Convert<Entity<T>>> |
Entity.getAllConvert()
Returns all
convert elements |
List<Convert<ElementCollection<T>>> |
ElementCollection.getAllMapKeyConvert()
Returns all
map-key-convert elements |
List<Convert<OneToMany<T>>> |
OneToMany.getAllMapKeyConvert()
Returns all
map-key-convert elements |
List<Convert<ManyToMany<T>>> |
ManyToMany.getAllMapKeyConvert()
Returns all
map-key-convert elements |
Copyright © 2016 JBoss by Red Hat. All rights reserved.