Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm20 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
Basic<T> |
Basic.access(AccessType access)
Sets the
access attribute |
Basic<T> |
Basic.access(String access)
Sets the
access attribute |
Basic<Attributes<T>> |
Attributes.createBasic()
Creates a new
basic element |
Basic<EmbeddableAttributes<T>> |
EmbeddableAttributes.createBasic()
Creates a new
basic element |
Basic<T> |
Basic.enumerated(EnumType enumerated)
Sets the
enumerated element |
Basic<T> |
Basic.enumerated(String enumerated)
Sets the
enumerated element |
Basic<T> |
Basic.fetch(FetchType fetch)
Sets the
fetch attribute |
Basic<T> |
Basic.fetch(String fetch)
Sets the
fetch attribute |
Basic<Attributes<T>> |
Attributes.getOrCreateBasic()
If not already created, a new
basic element will be created and returned. |
Basic<EmbeddableAttributes<T>> |
EmbeddableAttributes.getOrCreateBasic()
If not already created, a new
basic element will be created and returned. |
Basic<T> |
Basic.lob()
Sets the
lob element |
Basic<T> |
Basic.name(String name)
Sets the
name attribute |
Basic<T> |
Basic.optional(Boolean optional)
Sets the
optional attribute |
Basic<T> |
Basic.removeAccess()
Removes the
access attribute |
Basic<T> |
Basic.removeColumn()
Removes the
column element |
Basic<T> |
Basic.removeEnumerated()
Removes the
enumerated attribute |
Basic<T> |
Basic.removeFetch()
Removes the
fetch attribute |
Basic<T> |
Basic.removeLob()
Removes the
lob element |
Basic<T> |
Basic.removeName()
Removes the
name attribute |
Basic<T> |
Basic.removeOptional()
Removes the
optional attribute |
Basic<T> |
Basic.removeTemporal()
Removes the
temporal attribute |
Basic<T> |
Basic.temporal(String temporal)
Sets the
temporal element |
Basic<T> |
Basic.temporal(TemporalType temporal)
Sets the
temporal element |
Modifier and Type | Method and Description |
---|---|
List<Basic<Attributes<T>>> |
Attributes.getAllBasic()
Returns all
basic elements |
List<Basic<EmbeddableAttributes<T>>> |
EmbeddableAttributes.getAllBasic()
Returns all
basic elements |
Column<Basic<T>> |
Basic.getOrCreateColumn()
If not already created, a new
column element with the given value will be created. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.