Class SearchViewSupport
- java.lang.Object
-
- org.apache.syncope.core.persistence.jpa.dao.SearchSupport
-
- org.apache.syncope.core.persistence.jpa.dao.SearchViewSupport
-
public class SearchViewSupport extends SearchSupport
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.syncope.core.persistence.jpa.dao.SearchSupport
SearchSupport.SearchView
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.core.persistence.jpa.dao.SearchSupport
anyTypeKind, nonMandatorySchemas
-
-
Constructor Summary
Constructors Constructor Description SearchViewSupport(AnyTypeKind anyTypeKind)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchSupport.SearchView
attr()
SearchSupport.SearchView
uniqueAttr()
-
Methods inherited from class org.apache.syncope.core.persistence.jpa.dao.SearchSupport
auxClass, dyngroupmembership, dynpriv, dynrealmmembership, dynrolemembership, entitlements, field, groupResource, membership, priv, relationship, resource, role, table
-
-
-
-
Constructor Detail
-
SearchViewSupport
public SearchViewSupport(AnyTypeKind anyTypeKind)
-
-
Method Detail
-
attr
public SearchSupport.SearchView attr()
-
uniqueAttr
public SearchSupport.SearchView uniqueAttr()
-
-