nurkiewicz / spring-data-jdbc-repository

Spring Data JDBC generic DAO implementation
275 stars 151 forks source link

Use “select 1” instead of “select count(*)” in exists(ID) #26

Closed jirutka closed 8 years ago

jirutka commented 8 years ago

This is slightly more efficient.