@ProviderType public interface CommerceTermEntryRelPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<CommerceTermEntryRel>
Caching information and settings can be found in portal.properties
CommerceTermEntryRelUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(CommerceTermEntryRel commerceTermEntryRel)
Caches the commerce term entry rel in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<CommerceTermEntryRel> commerceTermEntryRels)
Caches the commerce term entry rels in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of commerce term entry rels.
|
int |
countByC_C_C(long classNameId,
long classPK,
long commerceTermEntryId)
Returns the number of commerce term entry rels where classNameId = ? and classPK = ? and commerceTermEntryId = ?.
|
int |
countByC_C(long classNameId,
long commerceTermEntryId)
Returns the number of commerce term entry rels where classNameId = ? and commerceTermEntryId = ?.
|
int |
countByCommerceTermEntryId(long commerceTermEntryId)
Returns the number of commerce term entry rels where commerceTermEntryId = ?.
|
CommerceTermEntryRel |
create(long commerceTermEntryRelId)
Creates a new commerce term entry rel with the primary key.
|
CommerceTermEntryRel |
fetchByC_C_C(long classNameId,
long classPK,
long commerceTermEntryId)
Returns the commerce term entry rel where classNameId = ? and classPK = ? and commerceTermEntryId = ? or returns
null if it could not be found. |
CommerceTermEntryRel |
fetchByC_C_C(long classNameId,
long classPK,
long commerceTermEntryId,
boolean useFinderCache)
Returns the commerce term entry rel where classNameId = ? and classPK = ? and commerceTermEntryId = ? or returns
null if it could not be found, optionally using the finder cache. |
CommerceTermEntryRel |
fetchByC_C_First(long classNameId,
long commerceTermEntryId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceTermEntryRel> orderByComparator)
Returns the first commerce term entry rel in the ordered set where classNameId = ? and commerceTermEntryId = ?.
|
CommerceTermEntryRel |
fetchByC_C_Last(long classNameId,
long commerceTermEntryId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceTermEntryRel> orderByComparator)
Returns the last commerce term entry rel in the ordered set where classNameId = ? and commerceTermEntryId = ?.
|
CommerceTermEntryRel |
fetchByCommerceTermEntryId_First(long commerceTermEntryId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceTermEntryRel> orderByComparator)
Returns the first commerce term entry rel in the ordered set where commerceTermEntryId = ?.
|
CommerceTermEntryRel |
fetchByCommerceTermEntryId_Last(long commerceTermEntryId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceTermEntryRel> orderByComparator)
Returns the last commerce term entry rel in the ordered set where commerceTermEntryId = ?.
|
CommerceTermEntryRel |
fetchByPrimaryKey(long commerceTermEntryRelId)
Returns the commerce term entry rel with the primary key or returns
null if it could not be found. |
java.util.List<CommerceTermEntryRel> |
findAll()
Returns all the commerce term entry rels.
|
java.util.List<CommerceTermEntryRel> |
findAll(int start,
int end)
Returns a range of all the commerce term entry rels.
|
java.util.List<CommerceTermEntryRel> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceTermEntryRel> orderByComparator)
Returns an ordered range of all the commerce term entry rels.
|
java.util.List<CommerceTermEntryRel> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceTermEntryRel> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce term entry rels.
|
CommerceTermEntryRel |
findByC_C_C(long classNameId,
long classPK,
long commerceTermEntryId)
Returns the commerce term entry rel where classNameId = ? and classPK = ? and commerceTermEntryId = ? or throws a
NoSuchTermEntryRelException if it could not be found. |
CommerceTermEntryRel |
findByC_C_First(long classNameId,
long commerceTermEntryId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceTermEntryRel> orderByComparator)
Returns the first commerce term entry rel in the ordered set where classNameId = ? and commerceTermEntryId = ?.
|
CommerceTermEntryRel |
findByC_C_Last(long classNameId,
long commerceTermEntryId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceTermEntryRel> orderByComparator)
Returns the last commerce term entry rel in the ordered set where classNameId = ? and commerceTermEntryId = ?.
|
CommerceTermEntryRel[] |
findByC_C_PrevAndNext(long commerceTermEntryRelId,
long classNameId,
long commerceTermEntryId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceTermEntryRel> orderByComparator)
Returns the commerce term entry rels before and after the current commerce term entry rel in the ordered set where classNameId = ? and commerceTermEntryId = ?.
|
java.util.List<CommerceTermEntryRel> |
findByC_C(long classNameId,
long commerceTermEntryId)
Returns all the commerce term entry rels where classNameId = ? and commerceTermEntryId = ?.
|
java.util.List<CommerceTermEntryRel> |
findByC_C(long classNameId,
long commerceTermEntryId,
int start,
int end)
Returns a range of all the commerce term entry rels where classNameId = ? and commerceTermEntryId = ?.
|
java.util.List<CommerceTermEntryRel> |
findByC_C(long classNameId,
long commerceTermEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceTermEntryRel> orderByComparator)
Returns an ordered range of all the commerce term entry rels where classNameId = ? and commerceTermEntryId = ?.
|
java.util.List<CommerceTermEntryRel> |
findByC_C(long classNameId,
long commerceTermEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceTermEntryRel> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce term entry rels where classNameId = ? and commerceTermEntryId = ?.
|
CommerceTermEntryRel |
findByCommerceTermEntryId_First(long commerceTermEntryId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceTermEntryRel> orderByComparator)
Returns the first commerce term entry rel in the ordered set where commerceTermEntryId = ?.
|
CommerceTermEntryRel |
findByCommerceTermEntryId_Last(long commerceTermEntryId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceTermEntryRel> orderByComparator)
Returns the last commerce term entry rel in the ordered set where commerceTermEntryId = ?.
|
CommerceTermEntryRel[] |
findByCommerceTermEntryId_PrevAndNext(long commerceTermEntryRelId,
long commerceTermEntryId,
com.liferay.portal.kernel.util.OrderByComparator<CommerceTermEntryRel> orderByComparator)
Returns the commerce term entry rels before and after the current commerce term entry rel in the ordered set where commerceTermEntryId = ?.
|
java.util.List<CommerceTermEntryRel> |
findByCommerceTermEntryId(long commerceTermEntryId)
Returns all the commerce term entry rels where commerceTermEntryId = ?.
|
java.util.List<CommerceTermEntryRel> |
findByCommerceTermEntryId(long commerceTermEntryId,
int start,
int end)
Returns a range of all the commerce term entry rels where commerceTermEntryId = ?.
|
java.util.List<CommerceTermEntryRel> |
findByCommerceTermEntryId(long commerceTermEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceTermEntryRel> orderByComparator)
Returns an ordered range of all the commerce term entry rels where commerceTermEntryId = ?.
|
java.util.List<CommerceTermEntryRel> |
findByCommerceTermEntryId(long commerceTermEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceTermEntryRel> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the commerce term entry rels where commerceTermEntryId = ?.
|
CommerceTermEntryRel |
findByPrimaryKey(long commerceTermEntryRelId)
Returns the commerce term entry rel with the primary key or throws a
NoSuchTermEntryRelException if it could not be found. |
CommerceTermEntryRel |
remove(long commerceTermEntryRelId)
Removes the commerce term entry rel with the primary key from the database.
|
void |
removeAll()
Removes all the commerce term entry rels from the database.
|
CommerceTermEntryRel |
removeByC_C_C(long classNameId,
long classPK,
long commerceTermEntryId)
Removes the commerce term entry rel where classNameId = ? and classPK = ? and commerceTermEntryId = ? from the database.
|
void |
removeByC_C(long classNameId,
long commerceTermEntryId)
Removes all the commerce term entry rels where classNameId = ? and commerceTermEntryId = ? from the database.
|
void |
removeByCommerceTermEntryId(long commerceTermEntryId)
Removes all the commerce term entry rels where commerceTermEntryId = ? from the database.
|
CommerceTermEntryRel |
updateImpl(CommerceTermEntryRel commerceTermEntryRel) |
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<CommerceTermEntryRel> findByCommerceTermEntryId(long commerceTermEntryId)
commerceTermEntryId
- the commerce term entry IDjava.util.List<CommerceTermEntryRel> findByCommerceTermEntryId(long commerceTermEntryId, 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 CommerceTermEntryRelModelImpl
.
commerceTermEntryId
- the commerce term entry IDstart
- the lower bound of the range of commerce term entry relsend
- the upper bound of the range of commerce term entry rels (not inclusive)java.util.List<CommerceTermEntryRel> findByCommerceTermEntryId(long commerceTermEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTermEntryRel> 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 CommerceTermEntryRelModelImpl
.
commerceTermEntryId
- the commerce term entry IDstart
- the lower bound of the range of commerce term entry relsend
- the upper bound of the range of commerce term entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CommerceTermEntryRel> findByCommerceTermEntryId(long commerceTermEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTermEntryRel> 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 CommerceTermEntryRelModelImpl
.
commerceTermEntryId
- the commerce term entry IDstart
- the lower bound of the range of commerce term entry relsend
- the upper bound of the range of commerce term entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCommerceTermEntryRel findByCommerceTermEntryId_First(long commerceTermEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceTermEntryRel> orderByComparator) throws NoSuchTermEntryRelException
commerceTermEntryId
- the commerce term entry IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTermEntryRelException
- if a matching commerce term entry rel could not be foundCommerceTermEntryRel fetchByCommerceTermEntryId_First(long commerceTermEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceTermEntryRel> orderByComparator)
commerceTermEntryId
- the commerce term entry IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce term entry rel could not be foundCommerceTermEntryRel findByCommerceTermEntryId_Last(long commerceTermEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceTermEntryRel> orderByComparator) throws NoSuchTermEntryRelException
commerceTermEntryId
- the commerce term entry IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTermEntryRelException
- if a matching commerce term entry rel could not be foundCommerceTermEntryRel fetchByCommerceTermEntryId_Last(long commerceTermEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceTermEntryRel> orderByComparator)
commerceTermEntryId
- the commerce term entry IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce term entry rel could not be foundCommerceTermEntryRel[] findByCommerceTermEntryId_PrevAndNext(long commerceTermEntryRelId, long commerceTermEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceTermEntryRel> orderByComparator) throws NoSuchTermEntryRelException
commerceTermEntryRelId
- the primary key of the current commerce term entry relcommerceTermEntryId
- the commerce term entry IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTermEntryRelException
- if a commerce term entry rel with the primary key could not be foundvoid removeByCommerceTermEntryId(long commerceTermEntryId)
commerceTermEntryId
- the commerce term entry IDint countByCommerceTermEntryId(long commerceTermEntryId)
commerceTermEntryId
- the commerce term entry IDjava.util.List<CommerceTermEntryRel> findByC_C(long classNameId, long commerceTermEntryId)
classNameId
- the class name IDcommerceTermEntryId
- the commerce term entry IDjava.util.List<CommerceTermEntryRel> findByC_C(long classNameId, long commerceTermEntryId, 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 CommerceTermEntryRelModelImpl
.
classNameId
- the class name IDcommerceTermEntryId
- the commerce term entry IDstart
- the lower bound of the range of commerce term entry relsend
- the upper bound of the range of commerce term entry rels (not inclusive)java.util.List<CommerceTermEntryRel> findByC_C(long classNameId, long commerceTermEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTermEntryRel> 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 CommerceTermEntryRelModelImpl
.
classNameId
- the class name IDcommerceTermEntryId
- the commerce term entry IDstart
- the lower bound of the range of commerce term entry relsend
- the upper bound of the range of commerce term entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CommerceTermEntryRel> findByC_C(long classNameId, long commerceTermEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTermEntryRel> 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 CommerceTermEntryRelModelImpl
.
classNameId
- the class name IDcommerceTermEntryId
- the commerce term entry IDstart
- the lower bound of the range of commerce term entry relsend
- the upper bound of the range of commerce term entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheCommerceTermEntryRel findByC_C_First(long classNameId, long commerceTermEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceTermEntryRel> orderByComparator) throws NoSuchTermEntryRelException
classNameId
- the class name IDcommerceTermEntryId
- the commerce term entry IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTermEntryRelException
- if a matching commerce term entry rel could not be foundCommerceTermEntryRel fetchByC_C_First(long classNameId, long commerceTermEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceTermEntryRel> orderByComparator)
classNameId
- the class name IDcommerceTermEntryId
- the commerce term entry IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce term entry rel could not be foundCommerceTermEntryRel findByC_C_Last(long classNameId, long commerceTermEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceTermEntryRel> orderByComparator) throws NoSuchTermEntryRelException
classNameId
- the class name IDcommerceTermEntryId
- the commerce term entry IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTermEntryRelException
- if a matching commerce term entry rel could not be foundCommerceTermEntryRel fetchByC_C_Last(long classNameId, long commerceTermEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceTermEntryRel> orderByComparator)
classNameId
- the class name IDcommerceTermEntryId
- the commerce term entry IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching commerce term entry rel could not be foundCommerceTermEntryRel[] findByC_C_PrevAndNext(long commerceTermEntryRelId, long classNameId, long commerceTermEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceTermEntryRel> orderByComparator) throws NoSuchTermEntryRelException
commerceTermEntryRelId
- the primary key of the current commerce term entry relclassNameId
- the class name IDcommerceTermEntryId
- the commerce term entry IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchTermEntryRelException
- if a commerce term entry rel with the primary key could not be foundvoid removeByC_C(long classNameId, long commerceTermEntryId)
classNameId
- the class name IDcommerceTermEntryId
- the commerce term entry IDint countByC_C(long classNameId, long commerceTermEntryId)
classNameId
- the class name IDcommerceTermEntryId
- the commerce term entry IDCommerceTermEntryRel findByC_C_C(long classNameId, long classPK, long commerceTermEntryId) throws NoSuchTermEntryRelException
NoSuchTermEntryRelException
if it could not be found.classNameId
- the class name IDclassPK
- the class pkcommerceTermEntryId
- the commerce term entry IDNoSuchTermEntryRelException
- if a matching commerce term entry rel could not be foundCommerceTermEntryRel fetchByC_C_C(long classNameId, long classPK, long commerceTermEntryId)
null
if it could not be found. Uses the finder cache.classNameId
- the class name IDclassPK
- the class pkcommerceTermEntryId
- the commerce term entry IDnull
if a matching commerce term entry rel could not be foundCommerceTermEntryRel fetchByC_C_C(long classNameId, long classPK, long commerceTermEntryId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.classNameId
- the class name IDclassPK
- the class pkcommerceTermEntryId
- the commerce term entry IDuseFinderCache
- whether to use the finder cachenull
if a matching commerce term entry rel could not be foundCommerceTermEntryRel removeByC_C_C(long classNameId, long classPK, long commerceTermEntryId) throws NoSuchTermEntryRelException
classNameId
- the class name IDclassPK
- the class pkcommerceTermEntryId
- the commerce term entry IDNoSuchTermEntryRelException
int countByC_C_C(long classNameId, long classPK, long commerceTermEntryId)
classNameId
- the class name IDclassPK
- the class pkcommerceTermEntryId
- the commerce term entry IDvoid cacheResult(CommerceTermEntryRel commerceTermEntryRel)
commerceTermEntryRel
- the commerce term entry relvoid cacheResult(java.util.List<CommerceTermEntryRel> commerceTermEntryRels)
commerceTermEntryRels
- the commerce term entry relsCommerceTermEntryRel create(long commerceTermEntryRelId)
commerceTermEntryRelId
- the primary key for the new commerce term entry relCommerceTermEntryRel remove(long commerceTermEntryRelId) throws NoSuchTermEntryRelException
commerceTermEntryRelId
- the primary key of the commerce term entry relNoSuchTermEntryRelException
- if a commerce term entry rel with the primary key could not be foundCommerceTermEntryRel updateImpl(CommerceTermEntryRel commerceTermEntryRel)
CommerceTermEntryRel findByPrimaryKey(long commerceTermEntryRelId) throws NoSuchTermEntryRelException
NoSuchTermEntryRelException
if it could not be found.commerceTermEntryRelId
- the primary key of the commerce term entry relNoSuchTermEntryRelException
- if a commerce term entry rel with the primary key could not be foundCommerceTermEntryRel fetchByPrimaryKey(long commerceTermEntryRelId)
null
if it could not be found.commerceTermEntryRelId
- the primary key of the commerce term entry relnull
if a commerce term entry rel with the primary key could not be foundjava.util.List<CommerceTermEntryRel> findAll()
java.util.List<CommerceTermEntryRel> 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 CommerceTermEntryRelModelImpl
.
start
- the lower bound of the range of commerce term entry relsend
- the upper bound of the range of commerce term entry rels (not inclusive)java.util.List<CommerceTermEntryRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTermEntryRel> 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 CommerceTermEntryRelModelImpl
.
start
- the lower bound of the range of commerce term entry relsend
- the upper bound of the range of commerce term entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<CommerceTermEntryRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceTermEntryRel> 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 CommerceTermEntryRelModelImpl
.
start
- the lower bound of the range of commerce term entry relsend
- the upper bound of the range of commerce term entry rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()