ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.orm10.EntityListeners

Packages that use EntityListeners
org.jboss.shrinkwrap.descriptor.api.orm10 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of EntityListeners in org.jboss.shrinkwrap.descriptor.api.orm10
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm10 that return EntityListeners
 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<Entity<T>> Entity.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
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm10 that return types with arguments of type EntityListeners
 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.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.