Package de.tarent.extract
Class DefaultCountStrategy
- java.lang.Object
-
- de.tarent.extract.DefaultCountStrategy
-
- All Implemented Interfaces:
CountStrategy
public class DefaultCountStrategy extends java.lang.Object implements CountStrategy
-
-
Constructor Summary
Constructors Constructor Description DefaultCountStrategy(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integercount(ExtractorQuery query)
-
-
-
Method Detail
-
count
public java.lang.Integer count(ExtractorQuery query)
- Specified by:
countin interfaceCountStrategy
-
-