- All Implemented Interfaces:
- org.springframework.data.repository.CrudRepository<T,ID>, org.springframework.data.repository.Repository<T,ID>
- Direct Known Subclasses:
- AbstractInMemoryRepository
public abstract class AbstractRepository<T,ID extends java.io.Serializable>
extends java.lang.Object
implements org.springframework.data.repository.CrudRepository<T,ID>
Helper class for repositories, implementing some behavior in terms of unit methods. Implementations that can perform
operations in bulk are encouraged to override methods implemented here.
- Author:
- Eric Bottard