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 |
---|---|
PostUpdate<T> |
PostUpdate.description(String description)
Sets the
description element |
PostUpdate<MappedSuperclass<T>> |
MappedSuperclass.getOrCreatePostUpdate()
If not already created, a new
post-update element with the given value will be created. |
PostUpdate<EntityListener<T>> |
EntityListener.getOrCreatePostUpdate()
If not already created, a new
post-update element with the given value will be created. |
PostUpdate<Entity<T>> |
Entity.getOrCreatePostUpdate()
If not already created, a new
post-update element with the given value will be created. |
PostUpdate<T> |
PostUpdate.methodName(String methodName)
Sets the
method-name attribute |
PostUpdate<T> |
PostUpdate.removeDescription()
Removes the
description element |
PostUpdate<T> |
PostUpdate.removeMethodName()
Removes the
method-name attribute |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.