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 |
---|---|
PostPersist<T> |
PostPersist.description(String description)
Sets the
description element |
PostPersist<Entity<T>> |
Entity.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<EntityListener<T>> |
EntityListener.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 © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.