@ProviderType public interface SamlPeerBindingPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<SamlPeerBinding>
Caching information and settings can be found in portal.properties
SamlPeerBindingUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(java.util.List<SamlPeerBinding> samlPeerBindings)
Caches the saml peer bindings in the entity cache if it is enabled.
|
void |
cacheResult(SamlPeerBinding samlPeerBinding)
Caches the saml peer binding in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of saml peer bindings.
|
int |
countByC_D_SNIV(long companyId,
boolean deleted,
java.lang.String samlNameIdValue)
Returns the number of saml peer bindings where companyId = ? and deleted = ? and samlNameIdValue = ?.
|
int |
countByC_U_D_SPEI(long companyId,
long userId,
boolean deleted,
java.lang.String samlPeerEntityId)
Returns the number of saml peer bindings where companyId = ? and userId = ? and deleted = ? and samlPeerEntityId = ?.
|
SamlPeerBinding |
create(long samlPeerBindingId)
Creates a new saml peer binding with the primary key.
|
SamlPeerBinding |
fetchByC_D_SNIV_First(long companyId,
boolean deleted,
java.lang.String samlNameIdValue,
com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator)
Returns the first saml peer binding in the ordered set where companyId = ? and deleted = ? and samlNameIdValue = ?.
|
SamlPeerBinding |
fetchByC_D_SNIV_Last(long companyId,
boolean deleted,
java.lang.String samlNameIdValue,
com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator)
Returns the last saml peer binding in the ordered set where companyId = ? and deleted = ? and samlNameIdValue = ?.
|
SamlPeerBinding |
fetchByC_U_D_SPEI_First(long companyId,
long userId,
boolean deleted,
java.lang.String samlPeerEntityId,
com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator)
Returns the first saml peer binding in the ordered set where companyId = ? and userId = ? and deleted = ? and samlPeerEntityId = ?.
|
SamlPeerBinding |
fetchByC_U_D_SPEI_Last(long companyId,
long userId,
boolean deleted,
java.lang.String samlPeerEntityId,
com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator)
Returns the last saml peer binding in the ordered set where companyId = ? and userId = ? and deleted = ? and samlPeerEntityId = ?.
|
SamlPeerBinding |
fetchByPrimaryKey(long samlPeerBindingId)
Returns the saml peer binding with the primary key or returns
null if it could not be found. |
java.util.List<SamlPeerBinding> |
findAll()
Returns all the saml peer bindings.
|
java.util.List<SamlPeerBinding> |
findAll(int start,
int end)
Returns a range of all the saml peer bindings.
|
java.util.List<SamlPeerBinding> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator)
Returns an ordered range of all the saml peer bindings.
|
java.util.List<SamlPeerBinding> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the saml peer bindings.
|
SamlPeerBinding |
findByC_D_SNIV_First(long companyId,
boolean deleted,
java.lang.String samlNameIdValue,
com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator)
Returns the first saml peer binding in the ordered set where companyId = ? and deleted = ? and samlNameIdValue = ?.
|
SamlPeerBinding |
findByC_D_SNIV_Last(long companyId,
boolean deleted,
java.lang.String samlNameIdValue,
com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator)
Returns the last saml peer binding in the ordered set where companyId = ? and deleted = ? and samlNameIdValue = ?.
|
SamlPeerBinding[] |
findByC_D_SNIV_PrevAndNext(long samlPeerBindingId,
long companyId,
boolean deleted,
java.lang.String samlNameIdValue,
com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator)
Returns the saml peer bindings before and after the current saml peer binding in the ordered set where companyId = ? and deleted = ? and samlNameIdValue = ?.
|
java.util.List<SamlPeerBinding> |
findByC_D_SNIV(long companyId,
boolean deleted,
java.lang.String samlNameIdValue)
Returns all the saml peer bindings where companyId = ? and deleted = ? and samlNameIdValue = ?.
|
java.util.List<SamlPeerBinding> |
findByC_D_SNIV(long companyId,
boolean deleted,
java.lang.String samlNameIdValue,
int start,
int end)
Returns a range of all the saml peer bindings where companyId = ? and deleted = ? and samlNameIdValue = ?.
|
java.util.List<SamlPeerBinding> |
findByC_D_SNIV(long companyId,
boolean deleted,
java.lang.String samlNameIdValue,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator)
Returns an ordered range of all the saml peer bindings where companyId = ? and deleted = ? and samlNameIdValue = ?.
|
java.util.List<SamlPeerBinding> |
findByC_D_SNIV(long companyId,
boolean deleted,
java.lang.String samlNameIdValue,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the saml peer bindings where companyId = ? and deleted = ? and samlNameIdValue = ?.
|
SamlPeerBinding |
findByC_U_D_SPEI_First(long companyId,
long userId,
boolean deleted,
java.lang.String samlPeerEntityId,
com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator)
Returns the first saml peer binding in the ordered set where companyId = ? and userId = ? and deleted = ? and samlPeerEntityId = ?.
|
SamlPeerBinding |
findByC_U_D_SPEI_Last(long companyId,
long userId,
boolean deleted,
java.lang.String samlPeerEntityId,
com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator)
Returns the last saml peer binding in the ordered set where companyId = ? and userId = ? and deleted = ? and samlPeerEntityId = ?.
|
SamlPeerBinding[] |
findByC_U_D_SPEI_PrevAndNext(long samlPeerBindingId,
long companyId,
long userId,
boolean deleted,
java.lang.String samlPeerEntityId,
com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator)
Returns the saml peer bindings before and after the current saml peer binding in the ordered set where companyId = ? and userId = ? and deleted = ? and samlPeerEntityId = ?.
|
java.util.List<SamlPeerBinding> |
findByC_U_D_SPEI(long companyId,
long userId,
boolean deleted,
java.lang.String samlPeerEntityId)
Returns all the saml peer bindings where companyId = ? and userId = ? and deleted = ? and samlPeerEntityId = ?.
|
java.util.List<SamlPeerBinding> |
findByC_U_D_SPEI(long companyId,
long userId,
boolean deleted,
java.lang.String samlPeerEntityId,
int start,
int end)
Returns a range of all the saml peer bindings where companyId = ? and userId = ? and deleted = ? and samlPeerEntityId = ?.
|
java.util.List<SamlPeerBinding> |
findByC_U_D_SPEI(long companyId,
long userId,
boolean deleted,
java.lang.String samlPeerEntityId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator)
Returns an ordered range of all the saml peer bindings where companyId = ? and userId = ? and deleted = ? and samlPeerEntityId = ?.
|
java.util.List<SamlPeerBinding> |
findByC_U_D_SPEI(long companyId,
long userId,
boolean deleted,
java.lang.String samlPeerEntityId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the saml peer bindings where companyId = ? and userId = ? and deleted = ? and samlPeerEntityId = ?.
|
SamlPeerBinding |
findByPrimaryKey(long samlPeerBindingId)
Returns the saml peer binding with the primary key or throws a
NoSuchPeerBindingException if it could not be found. |
SamlPeerBinding |
remove(long samlPeerBindingId)
Removes the saml peer binding with the primary key from the database.
|
void |
removeAll()
Removes all the saml peer bindings from the database.
|
void |
removeByC_D_SNIV(long companyId,
boolean deleted,
java.lang.String samlNameIdValue)
Removes all the saml peer bindings where companyId = ? and deleted = ? and samlNameIdValue = ? from the database.
|
void |
removeByC_U_D_SPEI(long companyId,
long userId,
boolean deleted,
java.lang.String samlPeerEntityId)
Removes all the saml peer bindings where companyId = ? and userId = ? and deleted = ? and samlPeerEntityId = ? from the database.
|
SamlPeerBinding |
updateImpl(SamlPeerBinding samlPeerBinding) |
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<SamlPeerBinding> findByC_D_SNIV(long companyId, boolean deleted, java.lang.String samlNameIdValue)
companyId
- the company IDdeleted
- the deletedsamlNameIdValue
- the saml name ID valuejava.util.List<SamlPeerBinding> findByC_D_SNIV(long companyId, boolean deleted, java.lang.String samlNameIdValue, 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 SamlPeerBindingModelImpl
.
companyId
- the company IDdeleted
- the deletedsamlNameIdValue
- the saml name ID valuestart
- the lower bound of the range of saml peer bindingsend
- the upper bound of the range of saml peer bindings (not inclusive)java.util.List<SamlPeerBinding> findByC_D_SNIV(long companyId, boolean deleted, java.lang.String samlNameIdValue, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> 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 SamlPeerBindingModelImpl
.
companyId
- the company IDdeleted
- the deletedsamlNameIdValue
- the saml name ID valuestart
- the lower bound of the range of saml peer bindingsend
- the upper bound of the range of saml peer bindings (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<SamlPeerBinding> findByC_D_SNIV(long companyId, boolean deleted, java.lang.String samlNameIdValue, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> 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 SamlPeerBindingModelImpl
.
companyId
- the company IDdeleted
- the deletedsamlNameIdValue
- the saml name ID valuestart
- the lower bound of the range of saml peer bindingsend
- the upper bound of the range of saml peer bindings (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheSamlPeerBinding findByC_D_SNIV_First(long companyId, boolean deleted, java.lang.String samlNameIdValue, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator) throws NoSuchPeerBindingException
companyId
- the company IDdeleted
- the deletedsamlNameIdValue
- the saml name ID valueorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPeerBindingException
- if a matching saml peer binding could not be foundSamlPeerBinding fetchByC_D_SNIV_First(long companyId, boolean deleted, java.lang.String samlNameIdValue, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator)
companyId
- the company IDdeleted
- the deletedsamlNameIdValue
- the saml name ID valueorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching saml peer binding could not be foundSamlPeerBinding findByC_D_SNIV_Last(long companyId, boolean deleted, java.lang.String samlNameIdValue, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator) throws NoSuchPeerBindingException
companyId
- the company IDdeleted
- the deletedsamlNameIdValue
- the saml name ID valueorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPeerBindingException
- if a matching saml peer binding could not be foundSamlPeerBinding fetchByC_D_SNIV_Last(long companyId, boolean deleted, java.lang.String samlNameIdValue, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator)
companyId
- the company IDdeleted
- the deletedsamlNameIdValue
- the saml name ID valueorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching saml peer binding could not be foundSamlPeerBinding[] findByC_D_SNIV_PrevAndNext(long samlPeerBindingId, long companyId, boolean deleted, java.lang.String samlNameIdValue, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator) throws NoSuchPeerBindingException
samlPeerBindingId
- the primary key of the current saml peer bindingcompanyId
- the company IDdeleted
- the deletedsamlNameIdValue
- the saml name ID valueorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPeerBindingException
- if a saml peer binding with the primary key could not be foundvoid removeByC_D_SNIV(long companyId, boolean deleted, java.lang.String samlNameIdValue)
companyId
- the company IDdeleted
- the deletedsamlNameIdValue
- the saml name ID valueint countByC_D_SNIV(long companyId, boolean deleted, java.lang.String samlNameIdValue)
companyId
- the company IDdeleted
- the deletedsamlNameIdValue
- the saml name ID valuejava.util.List<SamlPeerBinding> findByC_U_D_SPEI(long companyId, long userId, boolean deleted, java.lang.String samlPeerEntityId)
companyId
- the company IDuserId
- the user IDdeleted
- the deletedsamlPeerEntityId
- the saml peer entity IDjava.util.List<SamlPeerBinding> findByC_U_D_SPEI(long companyId, long userId, boolean deleted, java.lang.String samlPeerEntityId, 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 SamlPeerBindingModelImpl
.
companyId
- the company IDuserId
- the user IDdeleted
- the deletedsamlPeerEntityId
- the saml peer entity IDstart
- the lower bound of the range of saml peer bindingsend
- the upper bound of the range of saml peer bindings (not inclusive)java.util.List<SamlPeerBinding> findByC_U_D_SPEI(long companyId, long userId, boolean deleted, java.lang.String samlPeerEntityId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> 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 SamlPeerBindingModelImpl
.
companyId
- the company IDuserId
- the user IDdeleted
- the deletedsamlPeerEntityId
- the saml peer entity IDstart
- the lower bound of the range of saml peer bindingsend
- the upper bound of the range of saml peer bindings (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<SamlPeerBinding> findByC_U_D_SPEI(long companyId, long userId, boolean deleted, java.lang.String samlPeerEntityId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> 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 SamlPeerBindingModelImpl
.
companyId
- the company IDuserId
- the user IDdeleted
- the deletedsamlPeerEntityId
- the saml peer entity IDstart
- the lower bound of the range of saml peer bindingsend
- the upper bound of the range of saml peer bindings (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheSamlPeerBinding findByC_U_D_SPEI_First(long companyId, long userId, boolean deleted, java.lang.String samlPeerEntityId, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator) throws NoSuchPeerBindingException
companyId
- the company IDuserId
- the user IDdeleted
- the deletedsamlPeerEntityId
- the saml peer entity IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPeerBindingException
- if a matching saml peer binding could not be foundSamlPeerBinding fetchByC_U_D_SPEI_First(long companyId, long userId, boolean deleted, java.lang.String samlPeerEntityId, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator)
companyId
- the company IDuserId
- the user IDdeleted
- the deletedsamlPeerEntityId
- the saml peer entity IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching saml peer binding could not be foundSamlPeerBinding findByC_U_D_SPEI_Last(long companyId, long userId, boolean deleted, java.lang.String samlPeerEntityId, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator) throws NoSuchPeerBindingException
companyId
- the company IDuserId
- the user IDdeleted
- the deletedsamlPeerEntityId
- the saml peer entity IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPeerBindingException
- if a matching saml peer binding could not be foundSamlPeerBinding fetchByC_U_D_SPEI_Last(long companyId, long userId, boolean deleted, java.lang.String samlPeerEntityId, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator)
companyId
- the company IDuserId
- the user IDdeleted
- the deletedsamlPeerEntityId
- the saml peer entity IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching saml peer binding could not be foundSamlPeerBinding[] findByC_U_D_SPEI_PrevAndNext(long samlPeerBindingId, long companyId, long userId, boolean deleted, java.lang.String samlPeerEntityId, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> orderByComparator) throws NoSuchPeerBindingException
samlPeerBindingId
- the primary key of the current saml peer bindingcompanyId
- the company IDuserId
- the user IDdeleted
- the deletedsamlPeerEntityId
- the saml peer entity IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchPeerBindingException
- if a saml peer binding with the primary key could not be foundvoid removeByC_U_D_SPEI(long companyId, long userId, boolean deleted, java.lang.String samlPeerEntityId)
companyId
- the company IDuserId
- the user IDdeleted
- the deletedsamlPeerEntityId
- the saml peer entity IDint countByC_U_D_SPEI(long companyId, long userId, boolean deleted, java.lang.String samlPeerEntityId)
companyId
- the company IDuserId
- the user IDdeleted
- the deletedsamlPeerEntityId
- the saml peer entity IDvoid cacheResult(SamlPeerBinding samlPeerBinding)
samlPeerBinding
- the saml peer bindingvoid cacheResult(java.util.List<SamlPeerBinding> samlPeerBindings)
samlPeerBindings
- the saml peer bindingsSamlPeerBinding create(long samlPeerBindingId)
samlPeerBindingId
- the primary key for the new saml peer bindingSamlPeerBinding remove(long samlPeerBindingId) throws NoSuchPeerBindingException
samlPeerBindingId
- the primary key of the saml peer bindingNoSuchPeerBindingException
- if a saml peer binding with the primary key could not be foundSamlPeerBinding updateImpl(SamlPeerBinding samlPeerBinding)
SamlPeerBinding findByPrimaryKey(long samlPeerBindingId) throws NoSuchPeerBindingException
NoSuchPeerBindingException
if it could not be found.samlPeerBindingId
- the primary key of the saml peer bindingNoSuchPeerBindingException
- if a saml peer binding with the primary key could not be foundSamlPeerBinding fetchByPrimaryKey(long samlPeerBindingId)
null
if it could not be found.samlPeerBindingId
- the primary key of the saml peer bindingnull
if a saml peer binding with the primary key could not be foundjava.util.List<SamlPeerBinding> findAll()
java.util.List<SamlPeerBinding> 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 SamlPeerBindingModelImpl
.
start
- the lower bound of the range of saml peer bindingsend
- the upper bound of the range of saml peer bindings (not inclusive)java.util.List<SamlPeerBinding> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> 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 SamlPeerBindingModelImpl
.
start
- the lower bound of the range of saml peer bindingsend
- the upper bound of the range of saml peer bindings (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<SamlPeerBinding> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SamlPeerBinding> 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 SamlPeerBindingModelImpl
.
start
- the lower bound of the range of saml peer bindingsend
- the upper bound of the range of saml peer bindings (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()