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 BookPageRepository
All Superinterfaces:
GenericRepository
<
BookPage
,
Object
>
public interface
BookPageRepository
extends
GenericRepository
<
BookPage
,
Object
>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
BookPage
save
(
Book
book,
Page
page)
Method Details
save
BookPage
save
(
Book
book,
Page
page)