ADYNMEMB_TABLE, publisher, UDYNMEMB_TABLE
anyUtilsFactory, derSchemaDAO, dynRealmDAO, plainSchemaDAO
LOG
DEFAULT_PAGE_SIZE
Constructor and Description |
---|
JPAJSONGroupDAO() |
Modifier and Type | Method and Description |
---|---|
List<Group> |
findByDerAttrValue(DerSchema schema,
String value,
boolean ignoreCaseMatch)
Find any objects by derived attribute value.
|
Optional<Group> |
findByPlainAttrUniqueValue(PlainSchema schema,
PlainAttrUniqueValue attrUniqueValue,
boolean ignoreCaseMatch) |
List<Group> |
findByPlainAttrValue(PlainSchema schema,
PlainAttrValue attrValue,
boolean ignoreCaseMatch) |
Group |
save(Group group) |
clearADynMembers, clearUDynMembers, count, countADynMembers, countAMembers, countByRealm, countUDynMembers, countUMembers, delete, findADynMembers, findAll, findAllKeys, findAllResourceKeys, findAMemberships, findByName, findKey, findKeysByNamePattern, findLastChange, findOwnedByGroup, findOwnedByUser, findTypeExtensions, findUDynMembers, findUMemberships, init, refreshDynMemberships, refreshDynMemberships, removeDynMemberships, removeDynMemberships, saveAndRefreshDynMemberships, securityChecks, securityChecks
anyUtils, authFind, convert, delete, find, findAllKeys, findAllowedSchemas, findByKeys, findByResource, findDynRealms, findKey, findLastChange, getAllMatchingCond
clear, detach, entityManager, entityManagerFactory, refresh
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
authFind, delete, find, findAllowedSchemas, findByKeys, findByResource, findDynRealms, getAllMatchingCond
public List<Group> findByPlainAttrValue(PlainSchema schema, PlainAttrValue attrValue, boolean ignoreCaseMatch)
findByPlainAttrValue
in interface AnyDAO<Group>
findByPlainAttrValue
in class AbstractAnyDAO<Group>
public Optional<Group> findByPlainAttrUniqueValue(PlainSchema schema, PlainAttrUniqueValue attrUniqueValue, boolean ignoreCaseMatch)
findByPlainAttrUniqueValue
in interface AnyDAO<Group>
findByPlainAttrUniqueValue
in class AbstractAnyDAO<Group>
public List<Group> findByDerAttrValue(DerSchema schema, String value, boolean ignoreCaseMatch)
AnyDAO
findByDerAttrValue
in interface AnyDAO<Group>
findByDerAttrValue
in class AbstractAnyDAO<Group>
schema
- derived schemavalue
- derived attribute valueignoreCaseMatch
- whether comparison for string values should take case into account or notCopyright © 2010–2023 The Apache Software Foundation. All rights reserved.