Uses of Class
org.apache.syncope.core.persistence.api.dao.AllowedSchemas
Packages that use AllowedSchemas
Package
Description
-
Uses of AllowedSchemas in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return AllowedSchemasModifier and TypeMethodDescription<S extends Schema>
AllowedSchemas<S> AnyDAO.findAllowedSchemas(A any, Class<S> reference) -
Uses of AllowedSchemas in org.apache.syncope.core.persistence.jpa.dao.repo
Methods in org.apache.syncope.core.persistence.jpa.dao.repo that return AllowedSchemasModifier and TypeMethodDescription<S extends Schema>
AllowedSchemas<S> AbstractAnyRepoExt.findAllowedSchemas(A any, Class<S> reference) <S extends Schema>
AllowedSchemas<S> AnyRepoExt.findAllowedSchemas(A any, Class<S> reference) -
Uses of AllowedSchemas in org.apache.syncope.core.persistence.neo4j.dao.repo
Methods in org.apache.syncope.core.persistence.neo4j.dao.repo that return AllowedSchemasModifier and TypeMethodDescription<S extends Schema>
AllowedSchemas<S> AbstractAnyRepoExt.findAllowedSchemas(A any, Class<S> reference) <S extends Schema>
AllowedSchemas<S> AnyRepoExt.findAllowedSchemas(A any, Class<S> reference)