public class SyncFilePersistence extends BasePersistenceImpl<SyncFile,java.lang.Long>
Constructor and Description |
---|
SyncFilePersistence() |
Modifier and Type | Method and Description |
---|---|
long |
countByS_T_U(long syncAccountId,
java.lang.String type,
int uiEvent) |
long |
countByS_U(long syncAccountId,
int uiEvent) |
long |
countByUIEvent(int uiEvent) |
SyncFile |
fetchByC_S(java.lang.String checksum,
int state) |
SyncFile |
fetchByFilePathName(java.lang.String filePathName) |
SyncFile |
fetchByR_S_T(long repositoryId,
long syncAccountId,
long typePK) |
java.util.List<SyncFile> |
findByP_S(long parentFolderId,
long syncAccountId) |
java.util.List<SyncFile> |
findByParentFilePathName(java.lang.String parentFilePathName) |
java.util.List<SyncFile> |
findByPF_L(java.lang.String parentFilePathName,
long localSyncTime) |
java.util.List<SyncFile> |
findByR_S(long repositoryId,
long syncAccountId) |
java.util.List<SyncFile> |
findByS_U(long syncAccountId,
int uiEvent,
java.lang.String orderByColumn,
boolean ascending) |
java.util.List<SyncFile> |
findBySyncAccountId(long syncAccountId) |
void |
renameByParentFilePathName(java.lang.String sourceParentFilePathName,
java.lang.String targetParentFilePathName) |
void |
updateByParentFilePathName(java.lang.String parentFilePathName,
int state,
int uiEvent) |
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 SyncFilePersistence() throws java.sql.SQLException
java.sql.SQLException
public long countByS_U(long syncAccountId, int uiEvent) throws java.sql.SQLException
java.sql.SQLException
public long countByS_T_U(long syncAccountId, java.lang.String type, int uiEvent) throws java.sql.SQLException
java.sql.SQLException
public long countByUIEvent(int uiEvent) throws java.sql.SQLException
java.sql.SQLException
public SyncFile fetchByC_S(java.lang.String checksum, int state) throws java.sql.SQLException
java.sql.SQLException
public java.util.List<SyncFile> findByParentFilePathName(java.lang.String parentFilePathName) throws java.sql.SQLException
java.sql.SQLException
public SyncFile fetchByFilePathName(java.lang.String filePathName) throws java.sql.SQLException
java.sql.SQLException
public SyncFile fetchByR_S_T(long repositoryId, long syncAccountId, long typePK) throws java.sql.SQLException
java.sql.SQLException
public java.util.List<SyncFile> findBySyncAccountId(long syncAccountId) throws java.sql.SQLException
java.sql.SQLException
public java.util.List<SyncFile> findByPF_L(java.lang.String parentFilePathName, long localSyncTime) throws java.sql.SQLException
java.sql.SQLException
public java.util.List<SyncFile> findByP_S(long parentFolderId, long syncAccountId) throws java.sql.SQLException
java.sql.SQLException
public java.util.List<SyncFile> findByR_S(long repositoryId, long syncAccountId) throws java.sql.SQLException
java.sql.SQLException
public java.util.List<SyncFile> findByS_U(long syncAccountId, int uiEvent, java.lang.String orderByColumn, boolean ascending) throws java.sql.SQLException
java.sql.SQLException
public void renameByParentFilePathName(java.lang.String sourceParentFilePathName, java.lang.String targetParentFilePathName) throws java.sql.SQLException
java.sql.SQLException
public void updateByParentFilePathName(java.lang.String parentFilePathName, int state, int uiEvent) throws java.sql.SQLException
java.sql.SQLException