JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Spring Batch
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.springframework.batch.sample.domain.trade
Interface TradeDao
All Known Implementing Classes:
JdbcTradeDao
public interface
TradeDao
Interface for writing a Trade object to an arbitrary output.
Author:
Robert Kasanicky
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
writeTrade
(
Trade
trade)
Method Detail
writeTrade
void writeTrade(
Trade
trade)
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Spring Batch
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method