Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm10 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
PreRemove<MappedSuperclass<T>> |
MappedSuperclass.getOrCreatePreRemove()
If not already created, a new
pre-remove element with the given value will be created. |
PreRemove<Entity<T>> |
Entity.getOrCreatePreRemove()
If not already created, a new
pre-remove element with the given value will be created. |
PreRemove<EntityListener<T>> |
EntityListener.getOrCreatePreRemove()
If not already created, a new
pre-remove element with the given value will be created. |
PreRemove<T> |
PreRemove.methodName(String methodName)
Sets the
method-name attribute |
PreRemove<T> |
PreRemove.removeMethodName()
Removes the
method-name attribute |
Copyright © 2021 JBoss by Red Hat. All rights reserved.