Class InMemoryCrudRepository

  • All Implemented Interfaces:
    org.springframework.data.repository.CrudRepository , org.springframework.data.repository.Repository

    
    public class InMemoryCrudRepository<T extends Object>
     implements CrudRepository<T, String>
                        

    Spring Data CrudRepository with in memory storage. Not itself intended for production usage, but can be used in demos to minimize dependencies, and ultimately swapped out for serious use.