Interface AsyncBookRepository

All Superinterfaces:
AsyncCrudRepository<Book,com.tangosol.util.UUID>, GenericRepository<Book,com.tangosol.util.UUID>

@CoherenceRepository("book") public interface AsyncBookRepository extends AsyncCrudRepository<Book,com.tangosol.util.UUID>
A Book Repository to test queries generated by Micronaut.