public class ExpandoRowPersistenceImpl
extends com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.expando.kernel.model.ExpandoRow>
implements com.liferay.expando.kernel.service.persistence.ExpandoRowPersistence
Caching information and settings can be found in portal.properties
| Modifier and Type | Field and Description |
|---|---|
static String |
FINDER_CLASS_NAME_ENTITY |
static String |
FINDER_CLASS_NAME_LIST_WITH_PAGINATION |
static String |
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION |
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, databaseInMaxParameters, dbColumnNames, dummyEntityCache, dummyFinderCache, entityCacheEnabled, FINDER_ARGS_EMPTY, finderCacheEnabled, NULL_SAFE_STRING_COMPARATOR, nullModel, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR| Constructor and Description |
|---|
ExpandoRowPersistenceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Initializes the expando row persistence.
|
void |
cacheResult(com.liferay.expando.kernel.model.ExpandoRow expandoRow)
Caches the expando row in the entity cache if it is enabled.
|
void |
cacheResult(List<com.liferay.expando.kernel.model.ExpandoRow> expandoRows)
Caches the expando rows in the entity cache if it is enabled.
|
protected void |
cacheUniqueFindersCache(ExpandoRowModelImpl expandoRowModelImpl) |
void |
clearCache()
Clears the cache for all expando rows.
|
void |
clearCache(com.liferay.expando.kernel.model.ExpandoRow expandoRow)
Clears the cache for the expando row.
|
void |
clearCache(List<com.liferay.expando.kernel.model.ExpandoRow> expandoRows) |
void |
clearCache(Set<Serializable> primaryKeys) |
int |
countAll()
Returns the number of expando rows.
|
int |
countByClassPK(long classPK)
Returns the number of expando rows where classPK = ?.
|
int |
countByT_C(long tableId,
long classPK)
Returns the number of expando rows where tableId = ? and classPK = ?.
|
int |
countByTableId(long tableId)
Returns the number of expando rows where tableId = ?.
|
com.liferay.expando.kernel.model.ExpandoRow |
create(long rowId)
Creates a new expando row with the primary key.
|
void |
destroy() |
com.liferay.expando.kernel.model.ExpandoRow |
fetchByClassPK_First(long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoRow> orderByComparator)
Returns the first expando row in the ordered set where classPK = ?.
|
com.liferay.expando.kernel.model.ExpandoRow |
fetchByClassPK_Last(long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoRow> orderByComparator)
Returns the last expando row in the ordered set where classPK = ?.
|
com.liferay.expando.kernel.model.ExpandoRow |
fetchByPrimaryKey(long rowId)
Returns the expando row with the primary key or returns
null if it could not be found. |
com.liferay.expando.kernel.model.ExpandoRow |
fetchByPrimaryKey(Serializable primaryKey)
Returns the expando row with the primary key or returns
null if it could not be found. |
Map<Serializable,com.liferay.expando.kernel.model.ExpandoRow> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
com.liferay.expando.kernel.model.ExpandoRow |
fetchByT_C(long tableId,
long classPK)
Returns the expando row where tableId = ? and classPK = ? or returns
null if it could not be found. |
com.liferay.expando.kernel.model.ExpandoRow |
fetchByT_C(long tableId,
long classPK,
boolean useFinderCache)
Returns the expando row where tableId = ? and classPK = ? or returns
null if it could not be found, optionally using the finder cache. |
com.liferay.expando.kernel.model.ExpandoRow |
fetchByTableId_First(long tableId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoRow> orderByComparator)
Returns the first expando row in the ordered set where tableId = ?.
|
com.liferay.expando.kernel.model.ExpandoRow |
fetchByTableId_Last(long tableId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoRow> orderByComparator)
Returns the last expando row in the ordered set where tableId = ?.
|
List<com.liferay.expando.kernel.model.ExpandoRow> |
findAll()
Returns all the expando rows.
|
List<com.liferay.expando.kernel.model.ExpandoRow> |
findAll(int start,
int end)
Returns a range of all the expando rows.
|
List<com.liferay.expando.kernel.model.ExpandoRow> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoRow> orderByComparator)
Returns an ordered range of all the expando rows.
|
List<com.liferay.expando.kernel.model.ExpandoRow> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoRow> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the expando rows.
|
com.liferay.expando.kernel.model.ExpandoRow |
findByClassPK_First(long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoRow> orderByComparator)
Returns the first expando row in the ordered set where classPK = ?.
|
com.liferay.expando.kernel.model.ExpandoRow |
findByClassPK_Last(long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoRow> orderByComparator)
Returns the last expando row in the ordered set where classPK = ?.
|
com.liferay.expando.kernel.model.ExpandoRow[] |
findByClassPK_PrevAndNext(long rowId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoRow> orderByComparator)
Returns the expando rows before and after the current expando row in the ordered set where classPK = ?.
|
List<com.liferay.expando.kernel.model.ExpandoRow> |
findByClassPK(long classPK)
Returns all the expando rows where classPK = ?.
|
List<com.liferay.expando.kernel.model.ExpandoRow> |
findByClassPK(long classPK,
int start,
int end)
Returns a range of all the expando rows where classPK = ?.
|
List<com.liferay.expando.kernel.model.ExpandoRow> |
findByClassPK(long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoRow> orderByComparator)
Returns an ordered range of all the expando rows where classPK = ?.
|
List<com.liferay.expando.kernel.model.ExpandoRow> |
findByClassPK(long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoRow> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the expando rows where classPK = ?.
|
com.liferay.expando.kernel.model.ExpandoRow |
findByPrimaryKey(long rowId)
Returns the expando row with the primary key or throws a
NoSuchRowException if it could not be found. |
com.liferay.expando.kernel.model.ExpandoRow |
findByPrimaryKey(Serializable primaryKey)
Returns the expando row with the primary key or throws a
com.liferay.portal.kernel.exception.NoSuchModelException if it could not be found. |
com.liferay.expando.kernel.model.ExpandoRow |
findByT_C(long tableId,
long classPK)
Returns the expando row where tableId = ? and classPK = ? or throws a
NoSuchRowException if it could not be found. |
com.liferay.expando.kernel.model.ExpandoRow |
findByTableId_First(long tableId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoRow> orderByComparator)
Returns the first expando row in the ordered set where tableId = ?.
|
com.liferay.expando.kernel.model.ExpandoRow |
findByTableId_Last(long tableId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoRow> orderByComparator)
Returns the last expando row in the ordered set where tableId = ?.
|
com.liferay.expando.kernel.model.ExpandoRow[] |
findByTableId_PrevAndNext(long rowId,
long tableId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoRow> orderByComparator)
Returns the expando rows before and after the current expando row in the ordered set where tableId = ?.
|
List<com.liferay.expando.kernel.model.ExpandoRow> |
findByTableId(long tableId)
Returns all the expando rows where tableId = ?.
|
List<com.liferay.expando.kernel.model.ExpandoRow> |
findByTableId(long tableId,
int start,
int end)
Returns a range of all the expando rows where tableId = ?.
|
List<com.liferay.expando.kernel.model.ExpandoRow> |
findByTableId(long tableId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoRow> orderByComparator)
Returns an ordered range of all the expando rows where tableId = ?.
|
List<com.liferay.expando.kernel.model.ExpandoRow> |
findByTableId(long tableId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoRow> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the expando rows where tableId = ?.
|
Set<String> |
getBadColumnNames() |
protected com.liferay.expando.kernel.model.ExpandoRow |
getByClassPK_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.expando.kernel.model.ExpandoRow expandoRow,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoRow> orderByComparator,
boolean previous) |
protected com.liferay.expando.kernel.model.ExpandoRow |
getByTableId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.expando.kernel.model.ExpandoRow expandoRow,
long tableId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoRow> orderByComparator,
boolean previous) |
Set<String> |
getCTColumnNames(com.liferay.portal.kernel.change.tracking.CTColumnResolutionType ctColumnResolutionType) |
protected com.liferay.portal.kernel.dao.orm.EntityCache |
getEntityCache() |
protected com.liferay.portal.kernel.dao.orm.FinderCache |
getFinderCache() |
List<String> |
getMappingTableNames() |
protected String |
getPKDBName() |
protected String |
getSelectSQL() |
Map<String,Integer> |
getTableColumnsMap() |
String |
getTableName() |
List<String[]> |
getUniqueIndexColumnNames() |
com.liferay.expando.kernel.model.ExpandoRow |
remove(long rowId)
Removes the expando row with the primary key from the database.
|
com.liferay.expando.kernel.model.ExpandoRow |
remove(Serializable primaryKey)
Removes the expando row with the primary key from the database.
|
void |
removeAll()
Removes all the expando rows from the database.
|
void |
removeByClassPK(long classPK)
Removes all the expando rows where classPK = ? from the database.
|
com.liferay.expando.kernel.model.ExpandoRow |
removeByT_C(long tableId,
long classPK)
Removes the expando row where tableId = ? and classPK = ? from the database.
|
void |
removeByTableId(long tableId)
Removes all the expando rows where tableId = ? from the database.
|
protected com.liferay.expando.kernel.model.ExpandoRow |
removeImpl(com.liferay.expando.kernel.model.ExpandoRow expandoRow) |
com.liferay.expando.kernel.model.ExpandoRow |
updateImpl(com.liferay.expando.kernel.model.ExpandoRow expandoRow) |
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCompoundPKColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setConfiguration, setDataSource, setDBColumnNames, setEntityCacheEnabled, setModelClass, setModelImplClass, setModelPKClass, setSessionFactory, setTable, unregisterListener, update, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, updatepublic static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public List<com.liferay.expando.kernel.model.ExpandoRow> findByTableId(long tableId)
findByTableId in interface com.liferay.expando.kernel.service.persistence.ExpandoRowPersistencetableId - the table IDpublic List<com.liferay.expando.kernel.model.ExpandoRow> findByTableId(long tableId,
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 ExpandoRowModelImpl.
findByTableId in interface com.liferay.expando.kernel.service.persistence.ExpandoRowPersistencetableId - the table IDstart - the lower bound of the range of expando rowsend - the upper bound of the range of expando rows (not inclusive)public List<com.liferay.expando.kernel.model.ExpandoRow> findByTableId(long tableId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoRow> 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 ExpandoRowModelImpl.
findByTableId in interface com.liferay.expando.kernel.service.persistence.ExpandoRowPersistencetableId - the table IDstart - the lower bound of the range of expando rowsend - the upper bound of the range of expando rows (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.expando.kernel.model.ExpandoRow> findByTableId(long tableId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoRow> 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 ExpandoRowModelImpl.
findByTableId in interface com.liferay.expando.kernel.service.persistence.ExpandoRowPersistencetableId - the table IDstart - the lower bound of the range of expando rowsend - the upper bound of the range of expando rows (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic com.liferay.expando.kernel.model.ExpandoRow findByTableId_First(long tableId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoRow> orderByComparator)
throws com.liferay.expando.kernel.exception.NoSuchRowException
findByTableId_First in interface com.liferay.expando.kernel.service.persistence.ExpandoRowPersistencetableId - the table IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.expando.kernel.exception.NoSuchRowException - if a matching expando row could not be foundpublic com.liferay.expando.kernel.model.ExpandoRow fetchByTableId_First(long tableId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoRow> orderByComparator)
fetchByTableId_First in interface com.liferay.expando.kernel.service.persistence.ExpandoRowPersistencetableId - the table IDorderByComparator - the comparator to order the set by (optionally null)null if a matching expando row could not be foundpublic com.liferay.expando.kernel.model.ExpandoRow findByTableId_Last(long tableId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoRow> orderByComparator)
throws com.liferay.expando.kernel.exception.NoSuchRowException
findByTableId_Last in interface com.liferay.expando.kernel.service.persistence.ExpandoRowPersistencetableId - the table IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.expando.kernel.exception.NoSuchRowException - if a matching expando row could not be foundpublic com.liferay.expando.kernel.model.ExpandoRow fetchByTableId_Last(long tableId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoRow> orderByComparator)
fetchByTableId_Last in interface com.liferay.expando.kernel.service.persistence.ExpandoRowPersistencetableId - the table IDorderByComparator - the comparator to order the set by (optionally null)null if a matching expando row could not be foundpublic com.liferay.expando.kernel.model.ExpandoRow[] findByTableId_PrevAndNext(long rowId,
long tableId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoRow> orderByComparator)
throws com.liferay.expando.kernel.exception.NoSuchRowException
findByTableId_PrevAndNext in interface com.liferay.expando.kernel.service.persistence.ExpandoRowPersistencerowId - the primary key of the current expando rowtableId - the table IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.expando.kernel.exception.NoSuchRowException - if a expando row with the primary key could not be foundprotected com.liferay.expando.kernel.model.ExpandoRow getByTableId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.expando.kernel.model.ExpandoRow expandoRow,
long tableId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoRow> orderByComparator,
boolean previous)
public void removeByTableId(long tableId)
removeByTableId in interface com.liferay.expando.kernel.service.persistence.ExpandoRowPersistencetableId - the table IDpublic int countByTableId(long tableId)
countByTableId in interface com.liferay.expando.kernel.service.persistence.ExpandoRowPersistencetableId - the table IDpublic List<com.liferay.expando.kernel.model.ExpandoRow> findByClassPK(long classPK)
findByClassPK in interface com.liferay.expando.kernel.service.persistence.ExpandoRowPersistenceclassPK - the class pkpublic List<com.liferay.expando.kernel.model.ExpandoRow> findByClassPK(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, then the query will include the default ORDER BY logic from ExpandoRowModelImpl.
findByClassPK in interface com.liferay.expando.kernel.service.persistence.ExpandoRowPersistenceclassPK - the class pkstart - the lower bound of the range of expando rowsend - the upper bound of the range of expando rows (not inclusive)public List<com.liferay.expando.kernel.model.ExpandoRow> findByClassPK(long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoRow> 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 ExpandoRowModelImpl.
findByClassPK in interface com.liferay.expando.kernel.service.persistence.ExpandoRowPersistenceclassPK - the class pkstart - the lower bound of the range of expando rowsend - the upper bound of the range of expando rows (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.expando.kernel.model.ExpandoRow> findByClassPK(long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoRow> 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 ExpandoRowModelImpl.
findByClassPK in interface com.liferay.expando.kernel.service.persistence.ExpandoRowPersistenceclassPK - the class pkstart - the lower bound of the range of expando rowsend - the upper bound of the range of expando rows (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic com.liferay.expando.kernel.model.ExpandoRow findByClassPK_First(long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoRow> orderByComparator)
throws com.liferay.expando.kernel.exception.NoSuchRowException
findByClassPK_First in interface com.liferay.expando.kernel.service.persistence.ExpandoRowPersistenceclassPK - the class pkorderByComparator - the comparator to order the set by (optionally null)com.liferay.expando.kernel.exception.NoSuchRowException - if a matching expando row could not be foundpublic com.liferay.expando.kernel.model.ExpandoRow fetchByClassPK_First(long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoRow> orderByComparator)
fetchByClassPK_First in interface com.liferay.expando.kernel.service.persistence.ExpandoRowPersistenceclassPK - the class pkorderByComparator - the comparator to order the set by (optionally null)null if a matching expando row could not be foundpublic com.liferay.expando.kernel.model.ExpandoRow findByClassPK_Last(long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoRow> orderByComparator)
throws com.liferay.expando.kernel.exception.NoSuchRowException
findByClassPK_Last in interface com.liferay.expando.kernel.service.persistence.ExpandoRowPersistenceclassPK - the class pkorderByComparator - the comparator to order the set by (optionally null)com.liferay.expando.kernel.exception.NoSuchRowException - if a matching expando row could not be foundpublic com.liferay.expando.kernel.model.ExpandoRow fetchByClassPK_Last(long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoRow> orderByComparator)
fetchByClassPK_Last in interface com.liferay.expando.kernel.service.persistence.ExpandoRowPersistenceclassPK - the class pkorderByComparator - the comparator to order the set by (optionally null)null if a matching expando row could not be foundpublic com.liferay.expando.kernel.model.ExpandoRow[] findByClassPK_PrevAndNext(long rowId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoRow> orderByComparator)
throws com.liferay.expando.kernel.exception.NoSuchRowException
findByClassPK_PrevAndNext in interface com.liferay.expando.kernel.service.persistence.ExpandoRowPersistencerowId - the primary key of the current expando rowclassPK - the class pkorderByComparator - the comparator to order the set by (optionally null)com.liferay.expando.kernel.exception.NoSuchRowException - if a expando row with the primary key could not be foundprotected com.liferay.expando.kernel.model.ExpandoRow getByClassPK_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.expando.kernel.model.ExpandoRow expandoRow,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoRow> orderByComparator,
boolean previous)
public void removeByClassPK(long classPK)
removeByClassPK in interface com.liferay.expando.kernel.service.persistence.ExpandoRowPersistenceclassPK - the class pkpublic int countByClassPK(long classPK)
countByClassPK in interface com.liferay.expando.kernel.service.persistence.ExpandoRowPersistenceclassPK - the class pkpublic com.liferay.expando.kernel.model.ExpandoRow findByT_C(long tableId,
long classPK)
throws com.liferay.expando.kernel.exception.NoSuchRowException
NoSuchRowException if it could not be found.findByT_C in interface com.liferay.expando.kernel.service.persistence.ExpandoRowPersistencetableId - the table IDclassPK - the class pkcom.liferay.expando.kernel.exception.NoSuchRowException - if a matching expando row could not be foundpublic com.liferay.expando.kernel.model.ExpandoRow fetchByT_C(long tableId,
long classPK)
null if it could not be found. Uses the finder cache.fetchByT_C in interface com.liferay.expando.kernel.service.persistence.ExpandoRowPersistencetableId - the table IDclassPK - the class pknull if a matching expando row could not be foundpublic com.liferay.expando.kernel.model.ExpandoRow fetchByT_C(long tableId,
long classPK,
boolean useFinderCache)
null if it could not be found, optionally using the finder cache.fetchByT_C in interface com.liferay.expando.kernel.service.persistence.ExpandoRowPersistencetableId - the table IDclassPK - the class pkuseFinderCache - whether to use the finder cachenull if a matching expando row could not be foundpublic com.liferay.expando.kernel.model.ExpandoRow removeByT_C(long tableId,
long classPK)
throws com.liferay.expando.kernel.exception.NoSuchRowException
removeByT_C in interface com.liferay.expando.kernel.service.persistence.ExpandoRowPersistencetableId - the table IDclassPK - the class pkcom.liferay.expando.kernel.exception.NoSuchRowExceptionpublic int countByT_C(long tableId,
long classPK)
countByT_C in interface com.liferay.expando.kernel.service.persistence.ExpandoRowPersistencetableId - the table IDclassPK - the class pkpublic void cacheResult(com.liferay.expando.kernel.model.ExpandoRow expandoRow)
cacheResult in interface com.liferay.expando.kernel.service.persistence.ExpandoRowPersistencecacheResult in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.expando.kernel.model.ExpandoRow>expandoRow - the expando rowpublic void cacheResult(List<com.liferay.expando.kernel.model.ExpandoRow> expandoRows)
cacheResult in interface com.liferay.expando.kernel.service.persistence.ExpandoRowPersistenceexpandoRows - the expando rowspublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.expando.kernel.model.ExpandoRow>clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.expando.kernel.model.ExpandoRow>public void clearCache(com.liferay.expando.kernel.model.ExpandoRow expandoRow)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.expando.kernel.model.ExpandoRow>clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.expando.kernel.model.ExpandoRow>public void clearCache(List<com.liferay.expando.kernel.model.ExpandoRow> expandoRows)
clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.expando.kernel.model.ExpandoRow>clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.expando.kernel.model.ExpandoRow>public void clearCache(Set<Serializable> primaryKeys)
clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.expando.kernel.model.ExpandoRow>protected void cacheUniqueFindersCache(ExpandoRowModelImpl expandoRowModelImpl)
public com.liferay.expando.kernel.model.ExpandoRow create(long rowId)
create in interface com.liferay.expando.kernel.service.persistence.ExpandoRowPersistencerowId - the primary key for the new expando rowpublic com.liferay.expando.kernel.model.ExpandoRow remove(long rowId)
throws com.liferay.expando.kernel.exception.NoSuchRowException
remove in interface com.liferay.expando.kernel.service.persistence.ExpandoRowPersistencerowId - the primary key of the expando rowcom.liferay.expando.kernel.exception.NoSuchRowException - if a expando row with the primary key could not be foundpublic com.liferay.expando.kernel.model.ExpandoRow remove(Serializable primaryKey)
throws com.liferay.expando.kernel.exception.NoSuchRowException
remove in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.expando.kernel.model.ExpandoRow>remove in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.expando.kernel.model.ExpandoRow>primaryKey - the primary key of the expando rowcom.liferay.expando.kernel.exception.NoSuchRowException - if a expando row with the primary key could not be foundprotected com.liferay.expando.kernel.model.ExpandoRow removeImpl(com.liferay.expando.kernel.model.ExpandoRow expandoRow)
removeImpl in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.expando.kernel.model.ExpandoRow>public com.liferay.expando.kernel.model.ExpandoRow updateImpl(com.liferay.expando.kernel.model.ExpandoRow expandoRow)
updateImpl in interface com.liferay.expando.kernel.service.persistence.ExpandoRowPersistenceupdateImpl in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.expando.kernel.model.ExpandoRow>public com.liferay.expando.kernel.model.ExpandoRow findByPrimaryKey(Serializable primaryKey)
throws com.liferay.expando.kernel.exception.NoSuchRowException
com.liferay.portal.kernel.exception.NoSuchModelException if it could not be found.findByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.expando.kernel.model.ExpandoRow>findByPrimaryKey in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.expando.kernel.model.ExpandoRow>primaryKey - the primary key of the expando rowcom.liferay.expando.kernel.exception.NoSuchRowException - if a expando row with the primary key could not be foundpublic com.liferay.expando.kernel.model.ExpandoRow findByPrimaryKey(long rowId)
throws com.liferay.expando.kernel.exception.NoSuchRowException
NoSuchRowException if it could not be found.findByPrimaryKey in interface com.liferay.expando.kernel.service.persistence.ExpandoRowPersistencerowId - the primary key of the expando rowcom.liferay.expando.kernel.exception.NoSuchRowException - if a expando row with the primary key could not be foundpublic com.liferay.expando.kernel.model.ExpandoRow fetchByPrimaryKey(Serializable primaryKey)
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.expando.kernel.model.ExpandoRow>fetchByPrimaryKey in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.expando.kernel.model.ExpandoRow>primaryKey - the primary key of the expando rownull if a expando row with the primary key could not be foundpublic com.liferay.expando.kernel.model.ExpandoRow fetchByPrimaryKey(long rowId)
null if it could not be found.fetchByPrimaryKey in interface com.liferay.expando.kernel.service.persistence.ExpandoRowPersistencerowId - the primary key of the expando rownull if a expando row with the primary key could not be foundpublic Map<Serializable,com.liferay.expando.kernel.model.ExpandoRow> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
fetchByPrimaryKeys in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.expando.kernel.model.ExpandoRow>fetchByPrimaryKeys in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.expando.kernel.model.ExpandoRow>public List<com.liferay.expando.kernel.model.ExpandoRow> findAll()
findAll in interface com.liferay.expando.kernel.service.persistence.ExpandoRowPersistencepublic List<com.liferay.expando.kernel.model.ExpandoRow> 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 ExpandoRowModelImpl.
findAll in interface com.liferay.expando.kernel.service.persistence.ExpandoRowPersistencestart - the lower bound of the range of expando rowsend - the upper bound of the range of expando rows (not inclusive)public List<com.liferay.expando.kernel.model.ExpandoRow> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoRow> 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 ExpandoRowModelImpl.
findAll in interface com.liferay.expando.kernel.service.persistence.ExpandoRowPersistencestart - the lower bound of the range of expando rowsend - the upper bound of the range of expando rows (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<com.liferay.expando.kernel.model.ExpandoRow> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.expando.kernel.model.ExpandoRow> 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 ExpandoRowModelImpl.
findAll in interface com.liferay.expando.kernel.service.persistence.ExpandoRowPersistencestart - the lower bound of the range of expando rowsend - the upper bound of the range of expando rows (not inclusive)orderByComparator - the comparator to order the results by (optionally null)useFinderCache - whether to use the finder cachepublic void removeAll()
removeAll in interface com.liferay.expando.kernel.service.persistence.ExpandoRowPersistencepublic int countAll()
countAll in interface com.liferay.expando.kernel.service.persistence.ExpandoRowPersistencepublic Set<String> getBadColumnNames()
getBadColumnNames in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.expando.kernel.model.ExpandoRow>getBadColumnNames in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.expando.kernel.model.ExpandoRow>protected com.liferay.portal.kernel.dao.orm.EntityCache getEntityCache()
getEntityCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.expando.kernel.model.ExpandoRow>protected String getPKDBName()
getPKDBName in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.expando.kernel.model.ExpandoRow>protected String getSelectSQL()
getSelectSQL in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.expando.kernel.model.ExpandoRow>public Set<String> getCTColumnNames(com.liferay.portal.kernel.change.tracking.CTColumnResolutionType ctColumnResolutionType)
getCTColumnNames in interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.expando.kernel.model.ExpandoRow>public List<String> getMappingTableNames()
getMappingTableNames in interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.expando.kernel.model.ExpandoRow>public Map<String,Integer> getTableColumnsMap()
getTableColumnsMap in interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.expando.kernel.model.ExpandoRow>getTableColumnsMap in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.expando.kernel.model.ExpandoRow>public String getTableName()
getTableName in interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.expando.kernel.model.ExpandoRow>public List<String[]> getUniqueIndexColumnNames()
getUniqueIndexColumnNames in interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.expando.kernel.model.ExpandoRow>public void afterPropertiesSet()
public void destroy()
protected com.liferay.portal.kernel.dao.orm.FinderCache getFinderCache()
getFinderCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.expando.kernel.model.ExpandoRow>