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 PlantRepository
All Superinterfaces:
GenericRepository
<
Plant
,
Long
>
public interface
PlantRepository
extends
GenericRepository
<
Plant
,
Long
>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Plant
findById
(
Long
id)
Plant
save
(
Plant
plant)
Method Details
save
Plant
save
(
Plant
plant)
findById
Plant
findById
(
Long
id)