public class URLMapperDaoImpl extends BaseDao<CtpShortURL> implements URLMapperDao
entityClass| 构造器和说明 |
|---|
URLMapperDaoImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
closeQuietly(java.sql.ResultSet rs) |
static void |
closeQuietly(java.sql.Statement stmt) |
CtpShortURL |
findByShortUrl(java.lang.String shortUrl) |
CtpShortURL |
findByUrl(java.lang.String url) |
int |
getNextSerialNo(CtpShortURL ctx) |
bulkUpdate, bulkUpdate, checkDaoConfig, convertHibernateAccessException, count, count, count, createHibernateTemplate, delete, delete, executeCriteria, executeCriteria, executeUniqueCriteria, find, find, find, find, find, find, findBy, findByLike, findNativeSQL, findSimpleObjects, findSimpleObjects, findUnique, findUnique, findUniqueBy, findVarargs, findWithCount, findWithCount, get, getAll, getBatchSize, getCountByCriteria, getEntityClass, getHibernateTemplate, getSessionFactory, getSimpleObject, save, savePatchAll, setHibernateTemplate, setParameters, setSessionFactory, sortCriteria, update, updatePatchAllclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbulkUpdate, bulkUpdate, count, count, count, delete, delete, executeCriteria, executeCriteria, executeUniqueCriteria, find, find, find, find, find, find, findBy, findByLike, findNativeSQL, findSimpleObjects, findSimpleObjects, findUnique, findUnique, findUniqueBy, findVarargs, findWithCount, findWithCount, get, getAll, getCountByCriteria, getHibernateTemplate, getSessionFactory, getSimpleObject, save, savePatchAll, setHibernateTemplate, setSessionFactory, update, updatePatchAllpublic CtpShortURL findByUrl(java.lang.String url) throws BusinessException
findByUrl 在接口中 URLMapperDaoBusinessExceptionpublic CtpShortURL findByShortUrl(java.lang.String shortUrl) throws BusinessException
findByShortUrl 在接口中 URLMapperDaoBusinessExceptionpublic int getNextSerialNo(CtpShortURL ctx) throws BusinessException
getNextSerialNo 在接口中 URLMapperDaoBusinessExceptionpublic static void closeQuietly(java.sql.Statement stmt)
public static void closeQuietly(java.sql.ResultSet rs)