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 |
---|---|
PreUpdate<T> |
PreUpdate.description(String description)
Sets the
description element |
PreUpdate<EntityListener<T>> |
EntityListener.getOrCreatePreUpdate()
If not already created, a new
pre-update element with the given value will be created. |
PreUpdate<Entity<T>> |
Entity.getOrCreatePreUpdate()
If not already created, a new
pre-update element with the given value will be created. |
PreUpdate<MappedSuperclass<T>> |
MappedSuperclass.getOrCreatePreUpdate()
If not already created, a new
pre-update element with the given value will be created. |
PreUpdate<T> |
PreUpdate.methodName(String methodName)
Sets the
method-name attribute |
PreUpdate<T> |
PreUpdate.removeDescription()
Removes the
description element |
PreUpdate<T> |
PreUpdate.removeMethodName()
Removes the
method-name attribute |
Copyright © 2022 JBoss by Red Hat. All rights reserved.