org.apache.myfaces.custom.conversation
Interface PersistenceManagerFactory


public interface PersistenceManagerFactory

Implement and configure this factory to create your PersistenceManager if required.
The factory can be configured in your web.xml using the init parameter named org.apache.myfaces.conversation.PERSISTENCE_MANAGER_FACTORY

Author:
imario@apache.org

Method Summary
 PersistenceManager create()
           
 

Method Detail

create

PersistenceManager create()


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.