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 |
---|---|
Embeddable<T> |
Embeddable.access(AccessType access)
Sets the
access attribute |
Embeddable<T> |
Embeddable.access(String access)
Sets the
access attribute |
Embeddable<T> |
Embeddable.clazz(String clazz)
Sets the
class attribute |
Embeddable<OrmDescriptor> |
OrmDescriptor.createEmbeddable()
Creates a new
embeddable element |
Embeddable<T> |
Embeddable.description(String description)
Sets the
description element |
Embeddable<OrmDescriptor> |
OrmDescriptor.getOrCreateEmbeddable()
If not already created, a new
embeddable element will be created and returned. |
Embeddable<T> |
Embeddable.metadataComplete(Boolean metadataComplete)
Sets the
metadata-complete attribute |
Embeddable<T> |
Embeddable.removeAccess()
Removes the
access attribute |
Embeddable<T> |
Embeddable.removeAttributes()
Removes the
attributes element |
Embeddable<T> |
Embeddable.removeClazzAttr()
Removes the
class attribute |
Embeddable<T> |
Embeddable.removeDescription()
Removes the
description element |
Embeddable<T> |
Embeddable.removeMetadataComplete()
Removes the
metadata-complete attribute |
Modifier and Type | Method and Description |
---|---|
List<Embeddable<OrmDescriptor>> |
OrmDescriptor.getAllEmbeddable()
Returns all
embeddable elements |
EmbeddableAttributes<Embeddable<T>> |
Embeddable.getOrCreateAttributes()
If not already created, a new
attributes element with the given value will be created. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.