Class AnyFinder
java.lang.Object
org.apache.syncope.core.persistence.common.dao.AnyFinder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AnySearchDAO
protected static final Comparator
<String> protected static final Logger
protected final PlainSchemaDAO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindByDerAttrValue
(AnyTypeKind anyTypeKind, DerSchema derSchema, String value, boolean ignoreCaseMatch) Split an attribute value recurring on provided literals/tokens.
-
Field Details
-
LOG
-
LITERAL_COMPARATOR
-
plainSchemaDAO
-
anySearchDAO
-
-
Constructor Details
-
AnyFinder
-
-
Method Details
-
split
Split an attribute value recurring on provided literals/tokens.- Parameters:
attrValue
- value to be splitliterals
- literals/tokens- Returns:
- split value
-
findByDerAttrValue
@Transactional(readOnly=true) public <A extends Any> List<A> findByDerAttrValue(AnyTypeKind anyTypeKind, DerSchema derSchema, String value, boolean ignoreCaseMatch)
-