Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm10 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
EntityListeners<Entity<T>> |
Entity.getOrCreateEntityListeners()
If not already created, a new
entity-listeners element with the given value will be created. |
EntityListeners<MappedSuperclass<T>> |
MappedSuperclass.getOrCreateEntityListeners()
If not already created, a new
entity-listeners element with the given value will be created. |
EntityListeners<PersistenceUnitDefaults<T>> |
PersistenceUnitDefaults.getOrCreateEntityListeners()
If not already created, a new
entity-listeners element with the given value will be created. |
EntityListeners<T> |
EntityListeners.removeAllEntityListener()
Removes all
entity-listener elements |
Modifier and Type | Method and Description |
---|---|
EntityListener<EntityListeners<T>> |
EntityListeners.createEntityListener()
Creates a new
entity-listener element |
List<EntityListener<EntityListeners<T>>> |
EntityListeners.getAllEntityListener()
Returns all
entity-listener elements |
EntityListener<EntityListeners<T>> |
EntityListeners.getOrCreateEntityListener()
If not already created, a new
entity-listener element will be created and returned. |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.