se.unlogic.standardutils.populators
Interface QueryParameterPopulator<T>

All Known Implementing Classes:
EnumPopulator, UUIDPopulator

public interface QueryParameterPopulator<T>


Method Summary
 Class<? extends T> getType()
           
 void populate(PreparedStatementQuery query, int paramIndex, Object bean)
           
 

Method Detail

getType

Class<? extends T> getType()

populate

void populate(PreparedStatementQuery query,
              int paramIndex,
              Object bean)
              throws SQLException
Throws:
SQLException


Copyright © 2011. All Rights Reserved.