|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntityListeners | |
---|---|
org.apache.openejb.jee.jpa | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
Uses of EntityListeners in org.apache.openejb.jee.jpa |
---|
Fields in org.apache.openejb.jee.jpa declared as EntityListeners | |
---|---|
protected EntityListeners |
Entity.entityListeners
|
protected EntityListeners |
PersistenceUnitDefaults.entityListeners
|
protected EntityListeners |
MappedSuperclass.entityListeners
|
Methods in org.apache.openejb.jee.jpa that return EntityListeners | |
---|---|
EntityListeners |
ObjectFactory.createEntityListeners()
Create an instance of EntityListeners |
EntityListeners |
Entity.getEntityListeners()
Gets the value of the entityListeners property. |
EntityListeners |
Mapping.getEntityListeners()
|
EntityListeners |
PersistenceUnitDefaults.getEntityListeners()
Gets the value of the entityListeners property. |
EntityListeners |
MappedSuperclass.getEntityListeners()
Gets the value of the entityListeners property. |
Methods in org.apache.openejb.jee.jpa with parameters of type EntityListeners | |
---|---|
void |
Entity.setEntityListeners(EntityListeners value)
Sets the value of the entityListeners property. |
void |
Mapping.setEntityListeners(EntityListeners value)
|
void |
PersistenceUnitDefaults.setEntityListeners(EntityListeners value)
Sets the value of the entityListeners property. |
void |
MappedSuperclass.setEntityListeners(EntityListeners value)
Sets the value of the entityListeners property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |