Class JdbcRelationSearcher
- java.lang.Object
-
- de.hybris.platform.persistence.links.jdbc.dml.relation.JdbcRelationSearcher
-
- All Implemented Interfaces:
RelationsSearcher
public class JdbcRelationSearcher extends java.lang.Object implements RelationsSearcher
-
-
Constructor Summary
Constructors Constructor Description JdbcRelationSearcher(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Iterable<Relation>search(RelationsSearchParams params)
-
-
-
Method Detail
-
search
public java.lang.Iterable<Relation> search(RelationsSearchParams params)
- Specified by:
searchin interfaceRelationsSearcher
-
-