Uses of Interface
org.apache.syncope.core.persistence.api.entity.AnyAbout
-
Packages that use AnyAbout Package Description org.apache.syncope.core.persistence.api.entity org.apache.syncope.core.persistence.jpa.entity -
-
Uses of AnyAbout in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return types with arguments of type AnyAbout Modifier and Type Method Description Optional<? extends AnyAbout>Notification. getAbout(AnyType anyType)List<? extends AnyAbout>Notification. getAbouts()Methods in org.apache.syncope.core.persistence.api.entity with parameters of type AnyAbout Modifier and Type Method Description booleanNotification. add(AnyAbout about) -
Uses of AnyAbout in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity that implement AnyAbout Modifier and Type Class Description classJPAAnyAboutMethods in org.apache.syncope.core.persistence.jpa.entity that return types with arguments of type AnyAbout Modifier and Type Method Description Optional<? extends AnyAbout>JPANotification. getAbout(AnyType anyType)List<? extends AnyAbout>JPANotification. getAbouts()Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type AnyAbout Modifier and Type Method Description booleanJPANotification. add(AnyAbout about)
-