JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.ibanfr.infrastructure.dao
Interface Dao<T>
All Known Implementing Classes:
BaseDao
,
EmployeeDao
,
TeamDao
public interface
Dao<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Optional
<
T
>
findById
(
Long
id)
void
save
(
T
entity)
Method Details
save
void
save
(
T
entity)
findById
Optional
<
T
>
findById
(
Long
id)