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