public class AccessTokenRepositoryImpl extends org.craftercms.commons.mongo.AbstractJongoRepository<AccessToken> implements AccessTokenRepository
AccessTokenRepository, using Jongo.| Modifier and Type | Field and Description |
|---|---|
static String |
FIND_BY_ID_QUERY_KEY |
static String |
REMOVE_BY_ID_QUERY_KEY |
| Constructor and Description |
|---|
AccessTokenRepositoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
AccessToken |
findById(String id) |
void |
removeById(String id) |
checkCommandResult, count, count, count, createSortQuery, deleteFile, deleteFile, find, find, findAll, findByStringId, findOne, findOne, getCollection, getFileInfo, getFileInfo, getQueryFor, init, insert, insert, readFile, readFile, remove, remove, returnList, returnSimple, save, save, saveFile, saveFile, setJongo, setQueries, update, update, update, update, updateFile, updateFile, updateFile, validateObject, validateObjectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, count, count, deleteFile, deleteFile, find, find, findAll, findByStringId, findOne, findOne, getFileInfo, getFileInfo, insert, insert, readFile, readFile, remove, remove, save, save, saveFile, saveFile, update, update, update, update, updateFile, updateFile, updateFilepublic static final String FIND_BY_ID_QUERY_KEY
public static final String REMOVE_BY_ID_QUERY_KEY
public AccessToken findById(String id) throws org.craftercms.commons.mongo.MongoDataException
findById in interface org.craftercms.commons.mongo.CrudRepository<AccessToken>findById in class org.craftercms.commons.mongo.AbstractJongoRepository<AccessToken>org.craftercms.commons.mongo.MongoDataExceptionpublic void removeById(String id) throws org.craftercms.commons.mongo.MongoDataException
removeById in interface org.craftercms.commons.mongo.CrudRepository<AccessToken>removeById in class org.craftercms.commons.mongo.AbstractJongoRepository<AccessToken>org.craftercms.commons.mongo.MongoDataExceptionCopyright © 2015 CrafterCMS. All Rights Reserved.