JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
io.micronaut.data.tck.repositories
TrainsRepository
Contents
Description
Method Summary
Method Details
getModel(String)
Hide sidebar
Show sidebar
Interface TrainsRepository
public interface
TrainsRepository
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Optional
<
String
>
getModel
(
String
name)
Method Details
getModel
@Find(
Train
.class) @Select("model")
Optional
<
String
>
getModel
(
String
name)