public interface PersonRepository extends AerospikeRepository<Person,String>
| Modifier and Type | Method and Description |
|---|---|
List<Person> |
findByName(String name) |
List<Person> |
findByNameStartsWith(String prefix) |
createIndexfindAll, findAllCopyright © 2011-2016–2017 Aerospike Inc.. All rights reserved.