@ProviderType public interface AddressPersistence extends BasePersistence<Address>
Caching information and settings can be found in portal.properties
AddressPersistenceImpl
,
AddressUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(Address address)
Caches the address in the entity cache if it is enabled.
|
void |
cacheResult(List<Address> addresses)
Caches the addresses in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of addresses.
|
int |
countByC_C_C_M(long companyId,
long classNameId,
long classPK,
boolean mailing)
Returns the number of addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
|
int |
countByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary)
Returns the number of addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
int |
countByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the number of addresses where companyId = ? and classNameId = ? and classPK = ?.
|
int |
countByC_C(long companyId,
long classNameId)
Returns the number of addresses where companyId = ? and classNameId = ?.
|
int |
countByCompanyId(long companyId)
Returns the number of addresses where companyId = ?.
|
int |
countByUserId(long userId)
Returns the number of addresses where userId = ?.
|
int |
countByUuid_C(String uuid,
long companyId)
Returns the number of addresses where uuid = ? and companyId = ?.
|
int |
countByUuid(String uuid)
Returns the number of addresses where uuid = ?.
|
Address |
create(long addressId)
Creates a new address with the primary key.
|
Address |
fetchByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
Address |
fetchByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
Address |
fetchByC_C_C_M_First(long companyId,
long classNameId,
long classPK,
boolean mailing,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
|
Address |
fetchByC_C_C_M_Last(long companyId,
long classNameId,
long classPK,
boolean mailing,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
|
Address |
fetchByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
Address |
fetchByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
Address |
fetchByC_C_First(long companyId,
long classNameId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ?.
|
Address |
fetchByC_C_Last(long companyId,
long classNameId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ?.
|
Address |
fetchByCompanyId_First(long companyId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ?.
|
Address |
fetchByCompanyId_Last(long companyId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ?.
|
Address |
fetchByPrimaryKey(long addressId)
Returns the address with the primary key or returns
null if it could not be found. |
Map<Serializable,Address> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
Address |
fetchByUserId_First(long userId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where userId = ?.
|
Address |
fetchByUserId_Last(long userId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where userId = ?.
|
Address |
fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where uuid = ? and companyId = ?.
|
Address |
fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where uuid = ? and companyId = ?.
|
Address |
fetchByUuid_First(String uuid,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where uuid = ?.
|
Address |
fetchByUuid_Last(String uuid,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where uuid = ?.
|
List<Address> |
findAll()
Returns all the addresses.
|
List<Address> |
findAll(int start,
int end)
Returns a range of all the addresses.
|
List<Address> |
findAll(int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses.
|
List<Address> |
findAll(int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses.
|
Address |
findByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
Address |
findByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
Address |
findByC_C_C_M_First(long companyId,
long classNameId,
long classPK,
boolean mailing,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
|
Address |
findByC_C_C_M_Last(long companyId,
long classNameId,
long classPK,
boolean mailing,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
|
Address[] |
findByC_C_C_M_PrevAndNext(long addressId,
long companyId,
long classNameId,
long classPK,
boolean mailing,
OrderByComparator<Address> orderByComparator)
Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
|
List<Address> |
findByC_C_C_M(long companyId,
long classNameId,
long classPK,
boolean mailing)
Returns all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
|
List<Address> |
findByC_C_C_M(long companyId,
long classNameId,
long classPK,
boolean mailing,
int start,
int end)
Returns a range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
|
List<Address> |
findByC_C_C_M(long companyId,
long classNameId,
long classPK,
boolean mailing,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
|
List<Address> |
findByC_C_C_M(long companyId,
long classNameId,
long classPK,
boolean mailing,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.
|
Address |
findByC_C_C_P_First(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
Address |
findByC_C_C_P_Last(long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
Address[] |
findByC_C_C_P_PrevAndNext(long addressId,
long companyId,
long classNameId,
long classPK,
boolean primary,
OrderByComparator<Address> orderByComparator)
Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
List<Address> |
findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary)
Returns all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
List<Address> |
findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end)
Returns a range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
List<Address> |
findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
List<Address> |
findByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.
|
Address[] |
findByC_C_C_PrevAndNext(long addressId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<Address> orderByComparator)
Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
List<Address> |
findByC_C_C(long companyId,
long classNameId,
long classPK)
Returns all the addresses where companyId = ? and classNameId = ? and classPK = ?.
|
List<Address> |
findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the addresses where companyId = ? and classNameId = ? and classPK = ?.
|
List<Address> |
findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ?.
|
List<Address> |
findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ?.
|
Address |
findByC_C_First(long companyId,
long classNameId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ? and classNameId = ?.
|
Address |
findByC_C_Last(long companyId,
long classNameId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ? and classNameId = ?.
|
Address[] |
findByC_C_PrevAndNext(long addressId,
long companyId,
long classNameId,
OrderByComparator<Address> orderByComparator)
Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ?.
|
List<Address> |
findByC_C(long companyId,
long classNameId)
Returns all the addresses where companyId = ? and classNameId = ?.
|
List<Address> |
findByC_C(long companyId,
long classNameId,
int start,
int end)
Returns a range of all the addresses where companyId = ? and classNameId = ?.
|
List<Address> |
findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ?.
|
List<Address> |
findByC_C(long companyId,
long classNameId,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where companyId = ? and classNameId = ?.
|
Address |
findByCompanyId_First(long companyId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where companyId = ?.
|
Address |
findByCompanyId_Last(long companyId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where companyId = ?.
|
Address[] |
findByCompanyId_PrevAndNext(long addressId,
long companyId,
OrderByComparator<Address> orderByComparator)
Returns the addresses before and after the current address in the ordered set where companyId = ?.
|
List<Address> |
findByCompanyId(long companyId)
Returns all the addresses where companyId = ?.
|
List<Address> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the addresses where companyId = ?.
|
List<Address> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where companyId = ?.
|
List<Address> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where companyId = ?.
|
Address |
findByPrimaryKey(long addressId)
Returns the address with the primary key or throws a
NoSuchAddressException if it could not be found. |
Address |
findByUserId_First(long userId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where userId = ?.
|
Address |
findByUserId_Last(long userId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where userId = ?.
|
Address[] |
findByUserId_PrevAndNext(long addressId,
long userId,
OrderByComparator<Address> orderByComparator)
Returns the addresses before and after the current address in the ordered set where userId = ?.
|
List<Address> |
findByUserId(long userId)
Returns all the addresses where userId = ?.
|
List<Address> |
findByUserId(long userId,
int start,
int end)
Returns a range of all the addresses where userId = ?.
|
List<Address> |
findByUserId(long userId,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where userId = ?.
|
List<Address> |
findByUserId(long userId,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where userId = ?.
|
Address |
findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where uuid = ? and companyId = ?.
|
Address |
findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where uuid = ? and companyId = ?.
|
Address[] |
findByUuid_C_PrevAndNext(long addressId,
String uuid,
long companyId,
OrderByComparator<Address> orderByComparator)
Returns the addresses before and after the current address in the ordered set where uuid = ? and companyId = ?.
|
List<Address> |
findByUuid_C(String uuid,
long companyId)
Returns all the addresses where uuid = ? and companyId = ?.
|
List<Address> |
findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the addresses where uuid = ? and companyId = ?.
|
List<Address> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where uuid = ? and companyId = ?.
|
List<Address> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where uuid = ? and companyId = ?.
|
Address |
findByUuid_First(String uuid,
OrderByComparator<Address> orderByComparator)
Returns the first address in the ordered set where uuid = ?.
|
Address |
findByUuid_Last(String uuid,
OrderByComparator<Address> orderByComparator)
Returns the last address in the ordered set where uuid = ?.
|
Address[] |
findByUuid_PrevAndNext(long addressId,
String uuid,
OrderByComparator<Address> orderByComparator)
Returns the addresses before and after the current address in the ordered set where uuid = ?.
|
List<Address> |
findByUuid(String uuid)
Returns all the addresses where uuid = ?.
|
List<Address> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the addresses where uuid = ?.
|
List<Address> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator<Address> orderByComparator)
Returns an ordered range of all the addresses where uuid = ?.
|
List<Address> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator<Address> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the addresses where uuid = ?.
|
Set<String> |
getBadColumnNames() |
Address |
remove(long addressId)
Removes the address with the primary key from the database.
|
void |
removeAll()
Removes all the addresses from the database.
|
void |
removeByC_C_C_M(long companyId,
long classNameId,
long classPK,
boolean mailing)
Removes all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ? from the database.
|
void |
removeByC_C_C_P(long companyId,
long classNameId,
long classPK,
boolean primary)
Removes all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ? from the database.
|
void |
removeByC_C_C(long companyId,
long classNameId,
long classPK)
Removes all the addresses where companyId = ? and classNameId = ? and classPK = ? from the database.
|
void |
removeByC_C(long companyId,
long classNameId)
Removes all the addresses where companyId = ? and classNameId = ? from the database.
|
void |
removeByCompanyId(long companyId)
Removes all the addresses where companyId = ? from the database.
|
void |
removeByUserId(long userId)
Removes all the addresses where userId = ? from the database.
|
void |
removeByUuid_C(String uuid,
long companyId)
Removes all the addresses where uuid = ? and companyId = ? from the database.
|
void |
removeByUuid(String uuid)
Removes all the addresses where uuid = ? from the database.
|
Address |
updateImpl(Address address) |
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
List<Address> findByUuid(String uuid)
uuid
- the uuidList<Address> findByUuid(String uuid, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from AddressModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)List<Address> findByUuid(String uuid, int start, int end, OrderByComparator<Address> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from AddressModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Address> findByUuid(String uuid, int start, int end, OrderByComparator<Address> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from AddressModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheAddress findByUuid_First(String uuid, OrderByComparator<Address> orderByComparator) throws NoSuchAddressException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAddressException
- if a matching address could not be foundAddress fetchByUuid_First(String uuid, OrderByComparator<Address> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching address could not be foundAddress findByUuid_Last(String uuid, OrderByComparator<Address> orderByComparator) throws NoSuchAddressException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAddressException
- if a matching address could not be foundAddress fetchByUuid_Last(String uuid, OrderByComparator<Address> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching address could not be foundAddress[] findByUuid_PrevAndNext(long addressId, String uuid, OrderByComparator<Address> orderByComparator) throws NoSuchAddressException
addressId
- the primary key of the current addressuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAddressException
- if a address with the primary key could not be foundvoid removeByUuid(String uuid)
uuid
- the uuidint countByUuid(String uuid)
uuid
- the uuidList<Address> findByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDList<Address> findByUuid_C(String uuid, long companyId, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from AddressModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)List<Address> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Address> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from AddressModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Address> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<Address> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from AddressModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheAddress findByUuid_C_First(String uuid, long companyId, OrderByComparator<Address> orderByComparator) throws NoSuchAddressException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAddressException
- if a matching address could not be foundAddress fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<Address> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching address could not be foundAddress findByUuid_C_Last(String uuid, long companyId, OrderByComparator<Address> orderByComparator) throws NoSuchAddressException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAddressException
- if a matching address could not be foundAddress fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<Address> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching address could not be foundAddress[] findByUuid_C_PrevAndNext(long addressId, String uuid, long companyId, OrderByComparator<Address> orderByComparator) throws NoSuchAddressException
addressId
- the primary key of the current addressuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAddressException
- if a address with the primary key could not be foundvoid removeByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDint countByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDList<Address> findByCompanyId(long companyId)
companyId
- the company IDList<Address> findByCompanyId(long companyId, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from AddressModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstart
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)List<Address> findByCompanyId(long companyId, int start, int end, OrderByComparator<Address> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from AddressModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstart
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Address> findByCompanyId(long companyId, int start, int end, OrderByComparator<Address> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from AddressModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstart
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheAddress findByCompanyId_First(long companyId, OrderByComparator<Address> orderByComparator) throws NoSuchAddressException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAddressException
- if a matching address could not be foundAddress fetchByCompanyId_First(long companyId, OrderByComparator<Address> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching address could not be foundAddress findByCompanyId_Last(long companyId, OrderByComparator<Address> orderByComparator) throws NoSuchAddressException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAddressException
- if a matching address could not be foundAddress fetchByCompanyId_Last(long companyId, OrderByComparator<Address> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching address could not be foundAddress[] findByCompanyId_PrevAndNext(long addressId, long companyId, OrderByComparator<Address> orderByComparator) throws NoSuchAddressException
addressId
- the primary key of the current addresscompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAddressException
- if a address with the primary key could not be foundvoid removeByCompanyId(long companyId)
companyId
- the company IDint countByCompanyId(long companyId)
companyId
- the company IDList<Address> findByUserId(long userId)
userId
- the user IDList<Address> findByUserId(long userId, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from AddressModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
userId
- the user IDstart
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)List<Address> findByUserId(long userId, int start, int end, OrderByComparator<Address> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from AddressModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
userId
- the user IDstart
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Address> findByUserId(long userId, int start, int end, OrderByComparator<Address> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from AddressModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
userId
- the user IDstart
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheAddress findByUserId_First(long userId, OrderByComparator<Address> orderByComparator) throws NoSuchAddressException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAddressException
- if a matching address could not be foundAddress fetchByUserId_First(long userId, OrderByComparator<Address> orderByComparator)
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching address could not be foundAddress findByUserId_Last(long userId, OrderByComparator<Address> orderByComparator) throws NoSuchAddressException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAddressException
- if a matching address could not be foundAddress fetchByUserId_Last(long userId, OrderByComparator<Address> orderByComparator)
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching address could not be foundAddress[] findByUserId_PrevAndNext(long addressId, long userId, OrderByComparator<Address> orderByComparator) throws NoSuchAddressException
addressId
- the primary key of the current addressuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAddressException
- if a address with the primary key could not be foundvoid removeByUserId(long userId)
userId
- the user IDint countByUserId(long userId)
userId
- the user IDList<Address> findByC_C(long companyId, long classNameId)
companyId
- the company IDclassNameId
- the class name IDList<Address> findByC_C(long companyId, long classNameId, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from AddressModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDclassNameId
- the class name IDstart
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)List<Address> findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Address> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from AddressModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDclassNameId
- the class name IDstart
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Address> findByC_C(long companyId, long classNameId, int start, int end, OrderByComparator<Address> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from AddressModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDclassNameId
- the class name IDstart
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheAddress findByC_C_First(long companyId, long classNameId, OrderByComparator<Address> orderByComparator) throws NoSuchAddressException
companyId
- the company IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAddressException
- if a matching address could not be foundAddress fetchByC_C_First(long companyId, long classNameId, OrderByComparator<Address> orderByComparator)
companyId
- the company IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching address could not be foundAddress findByC_C_Last(long companyId, long classNameId, OrderByComparator<Address> orderByComparator) throws NoSuchAddressException
companyId
- the company IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAddressException
- if a matching address could not be foundAddress fetchByC_C_Last(long companyId, long classNameId, OrderByComparator<Address> orderByComparator)
companyId
- the company IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching address could not be foundAddress[] findByC_C_PrevAndNext(long addressId, long companyId, long classNameId, OrderByComparator<Address> orderByComparator) throws NoSuchAddressException
addressId
- the primary key of the current addresscompanyId
- the company IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAddressException
- if a address with the primary key could not be foundvoid removeByC_C(long companyId, long classNameId)
companyId
- the company IDclassNameId
- the class name IDint countByC_C(long companyId, long classNameId)
companyId
- the company IDclassNameId
- the class name IDList<Address> findByC_C_C(long companyId, long classNameId, long classPK)
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkList<Address> findByC_C_C(long companyId, long classNameId, long classPK, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from AddressModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)List<Address> findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Address> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from AddressModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Address> findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Address> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from AddressModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheAddress findByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator) throws NoSuchAddressException
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAddressException
- if a matching address could not be foundAddress fetchByC_C_C_First(long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator)
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching address could not be foundAddress findByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator) throws NoSuchAddressException
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAddressException
- if a matching address could not be foundAddress fetchByC_C_C_Last(long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator)
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching address could not be foundAddress[] findByC_C_C_PrevAndNext(long addressId, long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator) throws NoSuchAddressException
addressId
- the primary key of the current addresscompanyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAddressException
- if a address with the primary key could not be foundvoid removeByC_C_C(long companyId, long classNameId, long classPK)
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkint countByC_C_C(long companyId, long classNameId, long classPK)
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkList<Address> findByC_C_C_M(long companyId, long classNameId, long classPK, boolean mailing)
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkmailing
- the mailingList<Address> findByC_C_C_M(long companyId, long classNameId, long classPK, boolean mailing, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from AddressModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkmailing
- the mailingstart
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)List<Address> findByC_C_C_M(long companyId, long classNameId, long classPK, boolean mailing, int start, int end, OrderByComparator<Address> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from AddressModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkmailing
- the mailingstart
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Address> findByC_C_C_M(long companyId, long classNameId, long classPK, boolean mailing, int start, int end, OrderByComparator<Address> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from AddressModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkmailing
- the mailingstart
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheAddress findByC_C_C_M_First(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator) throws NoSuchAddressException
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkmailing
- the mailingorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAddressException
- if a matching address could not be foundAddress fetchByC_C_C_M_First(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator)
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkmailing
- the mailingorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching address could not be foundAddress findByC_C_C_M_Last(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator) throws NoSuchAddressException
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkmailing
- the mailingorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAddressException
- if a matching address could not be foundAddress fetchByC_C_C_M_Last(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator)
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkmailing
- the mailingorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching address could not be foundAddress[] findByC_C_C_M_PrevAndNext(long addressId, long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator) throws NoSuchAddressException
addressId
- the primary key of the current addresscompanyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkmailing
- the mailingorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAddressException
- if a address with the primary key could not be foundvoid removeByC_C_C_M(long companyId, long classNameId, long classPK, boolean mailing)
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkmailing
- the mailingint countByC_C_C_M(long companyId, long classNameId, long classPK, boolean mailing)
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkmailing
- the mailingList<Address> findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary)
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkprimary
- the primaryList<Address> findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from AddressModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkprimary
- the primarystart
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)List<Address> findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Address> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from AddressModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkprimary
- the primarystart
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Address> findByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Address> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from AddressModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkprimary
- the primarystart
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cacheAddress findByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator) throws NoSuchAddressException
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkprimary
- the primaryorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAddressException
- if a matching address could not be foundAddress fetchByC_C_C_P_First(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator)
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkprimary
- the primaryorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching address could not be foundAddress findByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator) throws NoSuchAddressException
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkprimary
- the primaryorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAddressException
- if a matching address could not be foundAddress fetchByC_C_C_P_Last(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator)
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkprimary
- the primaryorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching address could not be foundAddress[] findByC_C_C_P_PrevAndNext(long addressId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator) throws NoSuchAddressException
addressId
- the primary key of the current addresscompanyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkprimary
- the primaryorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAddressException
- if a address with the primary key could not be foundvoid removeByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary)
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkprimary
- the primaryint countByC_C_C_P(long companyId, long classNameId, long classPK, boolean primary)
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkprimary
- the primaryvoid cacheResult(Address address)
address
- the addressvoid cacheResult(List<Address> addresses)
addresses
- the addressesAddress create(long addressId)
addressId
- the primary key for the new addressAddress remove(long addressId) throws NoSuchAddressException
addressId
- the primary key of the addressNoSuchAddressException
- if a address with the primary key could not be foundAddress findByPrimaryKey(long addressId) throws NoSuchAddressException
NoSuchAddressException
if it could not be found.addressId
- the primary key of the addressNoSuchAddressException
- if a address with the primary key could not be foundAddress fetchByPrimaryKey(long addressId)
null
if it could not be found.addressId
- the primary key of the addressnull
if a address with the primary key could not be foundMap<Serializable,Address> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
fetchByPrimaryKeys
in interface BasePersistence<Address>
List<Address> findAll()
List<Address> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from AddressModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)List<Address> findAll(int start, int end, OrderByComparator<Address> 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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from AddressModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)List<Address> findAll(int start, int end, OrderByComparator<Address> orderByComparator, boolean retrieveFromCache)
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 and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from AddressModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of addressesend
- the upper bound of the range of addresses (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachevoid removeAll()
int countAll()
Set<String> getBadColumnNames()
getBadColumnNames
in interface BasePersistence<Address>