This is the complete list of members for org.turro.jpa.DaoUtil, including all inherited members.
count(Dao dao, String table) | org.turro.jpa.DaoUtil | static |
count(Dao dao, String table, String condition) | org.turro.jpa.DaoUtil | static |
count(Dao dao, String table, String condition, Object... pars) | org.turro.jpa.DaoUtil | static |
count(Dao dao, WhereClause wc) | org.turro.jpa.DaoUtil | static |
getCommaSeparatedValues(Collection< String > values, boolean quoted) | org.turro.jpa.DaoUtil | static |
getIdentifierFromPath(String e) | org.turro.jpa.DaoUtil | static |
getInClauseFromPaths(Collection< String > paths, boolean quoted) | org.turro.jpa.DaoUtil | static |
getJson(Dao dao, Class javaClass, Object identifier, final JSONSerializer json) | org.turro.jpa.DaoUtil | static |
isEmpty(Dao dao, String table) | org.turro.jpa.DaoUtil | static |
isEmpty(Dao dao, String table, String condition) | org.turro.jpa.DaoUtil | static |
isEmpty(Dao dao, String table, String condition, Object... pars) | org.turro.jpa.DaoUtil | static |