All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.bwaldvogel.mongo.repository.AccountRepository Maven / Gradle / Ivy

There is a newer version: 1.45.0
Show newest version
package de.bwaldvogel.mongo.repository;

import org.bson.types.ObjectId;
import org.springframework.data.repository.PagingAndSortingRepository;

import de.bwaldvogel.mongo.entity.Account;

public interface AccountRepository extends PagingAndSortingRepository {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy