public class SyncWatchEventPersistence extends BasePersistenceImpl<SyncWatchEvent,java.lang.Long>
Constructor and Description |
---|
SyncWatchEventPersistence() |
Modifier and Type | Method and Description |
---|---|
long |
countBySyncAccountId(long syncAccountId) |
void |
deleteBySyncAccountId(long syncAccountId) |
SyncWatchEvent |
fetchByE_F_T(java.lang.String eventType,
java.lang.String filePathName,
long timestamp) |
java.util.List<SyncWatchEvent> |
findBySyncAccountId(long syncAccountId) |
java.util.List<SyncWatchEvent> |
findBySyncAccountId(long syncAccountId,
java.lang.String orderByColumn,
boolean ascending) |
create, createTable, delete, delete, deleteById, getSyncNotificationFieldNames, notifyModelListenersOnCreate, notifyModelListenersOnRemove, notifyModelListenersOnUpdate, registerModelListener, unregisterModelListener, update
assignEmptyForeignCollection, callBatchTasks, checkForInitialized, clearAllInternalObjectCaches, clearObjectCache, closeableIterator, closeLastIterator, commit, countOf, countOf, createIfNotExists, createOrUpdate, delete, delete, deleteBuilder, deleteIds, endThreadConnection, executeRaw, executeRawNoArgs, extractId, findForeignFieldType, getConnectionSource, getDataClass, getEmptyForeignCollection, getObjectCache, getObjectFactory, getRawRowMapper, getSelectStarRowMapper, getTableConfig, getTableInfo, getWrappedIterable, getWrappedIterable, idExists, initialize, isAutoCommit, isAutoCommit, isTableExists, isUpdatable, iterator, iterator, iterator, iterator, mapSelectStarRow, objectsEqual, objectToString, query, queryBuilder, queryForAll, queryForEq, queryForFieldValues, queryForFieldValuesArgs, queryForFirst, queryForId, queryForMatching, queryForMatchingArgs, queryForSameId, queryRaw, queryRaw, queryRaw, queryRaw, queryRawValue, refresh, rollBack, setAutoCommit, setAutoCommit, setConnectionSource, setObjectCache, setObjectCache, setObjectFactory, setTableConfig, startThreadConnection, update, updateBuilder, updateId, updateRaw
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
assignEmptyForeignCollection, callBatchTasks, clearObjectCache, closeLastIterator, commit, countOf, countOf, createIfNotExists, createOrUpdate, delete, delete, deleteBuilder, deleteIds, endThreadConnection, executeRaw, executeRawNoArgs, extractId, findForeignFieldType, getConnectionSource, getDataClass, getEmptyForeignCollection, getObjectCache, getRawRowMapper, getSelectStarRowMapper, getWrappedIterable, getWrappedIterable, idExists, isAutoCommit, isAutoCommit, isTableExists, isUpdatable, iterator, iterator, iterator, iterator, mapSelectStarRow, objectsEqual, objectToString, query, queryBuilder, queryForAll, queryForEq, queryForFieldValues, queryForFieldValuesArgs, queryForFirst, queryForId, queryForMatching, queryForMatchingArgs, queryForSameId, queryRaw, queryRaw, queryRaw, queryRaw, queryRawValue, refresh, rollBack, setAutoCommit, setAutoCommit, setObjectCache, setObjectCache, setObjectFactory, startThreadConnection, update, updateBuilder, updateId, updateRaw
public SyncWatchEventPersistence() throws java.sql.SQLException
java.sql.SQLException
public long countBySyncAccountId(long syncAccountId) throws java.sql.SQLException
java.sql.SQLException
public void deleteBySyncAccountId(long syncAccountId) throws java.sql.SQLException
java.sql.SQLException
public SyncWatchEvent fetchByE_F_T(java.lang.String eventType, java.lang.String filePathName, long timestamp) throws java.sql.SQLException
java.sql.SQLException
public java.util.List<SyncWatchEvent> findBySyncAccountId(long syncAccountId) throws java.sql.SQLException
java.sql.SQLException
public java.util.List<SyncWatchEvent> findBySyncAccountId(long syncAccountId, java.lang.String orderByColumn, boolean ascending) throws java.sql.SQLException
java.sql.SQLException