| Package | Description |
|---|---|
| org.apache.openejb.jee.jpa |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
| Modifier and Type | Field and Description |
|---|---|
protected PostPersist |
EntityListener.postPersist |
protected PostPersist |
MappedSuperclass.postPersist |
protected PostPersist |
Entity.postPersist |
| Modifier and Type | Method and Description |
|---|---|
PostPersist |
ObjectFactory.createPostPersist()
Create an instance of
PostPersist |
PostPersist |
Mapping.getPostPersist() |
PostPersist |
EntityListener.getPostPersist()
Gets the value of the postPersist property.
|
PostPersist |
MappedSuperclass.getPostPersist()
Gets the value of the postPersist property.
|
PostPersist |
Entity.getPostPersist()
Gets the value of the postPersist property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Mapping.setPostPersist(PostPersist value) |
void |
EntityListener.setPostPersist(PostPersist value)
Sets the value of the postPersist property.
|
void |
MappedSuperclass.setPostPersist(PostPersist value)
Sets the value of the postPersist property.
|
void |
Entity.setPostPersist(PostPersist value)
Sets the value of the postPersist property.
|
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.