public class AccountEntryUserRelUtil
extends java.lang.Object
com.liferay.account.service.persistence.impl.AccountEntryUserRelPersistenceImpl
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
AccountEntryUserRelPersistence
Constructor and Description |
---|
AccountEntryUserRelUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
cacheResult(AccountEntryUserRel accountEntryUserRel)
Caches the account entry user rel in the entity cache if it is enabled.
|
static void |
cacheResult(java.util.List<AccountEntryUserRel> accountEntryUserRels)
Caches the account entry user rels in the entity cache if it is enabled.
|
static void |
clearCache() |
static void |
clearCache(AccountEntryUserRel accountEntryUserRel) |
static int |
countAll()
Returns the number of account entry user rels.
|
static int |
countByAccountEntryId(long accountEntryId)
Returns the number of account entry user rels where accountEntryId = ?.
|
static int |
countByAccountUserId(long accountUserId)
Returns the number of account entry user rels where accountUserId = ?.
|
static int |
countByAEI_AUI(long accountEntryId,
long accountUserId)
Returns the number of account entry user rels where accountEntryId = ? and accountUserId = ?.
|
static long |
countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static AccountEntryUserRel |
create(long accountEntryUserRelId)
Creates a new account entry user rel with the primary key.
|
static AccountEntryUserRel |
fetchByAccountEntryId_First(long accountEntryId,
com.liferay.portal.kernel.util.OrderByComparator<AccountEntryUserRel> orderByComparator)
Returns the first account entry user rel in the ordered set where accountEntryId = ?.
|
static AccountEntryUserRel |
fetchByAccountEntryId_Last(long accountEntryId,
com.liferay.portal.kernel.util.OrderByComparator<AccountEntryUserRel> orderByComparator)
Returns the last account entry user rel in the ordered set where accountEntryId = ?.
|
static AccountEntryUserRel |
fetchByAccountUserId_First(long accountUserId,
com.liferay.portal.kernel.util.OrderByComparator<AccountEntryUserRel> orderByComparator)
Returns the first account entry user rel in the ordered set where accountUserId = ?.
|
static AccountEntryUserRel |
fetchByAccountUserId_Last(long accountUserId,
com.liferay.portal.kernel.util.OrderByComparator<AccountEntryUserRel> orderByComparator)
Returns the last account entry user rel in the ordered set where accountUserId = ?.
|
static AccountEntryUserRel |
fetchByAEI_AUI(long accountEntryId,
long accountUserId)
Returns the account entry user rel where accountEntryId = ? and accountUserId = ? or returns
null if it could not be found. |
static AccountEntryUserRel |
fetchByAEI_AUI(long accountEntryId,
long accountUserId,
boolean useFinderCache)
Returns the account entry user rel where accountEntryId = ? and accountUserId = ? or returns
null if it could not be found, optionally using the finder cache. |
static AccountEntryUserRel |
fetchByPrimaryKey(long accountEntryUserRelId)
Returns the account entry user rel with the primary key or returns
null if it could not be found. |
static java.util.Map<java.io.Serializable,AccountEntryUserRel> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
static java.util.List<AccountEntryUserRel> |
findAll()
Returns all the account entry user rels.
|
static java.util.List<AccountEntryUserRel> |
findAll(int start,
int end)
Returns a range of all the account entry user rels.
|
static java.util.List<AccountEntryUserRel> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AccountEntryUserRel> orderByComparator)
Returns an ordered range of all the account entry user rels.
|
static java.util.List<AccountEntryUserRel> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AccountEntryUserRel> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the account entry user rels.
|
static AccountEntryUserRel |
findByAccountEntryId_First(long accountEntryId,
com.liferay.portal.kernel.util.OrderByComparator<AccountEntryUserRel> orderByComparator)
Returns the first account entry user rel in the ordered set where accountEntryId = ?.
|
static AccountEntryUserRel |
findByAccountEntryId_Last(long accountEntryId,
com.liferay.portal.kernel.util.OrderByComparator<AccountEntryUserRel> orderByComparator)
Returns the last account entry user rel in the ordered set where accountEntryId = ?.
|
static AccountEntryUserRel[] |
findByAccountEntryId_PrevAndNext(long accountEntryUserRelId,
long accountEntryId,
com.liferay.portal.kernel.util.OrderByComparator<AccountEntryUserRel> orderByComparator)
Returns the account entry user rels before and after the current account entry user rel in the ordered set where accountEntryId = ?.
|
static java.util.List<AccountEntryUserRel> |
findByAccountEntryId(long accountEntryId)
Returns all the account entry user rels where accountEntryId = ?.
|
static java.util.List<AccountEntryUserRel> |
findByAccountEntryId(long accountEntryId,
int start,
int end)
Returns a range of all the account entry user rels where accountEntryId = ?.
|
static java.util.List<AccountEntryUserRel> |
findByAccountEntryId(long accountEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AccountEntryUserRel> orderByComparator)
Returns an ordered range of all the account entry user rels where accountEntryId = ?.
|
static java.util.List<AccountEntryUserRel> |
findByAccountEntryId(long accountEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AccountEntryUserRel> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the account entry user rels where accountEntryId = ?.
|
static AccountEntryUserRel |
findByAccountUserId_First(long accountUserId,
com.liferay.portal.kernel.util.OrderByComparator<AccountEntryUserRel> orderByComparator)
Returns the first account entry user rel in the ordered set where accountUserId = ?.
|
static AccountEntryUserRel |
findByAccountUserId_Last(long accountUserId,
com.liferay.portal.kernel.util.OrderByComparator<AccountEntryUserRel> orderByComparator)
Returns the last account entry user rel in the ordered set where accountUserId = ?.
|
static AccountEntryUserRel[] |
findByAccountUserId_PrevAndNext(long accountEntryUserRelId,
long accountUserId,
com.liferay.portal.kernel.util.OrderByComparator<AccountEntryUserRel> orderByComparator)
Returns the account entry user rels before and after the current account entry user rel in the ordered set where accountUserId = ?.
|
static java.util.List<AccountEntryUserRel> |
findByAccountUserId(long accountUserId)
Returns all the account entry user rels where accountUserId = ?.
|
static java.util.List<AccountEntryUserRel> |
findByAccountUserId(long accountUserId,
int start,
int end)
Returns a range of all the account entry user rels where accountUserId = ?.
|
static java.util.List<AccountEntryUserRel> |
findByAccountUserId(long accountUserId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AccountEntryUserRel> orderByComparator)
Returns an ordered range of all the account entry user rels where accountUserId = ?.
|
static java.util.List<AccountEntryUserRel> |
findByAccountUserId(long accountUserId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AccountEntryUserRel> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the account entry user rels where accountUserId = ?.
|
static AccountEntryUserRel |
findByAEI_AUI(long accountEntryId,
long accountUserId)
Returns the account entry user rel where accountEntryId = ? and accountUserId = ? or throws a
NoSuchEntryUserRelException if it could not be found. |
static AccountEntryUserRel |
findByPrimaryKey(long accountEntryUserRelId)
Returns the account entry user rel with the primary key or throws a
NoSuchEntryUserRelException if it could not be found. |
static java.util.List<AccountEntryUserRel> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) |
static java.util.List<AccountEntryUserRel> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end) |
static java.util.List<AccountEntryUserRel> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AccountEntryUserRel> orderByComparator) |
static AccountEntryUserRelPersistence |
getPersistence() |
static AccountEntryUserRel |
remove(long accountEntryUserRelId)
Removes the account entry user rel with the primary key from the database.
|
static void |
removeAll()
Removes all the account entry user rels from the database.
|
static void |
removeByAccountEntryId(long accountEntryId)
Removes all the account entry user rels where accountEntryId = ? from the database.
|
static void |
removeByAccountUserId(long accountUserId)
Removes all the account entry user rels where accountUserId = ? from the database.
|
static AccountEntryUserRel |
removeByAEI_AUI(long accountEntryId,
long accountUserId)
Removes the account entry user rel where accountEntryId = ? and accountUserId = ? from the database.
|
static AccountEntryUserRel |
update(AccountEntryUserRel accountEntryUserRel) |
static AccountEntryUserRel |
update(AccountEntryUserRel accountEntryUserRel,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static AccountEntryUserRel |
updateImpl(AccountEntryUserRel accountEntryUserRel) |
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(AccountEntryUserRel accountEntryUserRel)
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.countWithDynamicQuery(DynamicQuery)
public static java.util.Map<java.io.Serializable,AccountEntryUserRel> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
BasePersistence.fetchByPrimaryKeys(Set)
public static java.util.List<AccountEntryUserRel> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static java.util.List<AccountEntryUserRel> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static java.util.List<AccountEntryUserRel> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntryUserRel> orderByComparator)
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static AccountEntryUserRel update(AccountEntryUserRel accountEntryUserRel)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
public static AccountEntryUserRel update(AccountEntryUserRel accountEntryUserRel, com.liferay.portal.kernel.service.ServiceContext serviceContext)
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
public static java.util.List<AccountEntryUserRel> findByAccountEntryId(long accountEntryId)
accountEntryId
- the account entry IDpublic static java.util.List<AccountEntryUserRel> findByAccountEntryId(long accountEntryId, 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 AccountEntryUserRelModelImpl
.
accountEntryId
- the account entry IDstart
- the lower bound of the range of account entry user relsend
- the upper bound of the range of account entry user rels (not inclusive)public static java.util.List<AccountEntryUserRel> findByAccountEntryId(long accountEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntryUserRel> 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 AccountEntryUserRelModelImpl
.
accountEntryId
- the account entry IDstart
- the lower bound of the range of account entry user relsend
- the upper bound of the range of account entry user rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<AccountEntryUserRel> findByAccountEntryId(long accountEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntryUserRel> 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 AccountEntryUserRelModelImpl
.
accountEntryId
- the account entry IDstart
- the lower bound of the range of account entry user relsend
- the upper bound of the range of account entry user rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static AccountEntryUserRel findByAccountEntryId_First(long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntryUserRel> orderByComparator) throws NoSuchEntryUserRelException
accountEntryId
- the account entry IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryUserRelException
- if a matching account entry user rel could not be foundpublic static AccountEntryUserRel fetchByAccountEntryId_First(long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntryUserRel> orderByComparator)
accountEntryId
- the account entry IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching account entry user rel could not be foundpublic static AccountEntryUserRel findByAccountEntryId_Last(long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntryUserRel> orderByComparator) throws NoSuchEntryUserRelException
accountEntryId
- the account entry IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryUserRelException
- if a matching account entry user rel could not be foundpublic static AccountEntryUserRel fetchByAccountEntryId_Last(long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntryUserRel> orderByComparator)
accountEntryId
- the account entry IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching account entry user rel could not be foundpublic static AccountEntryUserRel[] findByAccountEntryId_PrevAndNext(long accountEntryUserRelId, long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntryUserRel> orderByComparator) throws NoSuchEntryUserRelException
accountEntryUserRelId
- the primary key of the current account entry user relaccountEntryId
- the account entry IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryUserRelException
- if a account entry user rel with the primary key could not be foundpublic static void removeByAccountEntryId(long accountEntryId)
accountEntryId
- the account entry IDpublic static int countByAccountEntryId(long accountEntryId)
accountEntryId
- the account entry IDpublic static java.util.List<AccountEntryUserRel> findByAccountUserId(long accountUserId)
accountUserId
- the account user IDpublic static java.util.List<AccountEntryUserRel> findByAccountUserId(long accountUserId, 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 AccountEntryUserRelModelImpl
.
accountUserId
- the account user IDstart
- the lower bound of the range of account entry user relsend
- the upper bound of the range of account entry user rels (not inclusive)public static java.util.List<AccountEntryUserRel> findByAccountUserId(long accountUserId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntryUserRel> 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 AccountEntryUserRelModelImpl
.
accountUserId
- the account user IDstart
- the lower bound of the range of account entry user relsend
- the upper bound of the range of account entry user rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<AccountEntryUserRel> findByAccountUserId(long accountUserId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntryUserRel> 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 AccountEntryUserRelModelImpl
.
accountUserId
- the account user IDstart
- the lower bound of the range of account entry user relsend
- the upper bound of the range of account entry user rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic static AccountEntryUserRel findByAccountUserId_First(long accountUserId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntryUserRel> orderByComparator) throws NoSuchEntryUserRelException
accountUserId
- the account user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryUserRelException
- if a matching account entry user rel could not be foundpublic static AccountEntryUserRel fetchByAccountUserId_First(long accountUserId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntryUserRel> orderByComparator)
accountUserId
- the account user IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching account entry user rel could not be foundpublic static AccountEntryUserRel findByAccountUserId_Last(long accountUserId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntryUserRel> orderByComparator) throws NoSuchEntryUserRelException
accountUserId
- the account user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryUserRelException
- if a matching account entry user rel could not be foundpublic static AccountEntryUserRel fetchByAccountUserId_Last(long accountUserId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntryUserRel> orderByComparator)
accountUserId
- the account user IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching account entry user rel could not be foundpublic static AccountEntryUserRel[] findByAccountUserId_PrevAndNext(long accountEntryUserRelId, long accountUserId, com.liferay.portal.kernel.util.OrderByComparator<AccountEntryUserRel> orderByComparator) throws NoSuchEntryUserRelException
accountEntryUserRelId
- the primary key of the current account entry user relaccountUserId
- the account user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryUserRelException
- if a account entry user rel with the primary key could not be foundpublic static void removeByAccountUserId(long accountUserId)
accountUserId
- the account user IDpublic static int countByAccountUserId(long accountUserId)
accountUserId
- the account user IDpublic static AccountEntryUserRel findByAEI_AUI(long accountEntryId, long accountUserId) throws NoSuchEntryUserRelException
NoSuchEntryUserRelException
if it could not be found.accountEntryId
- the account entry IDaccountUserId
- the account user IDNoSuchEntryUserRelException
- if a matching account entry user rel could not be foundpublic static AccountEntryUserRel fetchByAEI_AUI(long accountEntryId, long accountUserId)
null
if it could not be found. Uses the finder cache.accountEntryId
- the account entry IDaccountUserId
- the account user IDnull
if a matching account entry user rel could not be foundpublic static AccountEntryUserRel fetchByAEI_AUI(long accountEntryId, long accountUserId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.accountEntryId
- the account entry IDaccountUserId
- the account user IDuseFinderCache
- whether to use the finder cachenull
if a matching account entry user rel could not be foundpublic static AccountEntryUserRel removeByAEI_AUI(long accountEntryId, long accountUserId) throws NoSuchEntryUserRelException
accountEntryId
- the account entry IDaccountUserId
- the account user IDNoSuchEntryUserRelException
public static int countByAEI_AUI(long accountEntryId, long accountUserId)
accountEntryId
- the account entry IDaccountUserId
- the account user IDpublic static void cacheResult(AccountEntryUserRel accountEntryUserRel)
accountEntryUserRel
- the account entry user relpublic static void cacheResult(java.util.List<AccountEntryUserRel> accountEntryUserRels)
accountEntryUserRels
- the account entry user relspublic static AccountEntryUserRel create(long accountEntryUserRelId)
accountEntryUserRelId
- the primary key for the new account entry user relpublic static AccountEntryUserRel remove(long accountEntryUserRelId) throws NoSuchEntryUserRelException
accountEntryUserRelId
- the primary key of the account entry user relNoSuchEntryUserRelException
- if a account entry user rel with the primary key could not be foundpublic static AccountEntryUserRel updateImpl(AccountEntryUserRel accountEntryUserRel)
public static AccountEntryUserRel findByPrimaryKey(long accountEntryUserRelId) throws NoSuchEntryUserRelException
NoSuchEntryUserRelException
if it could not be found.accountEntryUserRelId
- the primary key of the account entry user relNoSuchEntryUserRelException
- if a account entry user rel with the primary key could not be foundpublic static AccountEntryUserRel fetchByPrimaryKey(long accountEntryUserRelId)
null
if it could not be found.accountEntryUserRelId
- the primary key of the account entry user relnull
if a account entry user rel with the primary key could not be foundpublic static java.util.List<AccountEntryUserRel> findAll()
public static java.util.List<AccountEntryUserRel> 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 AccountEntryUserRelModelImpl
.
start
- the lower bound of the range of account entry user relsend
- the upper bound of the range of account entry user rels (not inclusive)public static java.util.List<AccountEntryUserRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntryUserRel> 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 AccountEntryUserRelModelImpl
.
start
- the lower bound of the range of account entry user relsend
- the upper bound of the range of account entry user rels (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static java.util.List<AccountEntryUserRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntryUserRel> 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 AccountEntryUserRelModelImpl
.
start
- the lower bound of the range of account entry user relsend
- the upper bound of the range of account entry user rels (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 AccountEntryUserRelPersistence getPersistence()