| 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 PrePersist |
MappedSuperclass.prePersist |
protected PrePersist |
EntityListener.prePersist |
protected PrePersist |
Entity.prePersist |
| Modifier and Type | Method and Description |
|---|---|
PrePersist |
ObjectFactory.createPrePersist()
Create an instance of
PrePersist |
PrePersist |
MappedSuperclass.getPrePersist()
Gets the value of the prePersist property.
|
PrePersist |
EntityListener.getPrePersist()
Gets the value of the prePersist property.
|
PrePersist |
Mapping.getPrePersist() |
PrePersist |
Entity.getPrePersist()
Gets the value of the prePersist property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MappedSuperclass.setPrePersist(PrePersist value)
Sets the value of the prePersist property.
|
void |
EntityListener.setPrePersist(PrePersist value)
Sets the value of the prePersist property.
|
void |
Mapping.setPrePersist(PrePersist value) |
void |
Entity.setPrePersist(PrePersist value)
Sets the value of the prePersist property.
|
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.