@ProviderType public interface DDMDataProviderInstanceLinkPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<DDMDataProviderInstanceLink>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DDMDataProviderInstanceLink>
Caching information and settings can be found in portal.properties
DDMDataProviderInstanceLinkUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(DDMDataProviderInstanceLink ddmDataProviderInstanceLink)
Caches the ddm data provider instance link in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<DDMDataProviderInstanceLink> ddmDataProviderInstanceLinks)
Caches the ddm data provider instance links in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of ddm data provider instance links.
|
int |
countByD_S(long dataProviderInstanceId,
long structureId)
Returns the number of ddm data provider instance links where dataProviderInstanceId = ? and structureId = ?.
|
int |
countByDataProviderInstanceId(long dataProviderInstanceId)
Returns the number of ddm data provider instance links where dataProviderInstanceId = ?.
|
int |
countByStructureId(long structureId)
Returns the number of ddm data provider instance links where structureId = ?.
|
DDMDataProviderInstanceLink |
create(long dataProviderInstanceLinkId)
Creates a new ddm data provider instance link with the primary key.
|
DDMDataProviderInstanceLink |
fetchByD_S(long dataProviderInstanceId,
long structureId)
Returns the ddm data provider instance link where dataProviderInstanceId = ? and structureId = ? or returns
null if it could not be found. |
DDMDataProviderInstanceLink |
fetchByD_S(long dataProviderInstanceId,
long structureId,
boolean useFinderCache)
Returns the ddm data provider instance link where dataProviderInstanceId = ? and structureId = ? or returns
null if it could not be found, optionally using the finder cache. |
DDMDataProviderInstanceLink |
fetchByDataProviderInstanceId_First(long dataProviderInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstanceLink> orderByComparator)
Returns the first ddm data provider instance link in the ordered set where dataProviderInstanceId = ?.
|
DDMDataProviderInstanceLink |
fetchByDataProviderInstanceId_Last(long dataProviderInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstanceLink> orderByComparator)
Returns the last ddm data provider instance link in the ordered set where dataProviderInstanceId = ?.
|
DDMDataProviderInstanceLink |
fetchByPrimaryKey(long dataProviderInstanceLinkId)
Returns the ddm data provider instance link with the primary key or returns
null if it could not be found. |
DDMDataProviderInstanceLink |
fetchByStructureId_First(long structureId,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstanceLink> orderByComparator)
Returns the first ddm data provider instance link in the ordered set where structureId = ?.
|
DDMDataProviderInstanceLink |
fetchByStructureId_Last(long structureId,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstanceLink> orderByComparator)
Returns the last ddm data provider instance link in the ordered set where structureId = ?.
|
java.util.List<DDMDataProviderInstanceLink> |
findAll()
Returns all the ddm data provider instance links.
|
java.util.List<DDMDataProviderInstanceLink> |
findAll(int start,
int end)
Returns a range of all the ddm data provider instance links.
|
java.util.List<DDMDataProviderInstanceLink> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstanceLink> orderByComparator)
Returns an ordered range of all the ddm data provider instance links.
|
java.util.List<DDMDataProviderInstanceLink> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstanceLink> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm data provider instance links.
|
DDMDataProviderInstanceLink |
findByD_S(long dataProviderInstanceId,
long structureId)
Returns the ddm data provider instance link where dataProviderInstanceId = ? and structureId = ? or throws a
NoSuchDataProviderInstanceLinkException if it could not be found. |
DDMDataProviderInstanceLink |
findByDataProviderInstanceId_First(long dataProviderInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstanceLink> orderByComparator)
Returns the first ddm data provider instance link in the ordered set where dataProviderInstanceId = ?.
|
DDMDataProviderInstanceLink |
findByDataProviderInstanceId_Last(long dataProviderInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstanceLink> orderByComparator)
Returns the last ddm data provider instance link in the ordered set where dataProviderInstanceId = ?.
|
DDMDataProviderInstanceLink[] |
findByDataProviderInstanceId_PrevAndNext(long dataProviderInstanceLinkId,
long dataProviderInstanceId,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstanceLink> orderByComparator)
Returns the ddm data provider instance links before and after the current ddm data provider instance link in the ordered set where dataProviderInstanceId = ?.
|
java.util.List<DDMDataProviderInstanceLink> |
findByDataProviderInstanceId(long dataProviderInstanceId)
Returns all the ddm data provider instance links where dataProviderInstanceId = ?.
|
java.util.List<DDMDataProviderInstanceLink> |
findByDataProviderInstanceId(long dataProviderInstanceId,
int start,
int end)
Returns a range of all the ddm data provider instance links where dataProviderInstanceId = ?.
|
java.util.List<DDMDataProviderInstanceLink> |
findByDataProviderInstanceId(long dataProviderInstanceId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstanceLink> orderByComparator)
Returns an ordered range of all the ddm data provider instance links where dataProviderInstanceId = ?.
|
java.util.List<DDMDataProviderInstanceLink> |
findByDataProviderInstanceId(long dataProviderInstanceId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstanceLink> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm data provider instance links where dataProviderInstanceId = ?.
|
DDMDataProviderInstanceLink |
findByPrimaryKey(long dataProviderInstanceLinkId)
Returns the ddm data provider instance link with the primary key or throws a
NoSuchDataProviderInstanceLinkException if it could not be found. |
DDMDataProviderInstanceLink |
findByStructureId_First(long structureId,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstanceLink> orderByComparator)
Returns the first ddm data provider instance link in the ordered set where structureId = ?.
|
DDMDataProviderInstanceLink |
findByStructureId_Last(long structureId,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstanceLink> orderByComparator)
Returns the last ddm data provider instance link in the ordered set where structureId = ?.
|
DDMDataProviderInstanceLink[] |
findByStructureId_PrevAndNext(long dataProviderInstanceLinkId,
long structureId,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstanceLink> orderByComparator)
Returns the ddm data provider instance links before and after the current ddm data provider instance link in the ordered set where structureId = ?.
|
java.util.List<DDMDataProviderInstanceLink> |
findByStructureId(long structureId)
Returns all the ddm data provider instance links where structureId = ?.
|
java.util.List<DDMDataProviderInstanceLink> |
findByStructureId(long structureId,
int start,
int end)
Returns a range of all the ddm data provider instance links where structureId = ?.
|
java.util.List<DDMDataProviderInstanceLink> |
findByStructureId(long structureId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstanceLink> orderByComparator)
Returns an ordered range of all the ddm data provider instance links where structureId = ?.
|
java.util.List<DDMDataProviderInstanceLink> |
findByStructureId(long structureId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstanceLink> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm data provider instance links where structureId = ?.
|
DDMDataProviderInstanceLink |
remove(long dataProviderInstanceLinkId)
Removes the ddm data provider instance link with the primary key from the database.
|
void |
removeAll()
Removes all the ddm data provider instance links from the database.
|
DDMDataProviderInstanceLink |
removeByD_S(long dataProviderInstanceId,
long structureId)
Removes the ddm data provider instance link where dataProviderInstanceId = ? and structureId = ? from the database.
|
void |
removeByDataProviderInstanceId(long dataProviderInstanceId)
Removes all the ddm data provider instance links where dataProviderInstanceId = ? from the database.
|
void |
removeByStructureId(long structureId)
Removes all the ddm data provider instance links where structureId = ? from the database.
|
DDMDataProviderInstanceLink |
updateImpl(DDMDataProviderInstanceLink ddmDataProviderInstanceLink) |
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
java.util.List<DDMDataProviderInstanceLink> findByDataProviderInstanceId(long dataProviderInstanceId)
dataProviderInstanceId
- the data provider instance IDjava.util.List<DDMDataProviderInstanceLink> findByDataProviderInstanceId(long dataProviderInstanceId, 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 DDMDataProviderInstanceLinkModelImpl
.
dataProviderInstanceId
- the data provider instance IDstart
- the lower bound of the range of ddm data provider instance linksend
- the upper bound of the range of ddm data provider instance links (not inclusive)java.util.List<DDMDataProviderInstanceLink> findByDataProviderInstanceId(long dataProviderInstanceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstanceLink> 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 DDMDataProviderInstanceLinkModelImpl
.
dataProviderInstanceId
- the data provider instance IDstart
- the lower bound of the range of ddm data provider instance linksend
- the upper bound of the range of ddm data provider instance links (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DDMDataProviderInstanceLink> findByDataProviderInstanceId(long dataProviderInstanceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstanceLink> 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 DDMDataProviderInstanceLinkModelImpl
.
dataProviderInstanceId
- the data provider instance IDstart
- the lower bound of the range of ddm data provider instance linksend
- the upper bound of the range of ddm data provider instance links (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheDDMDataProviderInstanceLink findByDataProviderInstanceId_First(long dataProviderInstanceId, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstanceLink> orderByComparator) throws NoSuchDataProviderInstanceLinkException
dataProviderInstanceId
- the data provider instance IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataProviderInstanceLinkException
- if a matching ddm data provider instance link could not be foundDDMDataProviderInstanceLink fetchByDataProviderInstanceId_First(long dataProviderInstanceId, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstanceLink> orderByComparator)
dataProviderInstanceId
- the data provider instance IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm data provider instance link could not be foundDDMDataProviderInstanceLink findByDataProviderInstanceId_Last(long dataProviderInstanceId, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstanceLink> orderByComparator) throws NoSuchDataProviderInstanceLinkException
dataProviderInstanceId
- the data provider instance IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataProviderInstanceLinkException
- if a matching ddm data provider instance link could not be foundDDMDataProviderInstanceLink fetchByDataProviderInstanceId_Last(long dataProviderInstanceId, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstanceLink> orderByComparator)
dataProviderInstanceId
- the data provider instance IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm data provider instance link could not be foundDDMDataProviderInstanceLink[] findByDataProviderInstanceId_PrevAndNext(long dataProviderInstanceLinkId, long dataProviderInstanceId, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstanceLink> orderByComparator) throws NoSuchDataProviderInstanceLinkException
dataProviderInstanceLinkId
- the primary key of the current ddm data provider instance linkdataProviderInstanceId
- the data provider instance IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataProviderInstanceLinkException
- if a ddm data provider instance link with the primary key could not be foundvoid removeByDataProviderInstanceId(long dataProviderInstanceId)
dataProviderInstanceId
- the data provider instance IDint countByDataProviderInstanceId(long dataProviderInstanceId)
dataProviderInstanceId
- the data provider instance IDjava.util.List<DDMDataProviderInstanceLink> findByStructureId(long structureId)
structureId
- the structure IDjava.util.List<DDMDataProviderInstanceLink> findByStructureId(long structureId, 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 DDMDataProviderInstanceLinkModelImpl
.
structureId
- the structure IDstart
- the lower bound of the range of ddm data provider instance linksend
- the upper bound of the range of ddm data provider instance links (not inclusive)java.util.List<DDMDataProviderInstanceLink> findByStructureId(long structureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstanceLink> 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 DDMDataProviderInstanceLinkModelImpl
.
structureId
- the structure IDstart
- the lower bound of the range of ddm data provider instance linksend
- the upper bound of the range of ddm data provider instance links (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DDMDataProviderInstanceLink> findByStructureId(long structureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstanceLink> 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 DDMDataProviderInstanceLinkModelImpl
.
structureId
- the structure IDstart
- the lower bound of the range of ddm data provider instance linksend
- the upper bound of the range of ddm data provider instance links (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheDDMDataProviderInstanceLink findByStructureId_First(long structureId, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstanceLink> orderByComparator) throws NoSuchDataProviderInstanceLinkException
structureId
- the structure IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataProviderInstanceLinkException
- if a matching ddm data provider instance link could not be foundDDMDataProviderInstanceLink fetchByStructureId_First(long structureId, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstanceLink> orderByComparator)
structureId
- the structure IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm data provider instance link could not be foundDDMDataProviderInstanceLink findByStructureId_Last(long structureId, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstanceLink> orderByComparator) throws NoSuchDataProviderInstanceLinkException
structureId
- the structure IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataProviderInstanceLinkException
- if a matching ddm data provider instance link could not be foundDDMDataProviderInstanceLink fetchByStructureId_Last(long structureId, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstanceLink> orderByComparator)
structureId
- the structure IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm data provider instance link could not be foundDDMDataProviderInstanceLink[] findByStructureId_PrevAndNext(long dataProviderInstanceLinkId, long structureId, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstanceLink> orderByComparator) throws NoSuchDataProviderInstanceLinkException
dataProviderInstanceLinkId
- the primary key of the current ddm data provider instance linkstructureId
- the structure IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataProviderInstanceLinkException
- if a ddm data provider instance link with the primary key could not be foundvoid removeByStructureId(long structureId)
structureId
- the structure IDint countByStructureId(long structureId)
structureId
- the structure IDDDMDataProviderInstanceLink findByD_S(long dataProviderInstanceId, long structureId) throws NoSuchDataProviderInstanceLinkException
NoSuchDataProviderInstanceLinkException
if it could not be found.dataProviderInstanceId
- the data provider instance IDstructureId
- the structure IDNoSuchDataProviderInstanceLinkException
- if a matching ddm data provider instance link could not be foundDDMDataProviderInstanceLink fetchByD_S(long dataProviderInstanceId, long structureId)
null
if it could not be found. Uses the finder cache.dataProviderInstanceId
- the data provider instance IDstructureId
- the structure IDnull
if a matching ddm data provider instance link could not be foundDDMDataProviderInstanceLink fetchByD_S(long dataProviderInstanceId, long structureId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.dataProviderInstanceId
- the data provider instance IDstructureId
- the structure IDuseFinderCache
- whether to use the finder cachenull
if a matching ddm data provider instance link could not be foundDDMDataProviderInstanceLink removeByD_S(long dataProviderInstanceId, long structureId) throws NoSuchDataProviderInstanceLinkException
dataProviderInstanceId
- the data provider instance IDstructureId
- the structure IDNoSuchDataProviderInstanceLinkException
int countByD_S(long dataProviderInstanceId, long structureId)
dataProviderInstanceId
- the data provider instance IDstructureId
- the structure IDvoid cacheResult(DDMDataProviderInstanceLink ddmDataProviderInstanceLink)
ddmDataProviderInstanceLink
- the ddm data provider instance linkvoid cacheResult(java.util.List<DDMDataProviderInstanceLink> ddmDataProviderInstanceLinks)
ddmDataProviderInstanceLinks
- the ddm data provider instance linksDDMDataProviderInstanceLink create(long dataProviderInstanceLinkId)
dataProviderInstanceLinkId
- the primary key for the new ddm data provider instance linkDDMDataProviderInstanceLink remove(long dataProviderInstanceLinkId) throws NoSuchDataProviderInstanceLinkException
dataProviderInstanceLinkId
- the primary key of the ddm data provider instance linkNoSuchDataProviderInstanceLinkException
- if a ddm data provider instance link with the primary key could not be foundDDMDataProviderInstanceLink updateImpl(DDMDataProviderInstanceLink ddmDataProviderInstanceLink)
DDMDataProviderInstanceLink findByPrimaryKey(long dataProviderInstanceLinkId) throws NoSuchDataProviderInstanceLinkException
NoSuchDataProviderInstanceLinkException
if it could not be found.dataProviderInstanceLinkId
- the primary key of the ddm data provider instance linkNoSuchDataProviderInstanceLinkException
- if a ddm data provider instance link with the primary key could not be foundDDMDataProviderInstanceLink fetchByPrimaryKey(long dataProviderInstanceLinkId)
null
if it could not be found.dataProviderInstanceLinkId
- the primary key of the ddm data provider instance linknull
if a ddm data provider instance link with the primary key could not be foundjava.util.List<DDMDataProviderInstanceLink> findAll()
java.util.List<DDMDataProviderInstanceLink> 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 DDMDataProviderInstanceLinkModelImpl
.
start
- the lower bound of the range of ddm data provider instance linksend
- the upper bound of the range of ddm data provider instance links (not inclusive)java.util.List<DDMDataProviderInstanceLink> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstanceLink> 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 DDMDataProviderInstanceLinkModelImpl
.
start
- the lower bound of the range of ddm data provider instance linksend
- the upper bound of the range of ddm data provider instance links (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DDMDataProviderInstanceLink> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstanceLink> 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 DDMDataProviderInstanceLinkModelImpl
.
start
- the lower bound of the range of ddm data provider instance linksend
- the upper bound of the range of ddm data provider instance links (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()