public interface URLMapperDao extends CTPBaseDao<CtpShortURL>
限定符和类型 | 方法和说明 |
---|---|
CtpShortURL |
findByShortUrl(java.lang.String shortUrl) |
CtpShortURL |
findByUrl(java.lang.String url) |
int |
getNextSerialNo(CtpShortURL ctx) |
bulkUpdate, 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, updatePatchAll
CtpShortURL findByUrl(java.lang.String url) throws BusinessException
CtpShortURL findByShortUrl(java.lang.String shortUrl) throws BusinessException
int getNextSerialNo(CtpShortURL ctx) throws BusinessException