org.ow2.easybeans.mavenplugin.server
Interface IPersistenceListener
public interface IPersistenceListener
Interface determining the action executed by the listener,
before a deployment of a ressource.
- Author:
- Vincent Michaud
reportRequestedPersistenceProviders
void reportRequestedPersistenceProviders(List<Integer> persistenceProvidersImpl)
- Determine the action performed when the audit is received.
- Parameters:
persistenceProvidersImpl
- Implementations of required persistence providers.
The value of integers in the list can be: PersistenceSupport.JPA_ECLIPSELINK,
PersistenceSupport.JPA_HIBERNATE, PersistenceSupport.JPA_OPENJPA,
and PersistenceSupport.JPA_TOPLINK. The list can not be null or empty.
Copyright © 2006-2011 OW2 Consortium. All Rights Reserved.