public interface AclObjectIdentityPersistence extends org.springframework.data.jpa.repository.JpaRepository<AclObjectIdentity,Long>
| Modifier and Type | Method and Description |
|---|---|
AclObjectIdentity |
findByIdAndClassname(long objectIdentityId,
String aclClass)
Find by object id identity and class name.
|
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAll@Query(value="select aoi from AclObjectIdentity aoi where aoi.objectIdIdentity = :objectIdIdentity and aoi.aclClass.aclClass = :aclClass") AclObjectIdentity findByIdAndClassname(@Param(value="objectIdIdentity") long objectIdentityId, @Param(value="aclClass") String aclClass)
objectIdentityId - the object identity idaclClass - the acl classCopyright © 2018 Global Crop Diversity Trust. All rights reserved.