Uses of Interface
org.apache.syncope.core.persistence.api.dao.PersistenceInfoDAO
Packages that use PersistenceInfoDAO
Package
Description
-
Uses of PersistenceInfoDAO in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return PersistenceInfoDAOModifier and TypeMethodDescriptionPersistenceContext.persistenceInfoDAO(EntityManagerFactory entityManagerFactory) -
Uses of PersistenceInfoDAO in org.apache.syncope.core.persistence.jpa.dao
Classes in org.apache.syncope.core.persistence.jpa.dao that implement PersistenceInfoDAO -
Uses of PersistenceInfoDAO in org.apache.syncope.core.persistence.neo4j
Methods in org.apache.syncope.core.persistence.neo4j that return PersistenceInfoDAOModifier and TypeMethodDescriptionPersistenceContext.persistenceInfoDAO(org.neo4j.driver.Driver driver) -
Uses of PersistenceInfoDAO in org.apache.syncope.core.persistence.neo4j.dao
Classes in org.apache.syncope.core.persistence.neo4j.dao that implement PersistenceInfoDAO -
Uses of PersistenceInfoDAO in org.apache.syncope.core.starter
Methods in org.apache.syncope.core.starter with parameters of type PersistenceInfoDAOModifier and TypeMethodDescriptionSyncopeCoreApplication.syncopeCoreInfoContributor(AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, ExternalResourceDAO resourceDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, RoleDAO roleDAO, PolicyDAO policyDAO, NotificationDAO notificationDAO, TaskDAO taskDAO, SecurityQuestionDAO securityQuestionDAO, PersistenceInfoDAO persistenceInfoDAO, ConfParamOps confParamOps, ConnIdBundleManager bundleManager, ImplementationLookup implLookup) -
Uses of PersistenceInfoDAO in org.apache.syncope.core.starter.actuate
Fields in org.apache.syncope.core.starter.actuate declared as PersistenceInfoDAOModifier and TypeFieldDescriptionprotected final PersistenceInfoDAODefaultSyncopeCoreInfoContributor.persistenceInfoDAOConstructors in org.apache.syncope.core.starter.actuate with parameters of type PersistenceInfoDAOModifierConstructorDescriptionDefaultSyncopeCoreInfoContributor(AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, ExternalResourceDAO resourceDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, RoleDAO roleDAO, PolicyDAO policyDAO, NotificationDAO notificationDAO, TaskDAO taskDAO, SecurityQuestionDAO securityQuestionDAO, PersistenceInfoDAO persistenceInfoDAO, ConfParamOps confParamOps, ConnIdBundleManager bundleManager, ImplementationLookup implLookup)