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 |
---|---|
PostRemove<MappedSuperclass<T>> |
MappedSuperclass.getOrCreatePostRemove()
If not already created, a new
post-remove element with the given value will be created. |
PostRemove<Entity<T>> |
Entity.getOrCreatePostRemove()
If not already created, a new
post-remove element with the given value will be created. |
PostRemove<EntityListener<T>> |
EntityListener.getOrCreatePostRemove()
If not already created, a new
post-remove element with the given value will be created. |
PostRemove<T> |
PostRemove.methodName(String methodName)
Sets the
method-name attribute |
PostRemove<T> |
PostRemove.removeMethodName()
Removes the
method-name attribute |
Copyright © 2013 JBoss by Red Hat. All rights reserved.