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