| 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 EntityListeners |
Entity.entityListeners |
protected EntityListeners |
PersistenceUnitDefaults.entityListeners |
protected EntityListeners |
MappedSuperclass.entityListeners |
| Modifier and Type | Method and Description |
|---|---|
EntityListeners |
ObjectFactory.createEntityListeners()
Create an instance of
EntityListeners |
EntityListeners |
Entity.getEntityListeners()
Gets the value of the entityListeners property.
|
EntityListeners |
PersistenceUnitDefaults.getEntityListeners()
Gets the value of the entityListeners property.
|
EntityListeners |
MappedSuperclass.getEntityListeners()
Gets the value of the entityListeners property.
|
EntityListeners |
Mapping.getEntityListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
Entity.setEntityListeners(EntityListeners value)
Sets the value of the entityListeners property.
|
void |
PersistenceUnitDefaults.setEntityListeners(EntityListeners value)
Sets the value of the entityListeners property.
|
void |
MappedSuperclass.setEntityListeners(EntityListeners value)
Sets the value of the entityListeners property.
|
void |
Mapping.setEntityListeners(EntityListeners value) |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.