public interface AclObjectIdentityPersistence extends org.springframework.data.jpa.repository.JpaRepository<AclObjectIdentity,Long>
| Modifier and Type | Method and Description |
|---|---|
AclObjectIdentity |
findByObjectIdIdentityAndClassName(long objectIdentityId,
String aclClass) |
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 findByObjectIdIdentityAndClassName(@Param(value="objectIdIdentity") long objectIdentityId, @Param(value="aclClass") String aclClass)
Copyright © 2017 Global Crop Diversity Trust. All rights reserved.