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