Package de.bwaldvogel.mongo.repository
Interface AccountRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Account,org.bson.types.ObjectId>,org.springframework.data.repository.PagingAndSortingRepository<Account,org.bson.types.ObjectId>,org.springframework.data.repository.Repository<Account,org.bson.types.ObjectId>
public interface AccountRepository extends org.springframework.data.repository.PagingAndSortingRepository<Account,org.bson.types.ObjectId>