JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
io.micronaut.data.tck.repositories
Interface SimpleBookRepository
All Known Implementing Classes:
BookRepository
public interface
SimpleBookRepository
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
long
count
()
void
deleteAll
()
Book
save
(
Book
book)
Method Details
save
Book
save
(
Book
book)
deleteAll
void
deleteAll
()
count
long
count
()