public abstract class SimplePersistenceRepository<E,I> extends PersistenceRepository<E,I>
| 构造器和说明 |
|---|
SimplePersistenceRepository() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected E |
findByIdForUpdateImpl(I id) |
protected void |
removeBatchImpl(Set<I> ids) |
protected void |
saveBatchImpl(Map<I,E> entities) |
protected E |
saveIfAbsentImpl(I id,
E entity) |
protected void |
unlockBatchImpl(Set<I> ids) |
protected void |
unlockImpl(I id) |
protected void |
updateBatchImpl(Map<I,E> entitiesToUpdate) |
findByIdForUpdateFromStore, findByIdFromStore, findByIdImpl, removeAllToStore, removeImpl, saveAllToStore, saveIfAbsentToStore, saveImpl, unlockAllToStore, updateAllToStore, updateImplcreateEntities, deleteEntities, findById, findByIdForUpdate, findByIdForUpdateOrCreateAndLock, getId, getRepository, initAsMock, remove, returnEntities, save, saveIfAbsent, updateEntitiesprotected E findByIdForUpdateImpl(I id)
findByIdForUpdateImpl 在类中 PersistenceRepository<E,I>protected E saveIfAbsentImpl(I id, E entity)
saveIfAbsentImpl 在类中 PersistenceRepository<E,I>protected void updateBatchImpl(Map<I,E> entitiesToUpdate)
updateBatchImpl 在类中 PersistenceRepository<E,I>protected void saveBatchImpl(Map<I,E> entities)
saveBatchImpl 在类中 PersistenceRepository<E,I>protected void removeBatchImpl(Set<I> ids)
removeBatchImpl 在类中 PersistenceRepository<E,I>protected void unlockBatchImpl(Set<I> ids)
unlockBatchImpl 在类中 PersistenceRepository<E,I>protected void unlockImpl(I id)
unlockImpl 在类中 PersistenceRepository<E,I>Copyright © 2021. All rights reserved.