|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrePersist | |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm20 | Provides the interfaces and enumeration types as defined in the schema |
Uses of PrePersist in org.jboss.shrinkwrap.descriptor.api.orm20 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return PrePersist | |
---|---|
PrePersist<T> |
PrePersist.description(String description)
Sets the description element |
PrePersist<EntityListener<T>> |
EntityListener.getOrCreatePrePersist()
If not already created, a new pre-persist element with the given value will be created. |
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<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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |