public class SyncDLFileVersionDiffUtil
extends java.lang.Object
com.liferay.sync.service.persistence.impl.SyncDLFileVersionDiffPersistenceImpl
and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
SyncDLFileVersionDiffPersistence
Constructor and Description |
---|
SyncDLFileVersionDiffUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
cacheResult(java.util.List<SyncDLFileVersionDiff> syncDLFileVersionDiffs)
Caches the sync dl file version diffs in the entity cache if it is enabled.
|
static void |
cacheResult(SyncDLFileVersionDiff syncDLFileVersionDiff)
Caches the sync dl file version diff in the entity cache if it is enabled.
|
static void |
clearCache() |
static void |
clearCache(SyncDLFileVersionDiff syncDLFileVersionDiff) |
static int |
countAll()
Returns the number of sync dl file version diffs.
|
static int |
countByExpirationDate(java.util.Date expirationDate)
Returns the number of sync dl file version diffs where expirationDate < ?.
|
static int |
countByF_S_T(long fileEntryId,
long sourceFileVersionId,
long targetFileVersionId)
Returns the number of sync dl file version diffs where fileEntryId = ? and sourceFileVersionId = ? and targetFileVersionId = ?.
|
static int |
countByFileEntryId(long fileEntryId)
Returns the number of sync dl file version diffs where fileEntryId = ?.
|
static long |
countWithDynamicQuery(DynamicQuery dynamicQuery) |
static SyncDLFileVersionDiff |
create(long syncDLFileVersionDiffId)
Creates a new sync dl file version diff with the primary key.
|
static SyncDLFileVersionDiff |
fetchByExpirationDate_First(java.util.Date expirationDate,
OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
Returns the first sync dl file version diff in the ordered set where expirationDate < ?.
|
static SyncDLFileVersionDiff |
fetchByExpirationDate_Last(java.util.Date expirationDate,
OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
Returns the last sync dl file version diff in the ordered set where expirationDate < ?.
|
static SyncDLFileVersionDiff |
fetchByF_S_T(long fileEntryId,
long sourceFileVersionId,
long targetFileVersionId)
Returns the sync dl file version diff where fileEntryId = ? and sourceFileVersionId = ? and targetFileVersionId = ? or returns
null if it could not be found. |
static SyncDLFileVersionDiff |
fetchByF_S_T(long fileEntryId,
long sourceFileVersionId,
long targetFileVersionId,
boolean useFinderCache)
Returns the sync dl file version diff where fileEntryId = ? and sourceFileVersionId = ? and targetFileVersionId = ? or returns
null if it could not be found, optionally using the finder cache. |
static SyncDLFileVersionDiff |
fetchByFileEntryId_First(long fileEntryId,
OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
Returns the first sync dl file version diff in the ordered set where fileEntryId = ?.
|
static SyncDLFileVersionDiff |
fetchByFileEntryId_Last(long fileEntryId,
OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
Returns the last sync dl file version diff in the ordered set where fileEntryId = ?.
|
static SyncDLFileVersionDiff |
fetchByPrimaryKey(long syncDLFileVersionDiffId)
Returns the sync dl file version diff with the primary key or returns
null if it could not be found. |
static java.util.Map<java.io.Serializable,SyncDLFileVersionDiff> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
static java.util.List<SyncDLFileVersionDiff> |
findAll()
Returns all the sync dl file version diffs.
|
static java.util.List<SyncDLFileVersionDiff> |
findAll(int start,
int end)
Returns a range of all the sync dl file version diffs.
|
static java.util.List<SyncDLFileVersionDiff> |
findAll(int start,
int end,
OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
Returns an ordered range of all the sync dl file version diffs.
|
static java.util.List<SyncDLFileVersionDiff> |
findAll(int start,
int end,
OrderByComparator<SyncDLFileVersionDiff> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the sync dl file version diffs.
|
static SyncDLFileVersionDiff |
findByExpirationDate_First(java.util.Date expirationDate,
OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
Returns the first sync dl file version diff in the ordered set where expirationDate < ?.
|
static SyncDLFileVersionDiff |
findByExpirationDate_Last(java.util.Date expirationDate,
OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
Returns the last sync dl file version diff in the ordered set where expirationDate < ?.
|
static SyncDLFileVersionDiff[] |
findByExpirationDate_PrevAndNext(long syncDLFileVersionDiffId,
java.util.Date expirationDate,
OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
Returns the sync dl file version diffs before and after the current sync dl file version diff in the ordered set where expirationDate < ?.
|
static java.util.List<SyncDLFileVersionDiff> |
findByExpirationDate(java.util.Date expirationDate)
Returns all the sync dl file version diffs where expirationDate < ?.
|
static java.util.List<SyncDLFileVersionDiff> |
findByExpirationDate(java.util.Date expirationDate,
int start,
int end)
Returns a range of all the sync dl file version diffs where expirationDate < ?.
|
static java.util.List<SyncDLFileVersionDiff> |
findByExpirationDate(java.util.Date expirationDate,
int start,
int end,
OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
Returns an ordered range of all the sync dl file version diffs where expirationDate < ?.
|
static java.util.List<SyncDLFileVersionDiff> |
findByExpirationDate(java.util.Date expirationDate,
int start,
int end,
OrderByComparator<SyncDLFileVersionDiff> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the sync dl file version diffs where expirationDate < ?.
|
static SyncDLFileVersionDiff |
findByF_S_T(long fileEntryId,
long sourceFileVersionId,
long targetFileVersionId)
Returns the sync dl file version diff where fileEntryId = ? and sourceFileVersionId = ? and targetFileVersionId = ? or throws a
NoSuchDLFileVersionDiffException if it could not be found. |
static SyncDLFileVersionDiff |
findByFileEntryId_First(long fileEntryId,
OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
Returns the first sync dl file version diff in the ordered set where fileEntryId = ?.
|
static SyncDLFileVersionDiff |
findByFileEntryId_Last(long fileEntryId,
OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
Returns the last sync dl file version diff in the ordered set where fileEntryId = ?.
|
static SyncDLFileVersionDiff[] |
findByFileEntryId_PrevAndNext(long syncDLFileVersionDiffId,
long fileEntryId,
OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
Returns the sync dl file version diffs before and after the current sync dl file version diff in the ordered set where fileEntryId = ?.
|
static java.util.List<SyncDLFileVersionDiff> |
findByFileEntryId(long fileEntryId)
Returns all the sync dl file version diffs where fileEntryId = ?.
|
static java.util.List<SyncDLFileVersionDiff> |
findByFileEntryId(long fileEntryId,
int start,
int end)
Returns a range of all the sync dl file version diffs where fileEntryId = ?.
|
static java.util.List<SyncDLFileVersionDiff> |
findByFileEntryId(long fileEntryId,
int start,
int end,
OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
Returns an ordered range of all the sync dl file version diffs where fileEntryId = ?.
|
static java.util.List<SyncDLFileVersionDiff> |
findByFileEntryId(long fileEntryId,
int start,
int end,
OrderByComparator<SyncDLFileVersionDiff> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the sync dl file version diffs where fileEntryId = ?.
|
static SyncDLFileVersionDiff |
findByPrimaryKey(long syncDLFileVersionDiffId)
Returns the sync dl file version diff with the primary key or throws a
NoSuchDLFileVersionDiffException if it could not be found. |
static java.util.List<SyncDLFileVersionDiff> |
findWithDynamicQuery(DynamicQuery dynamicQuery) |
static java.util.List<SyncDLFileVersionDiff> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end) |
static java.util.List<SyncDLFileVersionDiff> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<SyncDLFileVersionDiff> orderByComparator) |
static java.util.Set<java.lang.String> |
getBadColumnNames() |
static SyncDLFileVersionDiffPersistence |
getPersistence() |
static SyncDLFileVersionDiff |
remove(long syncDLFileVersionDiffId)
Removes the sync dl file version diff with the primary key from the database.
|
static void |
removeAll()
Removes all the sync dl file version diffs from the database.
|
static void |
removeByExpirationDate(java.util.Date expirationDate)
Removes all the sync dl file version diffs where expirationDate < ? from the database.
|
static SyncDLFileVersionDiff |
removeByF_S_T(long fileEntryId,
long sourceFileVersionId,
long targetFileVersionId)
Removes the sync dl file version diff where fileEntryId = ? and sourceFileVersionId = ? and targetFileVersionId = ? from the database.
|
static void |
removeByFileEntryId(long fileEntryId)
Removes all the sync dl file version diffs where fileEntryId = ? from the database.
|
static SyncDLFileVersionDiff |
update(SyncDLFileVersionDiff syncDLFileVersionDiff) |
static SyncDLFileVersionDiff |
update(SyncDLFileVersionDiff syncDLFileVersionDiff,
ServiceContext serviceContext) |
static SyncDLFileVersionDiff |
updateImpl(SyncDLFileVersionDiff syncDLFileVersionDiff) |
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(SyncDLFileVersionDiff syncDLFileVersionDiff)
public static long countWithDynamicQuery(DynamicQuery dynamicQuery)
public static java.util.Map<java.io.Serializable,SyncDLFileVersionDiff> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
BasePersistence.fetchByPrimaryKeys(Set)
public static java.util.List<SyncDLFileVersionDiff> findWithDynamicQuery(DynamicQuery dynamicQuery)
public static java.util.List<SyncDLFileVersionDiff> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
public static java.util.List<SyncDLFileVersionDiff> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
public static SyncDLFileVersionDiff update(SyncDLFileVersionDiff syncDLFileVersionDiff)
public static SyncDLFileVersionDiff update(SyncDLFileVersionDiff syncDLFileVersionDiff, ServiceContext serviceContext)
public static java.util.List<SyncDLFileVersionDiff> findByFileEntryId(long fileEntryId)
fileEntryId
- the file entry IDpublic static java.util.List<SyncDLFileVersionDiff> findByFileEntryId(long fileEntryId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SyncDLFileVersionDiffModelImpl
.
fileEntryId
- the file entry IDstart
- the lower bound of the range of sync dl file version diffsend
- the upper bound of the range of sync dl file version diffs (not inclusive)public static java.util.List<SyncDLFileVersionDiff> findByFileEntryId(long fileEntryId, int start, int end, OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SyncDLFileVersionDiffModelImpl
.
fileEntryId
- the file entry IDstart
- the lower bound of the range of sync dl file version diffsend
- the upper bound of the range of sync dl file version diffs (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<SyncDLFileVersionDiff> findByFileEntryId(long fileEntryId, int start, int end, OrderByComparator<SyncDLFileVersionDiff> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SyncDLFileVersionDiffModelImpl
.
fileEntryId
- the file entry IDstart
- the lower bound of the range of sync dl file version diffsend
- the upper bound of the range of sync dl file version diffs (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static SyncDLFileVersionDiff findByFileEntryId_First(long fileEntryId, OrderByComparator<SyncDLFileVersionDiff> orderByComparator) throws NoSuchDLFileVersionDiffException
fileEntryId
- the file entry IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDLFileVersionDiffException
- if a matching sync dl file version diff could not be foundpublic static SyncDLFileVersionDiff fetchByFileEntryId_First(long fileEntryId, OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
fileEntryId
- the file entry IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching sync dl file version diff could not be foundpublic static SyncDLFileVersionDiff findByFileEntryId_Last(long fileEntryId, OrderByComparator<SyncDLFileVersionDiff> orderByComparator) throws NoSuchDLFileVersionDiffException
fileEntryId
- the file entry IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDLFileVersionDiffException
- if a matching sync dl file version diff could not be foundpublic static SyncDLFileVersionDiff fetchByFileEntryId_Last(long fileEntryId, OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
fileEntryId
- the file entry IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching sync dl file version diff could not be foundpublic static SyncDLFileVersionDiff[] findByFileEntryId_PrevAndNext(long syncDLFileVersionDiffId, long fileEntryId, OrderByComparator<SyncDLFileVersionDiff> orderByComparator) throws NoSuchDLFileVersionDiffException
syncDLFileVersionDiffId
- the primary key of the current sync dl file version difffileEntryId
- the file entry IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDLFileVersionDiffException
- if a sync dl file version diff with the primary key could not be foundpublic static void removeByFileEntryId(long fileEntryId)
fileEntryId
- the file entry IDpublic static int countByFileEntryId(long fileEntryId)
fileEntryId
- the file entry IDpublic static java.util.List<SyncDLFileVersionDiff> findByExpirationDate(java.util.Date expirationDate)
expirationDate
- the expiration datepublic static java.util.List<SyncDLFileVersionDiff> findByExpirationDate(java.util.Date expirationDate, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SyncDLFileVersionDiffModelImpl
.
expirationDate
- the expiration datestart
- the lower bound of the range of sync dl file version diffsend
- the upper bound of the range of sync dl file version diffs (not inclusive)public static java.util.List<SyncDLFileVersionDiff> findByExpirationDate(java.util.Date expirationDate, int start, int end, OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SyncDLFileVersionDiffModelImpl
.
expirationDate
- the expiration datestart
- the lower bound of the range of sync dl file version diffsend
- the upper bound of the range of sync dl file version diffs (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<SyncDLFileVersionDiff> findByExpirationDate(java.util.Date expirationDate, int start, int end, OrderByComparator<SyncDLFileVersionDiff> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SyncDLFileVersionDiffModelImpl
.
expirationDate
- the expiration datestart
- the lower bound of the range of sync dl file version diffsend
- the upper bound of the range of sync dl file version diffs (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static SyncDLFileVersionDiff findByExpirationDate_First(java.util.Date expirationDate, OrderByComparator<SyncDLFileVersionDiff> orderByComparator) throws NoSuchDLFileVersionDiffException
expirationDate
- the expiration dateorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDLFileVersionDiffException
- if a matching sync dl file version diff could not be foundpublic static SyncDLFileVersionDiff fetchByExpirationDate_First(java.util.Date expirationDate, OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
expirationDate
- the expiration dateorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching sync dl file version diff could not be foundpublic static SyncDLFileVersionDiff findByExpirationDate_Last(java.util.Date expirationDate, OrderByComparator<SyncDLFileVersionDiff> orderByComparator) throws NoSuchDLFileVersionDiffException
expirationDate
- the expiration dateorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDLFileVersionDiffException
- if a matching sync dl file version diff could not be foundpublic static SyncDLFileVersionDiff fetchByExpirationDate_Last(java.util.Date expirationDate, OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
expirationDate
- the expiration dateorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching sync dl file version diff could not be foundpublic static SyncDLFileVersionDiff[] findByExpirationDate_PrevAndNext(long syncDLFileVersionDiffId, java.util.Date expirationDate, OrderByComparator<SyncDLFileVersionDiff> orderByComparator) throws NoSuchDLFileVersionDiffException
syncDLFileVersionDiffId
- the primary key of the current sync dl file version diffexpirationDate
- the expiration dateorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDLFileVersionDiffException
- if a sync dl file version diff with the primary key could not be foundpublic static void removeByExpirationDate(java.util.Date expirationDate)
expirationDate
- the expiration datepublic static int countByExpirationDate(java.util.Date expirationDate)
expirationDate
- the expiration datepublic static SyncDLFileVersionDiff findByF_S_T(long fileEntryId, long sourceFileVersionId, long targetFileVersionId) throws NoSuchDLFileVersionDiffException
NoSuchDLFileVersionDiffException
if it could not be found.fileEntryId
- the file entry IDsourceFileVersionId
- the source file version IDtargetFileVersionId
- the target file version IDNoSuchDLFileVersionDiffException
- if a matching sync dl file version diff could not be foundpublic static SyncDLFileVersionDiff fetchByF_S_T(long fileEntryId, long sourceFileVersionId, long targetFileVersionId)
null
if it could not be found. Uses the finder cache.fileEntryId
- the file entry IDsourceFileVersionId
- the source file version IDtargetFileVersionId
- the target file version IDnull
if a matching sync dl file version diff could not be foundpublic static SyncDLFileVersionDiff fetchByF_S_T(long fileEntryId, long sourceFileVersionId, long targetFileVersionId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.fileEntryId
- the file entry IDsourceFileVersionId
- the source file version IDtargetFileVersionId
- the target file version IDuseFinderCache
- whether to use the finder cachenull
if a matching sync dl file version diff could not be foundpublic static SyncDLFileVersionDiff removeByF_S_T(long fileEntryId, long sourceFileVersionId, long targetFileVersionId) throws NoSuchDLFileVersionDiffException
fileEntryId
- the file entry IDsourceFileVersionId
- the source file version IDtargetFileVersionId
- the target file version IDNoSuchDLFileVersionDiffException
public static int countByF_S_T(long fileEntryId, long sourceFileVersionId, long targetFileVersionId)
fileEntryId
- the file entry IDsourceFileVersionId
- the source file version IDtargetFileVersionId
- the target file version IDpublic static void cacheResult(SyncDLFileVersionDiff syncDLFileVersionDiff)
syncDLFileVersionDiff
- the sync dl file version diffpublic static void cacheResult(java.util.List<SyncDLFileVersionDiff> syncDLFileVersionDiffs)
syncDLFileVersionDiffs
- the sync dl file version diffspublic static SyncDLFileVersionDiff create(long syncDLFileVersionDiffId)
syncDLFileVersionDiffId
- the primary key for the new sync dl file version diffpublic static SyncDLFileVersionDiff remove(long syncDLFileVersionDiffId) throws NoSuchDLFileVersionDiffException
syncDLFileVersionDiffId
- the primary key of the sync dl file version diffNoSuchDLFileVersionDiffException
- if a sync dl file version diff with the primary key could not be foundpublic static SyncDLFileVersionDiff updateImpl(SyncDLFileVersionDiff syncDLFileVersionDiff)
public static SyncDLFileVersionDiff findByPrimaryKey(long syncDLFileVersionDiffId) throws NoSuchDLFileVersionDiffException
NoSuchDLFileVersionDiffException
if it could not be found.syncDLFileVersionDiffId
- the primary key of the sync dl file version diffNoSuchDLFileVersionDiffException
- if a sync dl file version diff with the primary key could not be foundpublic static SyncDLFileVersionDiff fetchByPrimaryKey(long syncDLFileVersionDiffId)
null
if it could not be found.syncDLFileVersionDiffId
- the primary key of the sync dl file version diffnull
if a sync dl file version diff with the primary key could not be foundpublic static java.util.List<SyncDLFileVersionDiff> findAll()
public static java.util.List<SyncDLFileVersionDiff> findAll(int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SyncDLFileVersionDiffModelImpl
.
start
- the lower bound of the range of sync dl file version diffsend
- the upper bound of the range of sync dl file version diffs (not inclusive)public static java.util.List<SyncDLFileVersionDiff> findAll(int start, int end, OrderByComparator<SyncDLFileVersionDiff> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SyncDLFileVersionDiffModelImpl
.
start
- the lower bound of the range of sync dl file version diffsend
- the upper bound of the range of sync dl file version diffs (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<SyncDLFileVersionDiff> findAll(int start, int end, OrderByComparator<SyncDLFileVersionDiff> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from SyncDLFileVersionDiffModelImpl
.
start
- the lower bound of the range of sync dl file version diffsend
- the upper bound of the range of sync dl file version diffs (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static void removeAll()
public static int countAll()
public static java.util.Set<java.lang.String> getBadColumnNames()
public static SyncDLFileVersionDiffPersistence getPersistence()