@Repository
@Profile(value={"mongo","fongo"})
public interface UserRepositoryMongodb
extends org.springframework.data.mongodb.repository.MongoRepository<UserMongoEntity,String>
| Modifier and Type | Method and Description |
|---|---|
List<UserMongoEntity> |
findByExpireUserLessThan(LocalDateTime date) |
findAll, findAll, findAll, findAll, insert, insert, saveAllfindAll@Query(fields="{id : 1}")
List<UserMongoEntity> findByExpireUserLessThan(LocalDateTime date)
Copyright © 2019. All rights reserved.