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