Uses of Class
org.jboss.system.server.profileservice.persistence.PersistenceFactory

Packages that use PersistenceFactory
org.jboss.deployers.plugins.managed   
org.jboss.system.server.profileservice.persistence   
org.jboss.system.server.profileservice.persistence.component   
org.jboss.system.server.profileservice.persistence.deployer   
org.jboss.system.server.profileservice.repository   
 

Uses of PersistenceFactory in org.jboss.deployers.plugins.managed
 

Constructors in org.jboss.deployers.plugins.managed with parameters of type PersistenceFactory
KernelDeploymentComponentMapper(PersistenceFactory persistenceFactory)
           
 

Uses of PersistenceFactory in org.jboss.system.server.profileservice.persistence
 

Subclasses of PersistenceFactory in org.jboss.system.server.profileservice.persistence
 class AbstractPersistenceFactory
          The abstract persistence factory.
 

Uses of PersistenceFactory in org.jboss.system.server.profileservice.persistence.component
 

Constructors in org.jboss.system.server.profileservice.persistence.component with parameters of type PersistenceFactory
AbstractComponentMapper(PersistenceFactory persistenceFactory)
           
 

Uses of PersistenceFactory in org.jboss.system.server.profileservice.persistence.deployer
 

Methods in org.jboss.system.server.profileservice.persistence.deployer that return PersistenceFactory
 PersistenceFactory ProfileServicePersistenceDeployer.getPersistenceFactory()
           
 

Methods in org.jboss.system.server.profileservice.persistence.deployer with parameters of type PersistenceFactory
 void ProfileServicePersistenceDeployer.setPersistenceFactory(PersistenceFactory persistenceFactory)
           
 

Uses of PersistenceFactory in org.jboss.system.server.profileservice.repository
 

Methods in org.jboss.system.server.profileservice.repository that return PersistenceFactory
 PersistenceFactory AbstractAttachmentStore.getPersistenceFactory()
           
 

Methods in org.jboss.system.server.profileservice.repository with parameters of type PersistenceFactory
 void AbstractAttachmentStore.setPersistenceFactory(PersistenceFactory persistenceFactory)
           
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.