public class RememberMeTokenPersistenceImpl
extends com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.RememberMeToken>
implements com.liferay.portal.kernel.service.persistence.RememberMeTokenPersistence
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 |
---|
RememberMeTokenPersistenceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet()
Initializes the remember me token persistence.
|
void |
cacheResult(List<com.liferay.portal.kernel.model.RememberMeToken> rememberMeTokens)
Caches the remember me tokens in the entity cache if it is enabled.
|
void |
cacheResult(com.liferay.portal.kernel.model.RememberMeToken rememberMeToken)
Caches the remember me token in the entity cache if it is enabled.
|
void |
clearCache()
Clears the cache for all remember me tokens.
|
void |
clearCache(List<com.liferay.portal.kernel.model.RememberMeToken> rememberMeTokens) |
void |
clearCache(com.liferay.portal.kernel.model.RememberMeToken rememberMeToken)
Clears the cache for the remember me token.
|
void |
clearCache(Set<Serializable> primaryKeys) |
int |
countAll()
Returns the number of remember me tokens.
|
int |
countByUserId(long userId)
Returns the number of remember me tokens where userId = ?.
|
com.liferay.portal.kernel.model.RememberMeToken |
create(long rememberMeTokenId)
Creates a new remember me token with the primary key.
|
void |
destroy() |
com.liferay.portal.kernel.model.RememberMeToken |
fetchByPrimaryKey(long rememberMeTokenId)
Returns the remember me token with the primary key or returns
null if it could not be found. |
com.liferay.portal.kernel.model.RememberMeToken |
fetchByUserId_First(long userId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.RememberMeToken> orderByComparator)
Returns the first remember me token in the ordered set where userId = ?.
|
com.liferay.portal.kernel.model.RememberMeToken |
fetchByUserId_Last(long userId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.RememberMeToken> orderByComparator)
Returns the last remember me token in the ordered set where userId = ?.
|
List<com.liferay.portal.kernel.model.RememberMeToken> |
findAll()
Returns all the remember me tokens.
|
List<com.liferay.portal.kernel.model.RememberMeToken> |
findAll(int start,
int end)
Returns a range of all the remember me tokens.
|
List<com.liferay.portal.kernel.model.RememberMeToken> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.RememberMeToken> orderByComparator)
Returns an ordered range of all the remember me tokens.
|
List<com.liferay.portal.kernel.model.RememberMeToken> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.RememberMeToken> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the remember me tokens.
|
com.liferay.portal.kernel.model.RememberMeToken |
findByPrimaryKey(long rememberMeTokenId)
Returns the remember me token with the primary key or throws a
NoSuchRememberMeTokenException if it could not be found. |
com.liferay.portal.kernel.model.RememberMeToken |
findByPrimaryKey(Serializable primaryKey)
Returns the remember me token with the primary key or throws a
com.liferay.portal.kernel.exception.NoSuchModelException if it could not be found. |
com.liferay.portal.kernel.model.RememberMeToken |
findByUserId_First(long userId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.RememberMeToken> orderByComparator)
Returns the first remember me token in the ordered set where userId = ?.
|
com.liferay.portal.kernel.model.RememberMeToken |
findByUserId_Last(long userId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.RememberMeToken> orderByComparator)
Returns the last remember me token in the ordered set where userId = ?.
|
com.liferay.portal.kernel.model.RememberMeToken[] |
findByUserId_PrevAndNext(long rememberMeTokenId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.RememberMeToken> orderByComparator)
Returns the remember me tokens before and after the current remember me token in the ordered set where userId = ?.
|
List<com.liferay.portal.kernel.model.RememberMeToken> |
findByUserId(long userId)
Returns all the remember me tokens where userId = ?.
|
List<com.liferay.portal.kernel.model.RememberMeToken> |
findByUserId(long userId,
int start,
int end)
Returns a range of all the remember me tokens where userId = ?.
|
List<com.liferay.portal.kernel.model.RememberMeToken> |
findByUserId(long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.RememberMeToken> orderByComparator)
Returns an ordered range of all the remember me tokens where userId = ?.
|
List<com.liferay.portal.kernel.model.RememberMeToken> |
findByUserId(long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.RememberMeToken> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the remember me tokens where userId = ?.
|
protected com.liferay.portal.kernel.model.RememberMeToken |
getByUserId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.RememberMeToken rememberMeToken,
long userId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.RememberMeToken> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.dao.orm.EntityCache |
getEntityCache() |
protected com.liferay.portal.kernel.dao.orm.FinderCache |
getFinderCache() |
protected String |
getPKDBName() |
protected String |
getSelectSQL() |
protected Map<String,Integer> |
getTableColumnsMap() |
com.liferay.portal.kernel.model.RememberMeToken |
remove(long rememberMeTokenId)
Removes the remember me token with the primary key from the database.
|
com.liferay.portal.kernel.model.RememberMeToken |
remove(Serializable primaryKey)
Removes the remember me token with the primary key from the database.
|
void |
removeAll()
Removes all the remember me tokens from the database.
|
void |
removeByUserId(long userId)
Removes all the remember me tokens where userId = ? from the database.
|
protected com.liferay.portal.kernel.model.RememberMeToken |
removeImpl(com.liferay.portal.kernel.model.RememberMeToken rememberMeToken) |
com.liferay.portal.kernel.model.RememberMeToken |
updateImpl(com.liferay.portal.kernel.model.RememberMeToken rememberMeToken) |
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, 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, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update
public 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.portal.kernel.model.RememberMeToken> findByUserId(long userId)
findByUserId
in interface com.liferay.portal.kernel.service.persistence.RememberMeTokenPersistence
userId
- the user IDpublic List<com.liferay.portal.kernel.model.RememberMeToken> 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, then the query will include the default ORDER BY logic from RememberMeTokenModelImpl
.
findByUserId
in interface com.liferay.portal.kernel.service.persistence.RememberMeTokenPersistence
userId
- the user IDstart
- the lower bound of the range of remember me tokensend
- the upper bound of the range of remember me tokens (not inclusive)public List<com.liferay.portal.kernel.model.RememberMeToken> findByUserId(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.RememberMeToken> 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 RememberMeTokenModelImpl
.
findByUserId
in interface com.liferay.portal.kernel.service.persistence.RememberMeTokenPersistence
userId
- the user IDstart
- the lower bound of the range of remember me tokensend
- the upper bound of the range of remember me tokens (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public List<com.liferay.portal.kernel.model.RememberMeToken> findByUserId(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.RememberMeToken> 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 RememberMeTokenModelImpl
.
findByUserId
in interface com.liferay.portal.kernel.service.persistence.RememberMeTokenPersistence
userId
- the user IDstart
- the lower bound of the range of remember me tokensend
- the upper bound of the range of remember me tokens (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachepublic com.liferay.portal.kernel.model.RememberMeToken findByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.RememberMeToken> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchRememberMeTokenException
findByUserId_First
in interface com.liferay.portal.kernel.service.persistence.RememberMeTokenPersistence
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchRememberMeTokenException
- if a matching remember me token could not be foundpublic com.liferay.portal.kernel.model.RememberMeToken fetchByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.RememberMeToken> orderByComparator)
fetchByUserId_First
in interface com.liferay.portal.kernel.service.persistence.RememberMeTokenPersistence
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching remember me token could not be foundpublic com.liferay.portal.kernel.model.RememberMeToken findByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.RememberMeToken> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchRememberMeTokenException
findByUserId_Last
in interface com.liferay.portal.kernel.service.persistence.RememberMeTokenPersistence
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchRememberMeTokenException
- if a matching remember me token could not be foundpublic com.liferay.portal.kernel.model.RememberMeToken fetchByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.RememberMeToken> orderByComparator)
fetchByUserId_Last
in interface com.liferay.portal.kernel.service.persistence.RememberMeTokenPersistence
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching remember me token could not be foundpublic com.liferay.portal.kernel.model.RememberMeToken[] findByUserId_PrevAndNext(long rememberMeTokenId, long userId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.RememberMeToken> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchRememberMeTokenException
findByUserId_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.RememberMeTokenPersistence
rememberMeTokenId
- the primary key of the current remember me tokenuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchRememberMeTokenException
- if a remember me token with the primary key could not be foundprotected com.liferay.portal.kernel.model.RememberMeToken getByUserId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.RememberMeToken rememberMeToken, long userId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.RememberMeToken> orderByComparator, boolean previous)
public void removeByUserId(long userId)
removeByUserId
in interface com.liferay.portal.kernel.service.persistence.RememberMeTokenPersistence
userId
- the user IDpublic int countByUserId(long userId)
countByUserId
in interface com.liferay.portal.kernel.service.persistence.RememberMeTokenPersistence
userId
- the user IDpublic void cacheResult(com.liferay.portal.kernel.model.RememberMeToken rememberMeToken)
cacheResult
in interface com.liferay.portal.kernel.service.persistence.RememberMeTokenPersistence
cacheResult
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.RememberMeToken>
rememberMeToken
- the remember me tokenpublic void cacheResult(List<com.liferay.portal.kernel.model.RememberMeToken> rememberMeTokens)
cacheResult
in interface com.liferay.portal.kernel.service.persistence.RememberMeTokenPersistence
rememberMeTokens
- the remember me tokenspublic void clearCache()
The EntityCache
and FinderCache
are both cleared by this method.
clearCache
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.RememberMeToken>
clearCache
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.RememberMeToken>
public void clearCache(com.liferay.portal.kernel.model.RememberMeToken rememberMeToken)
The EntityCache
and FinderCache
are both cleared by this method.
clearCache
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.RememberMeToken>
clearCache
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.RememberMeToken>
public void clearCache(List<com.liferay.portal.kernel.model.RememberMeToken> rememberMeTokens)
clearCache
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.RememberMeToken>
clearCache
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.RememberMeToken>
public void clearCache(Set<Serializable> primaryKeys)
clearCache
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.RememberMeToken>
public com.liferay.portal.kernel.model.RememberMeToken create(long rememberMeTokenId)
create
in interface com.liferay.portal.kernel.service.persistence.RememberMeTokenPersistence
rememberMeTokenId
- the primary key for the new remember me tokenpublic com.liferay.portal.kernel.model.RememberMeToken remove(long rememberMeTokenId) throws com.liferay.portal.kernel.exception.NoSuchRememberMeTokenException
remove
in interface com.liferay.portal.kernel.service.persistence.RememberMeTokenPersistence
rememberMeTokenId
- the primary key of the remember me tokencom.liferay.portal.kernel.exception.NoSuchRememberMeTokenException
- if a remember me token with the primary key could not be foundpublic com.liferay.portal.kernel.model.RememberMeToken remove(Serializable primaryKey) throws com.liferay.portal.kernel.exception.NoSuchRememberMeTokenException
remove
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.RememberMeToken>
remove
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.RememberMeToken>
primaryKey
- the primary key of the remember me tokencom.liferay.portal.kernel.exception.NoSuchRememberMeTokenException
- if a remember me token with the primary key could not be foundprotected com.liferay.portal.kernel.model.RememberMeToken removeImpl(com.liferay.portal.kernel.model.RememberMeToken rememberMeToken)
removeImpl
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.RememberMeToken>
public com.liferay.portal.kernel.model.RememberMeToken updateImpl(com.liferay.portal.kernel.model.RememberMeToken rememberMeToken)
updateImpl
in interface com.liferay.portal.kernel.service.persistence.RememberMeTokenPersistence
updateImpl
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.RememberMeToken>
public com.liferay.portal.kernel.model.RememberMeToken findByPrimaryKey(Serializable primaryKey) throws com.liferay.portal.kernel.exception.NoSuchRememberMeTokenException
com.liferay.portal.kernel.exception.NoSuchModelException
if it could not be found.findByPrimaryKey
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.RememberMeToken>
findByPrimaryKey
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.RememberMeToken>
primaryKey
- the primary key of the remember me tokencom.liferay.portal.kernel.exception.NoSuchRememberMeTokenException
- if a remember me token with the primary key could not be foundpublic com.liferay.portal.kernel.model.RememberMeToken findByPrimaryKey(long rememberMeTokenId) throws com.liferay.portal.kernel.exception.NoSuchRememberMeTokenException
NoSuchRememberMeTokenException
if it could not be found.findByPrimaryKey
in interface com.liferay.portal.kernel.service.persistence.RememberMeTokenPersistence
rememberMeTokenId
- the primary key of the remember me tokencom.liferay.portal.kernel.exception.NoSuchRememberMeTokenException
- if a remember me token with the primary key could not be foundpublic com.liferay.portal.kernel.model.RememberMeToken fetchByPrimaryKey(long rememberMeTokenId)
null
if it could not be found.fetchByPrimaryKey
in interface com.liferay.portal.kernel.service.persistence.RememberMeTokenPersistence
rememberMeTokenId
- the primary key of the remember me tokennull
if a remember me token with the primary key could not be foundpublic List<com.liferay.portal.kernel.model.RememberMeToken> findAll()
findAll
in interface com.liferay.portal.kernel.service.persistence.RememberMeTokenPersistence
public List<com.liferay.portal.kernel.model.RememberMeToken> 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 RememberMeTokenModelImpl
.
findAll
in interface com.liferay.portal.kernel.service.persistence.RememberMeTokenPersistence
start
- the lower bound of the range of remember me tokensend
- the upper bound of the range of remember me tokens (not inclusive)public List<com.liferay.portal.kernel.model.RememberMeToken> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.RememberMeToken> 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 RememberMeTokenModelImpl
.
findAll
in interface com.liferay.portal.kernel.service.persistence.RememberMeTokenPersistence
start
- the lower bound of the range of remember me tokensend
- the upper bound of the range of remember me tokens (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public List<com.liferay.portal.kernel.model.RememberMeToken> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.RememberMeToken> 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 RememberMeTokenModelImpl
.
findAll
in interface com.liferay.portal.kernel.service.persistence.RememberMeTokenPersistence
start
- the lower bound of the range of remember me tokensend
- the upper bound of the range of remember me tokens (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.portal.kernel.service.persistence.RememberMeTokenPersistence
public int countAll()
countAll
in interface com.liferay.portal.kernel.service.persistence.RememberMeTokenPersistence
protected com.liferay.portal.kernel.dao.orm.EntityCache getEntityCache()
getEntityCache
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.RememberMeToken>
protected String getPKDBName()
getPKDBName
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.RememberMeToken>
protected String getSelectSQL()
getSelectSQL
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.RememberMeToken>
protected Map<String,Integer> getTableColumnsMap()
getTableColumnsMap
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.RememberMeToken>
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.portal.kernel.model.RememberMeToken>