Search in sources :

Example 26 with VirSchema

use of org.apache.syncope.core.persistence.api.entity.VirSchema in project syncope by apache.

the class VirSchemaTest method findByName.

@Test
public void findByName() {
    VirSchema attributeSchema = virSchemaDAO.find("virtualdata");
    assertNotNull(attributeSchema);
}
Also used : VirSchema(org.apache.syncope.core.persistence.api.entity.VirSchema) Test(org.junit.jupiter.api.Test) AbstractTest(org.apache.syncope.core.persistence.jpa.AbstractTest)

Aggregations

VirSchema (org.apache.syncope.core.persistence.api.entity.VirSchema)26 DerSchema (org.apache.syncope.core.persistence.api.entity.DerSchema)10 Provision (org.apache.syncope.core.persistence.api.entity.resource.Provision)10 List (java.util.List)9 PlainSchema (org.apache.syncope.core.persistence.api.entity.PlainSchema)9 HashSet (java.util.HashSet)6 AnyTypeClass (org.apache.syncope.core.persistence.api.entity.AnyTypeClass)6 ExternalResource (org.apache.syncope.core.persistence.api.entity.resource.ExternalResource)6 ArrayList (java.util.ArrayList)5 Collections (java.util.Collections)5 Date (java.util.Date)5 OrgUnit (org.apache.syncope.core.persistence.api.entity.resource.OrgUnit)5 ParseException (java.text.ParseException)4 Set (java.util.Set)4 Collectors (java.util.stream.Collectors)4 SyncopeClientException (org.apache.syncope.common.lib.SyncopeClientException)4 AnyTypeDAO (org.apache.syncope.core.persistence.api.dao.AnyTypeDAO)4 SyncopeClientCompositeException (org.apache.syncope.common.lib.SyncopeClientCompositeException)3 VirSchemaDAO (org.apache.syncope.core.persistence.api.dao.VirSchemaDAO)3 AnyType (org.apache.syncope.core.persistence.api.entity.AnyType)3