Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W 

A

AbstractEntity - Interface in org.swat.mongo.dao
The base class for any entity
AbstractEntityDao<T extends AbstractEntity> - Interface in org.swat.mongo.dao
The interface Abstract entity dao.
AbstractEntityDaoImpl<T extends AbstractEntity> - Class in org.swat.mongo.dao
This DAO abstracts Multi Tenancy.
AbstractEntityDaoImpl(Class<T>) - Constructor for class org.swat.mongo.dao.AbstractEntityDaoImpl
Instantiates a new Abstract entity dao.
AbstractEntityDaoImpl(Class<T>, String) - Constructor for class org.swat.mongo.dao.AbstractEntityDaoImpl
Instantiates a new Abstract entity dao.
AbstractEntityDaoInternal<T extends AbstractEntityInternal> - Class in org.swat.mongo.dao
The type Abstract entity dao wrapper.
AbstractEntityDaoInternal(Class<T>) - Constructor for class org.swat.mongo.dao.AbstractEntityDaoInternal
Instantiates a new Abstract entity dao wrapper.
AbstractEntityDaoInternal(Class<T>, String) - Constructor for class org.swat.mongo.dao.AbstractEntityDaoInternal
Instantiates a new Abstract entity dao wrapper.
AbstractEntityInternal - Class in org.swat.mongo.dao
The type Abstract entity wrapper.
AbstractEntityInternal() - Constructor for class org.swat.mongo.dao.AbstractEntityInternal
 
AbstractMongoDao - Class in org.swat.mongo.dao
The type Mongo dao.
AbstractMongoDao() - Constructor for class org.swat.mongo.dao.AbstractMongoDao
 
AbstractReadOnlyEntityDaoImpl<T extends AbstractEntity> - Class in org.swat.mongo.dao
The type Ro abstract entity dao.
AbstractReadOnlyEntityDaoImpl(Class<T>) - Constructor for class org.swat.mongo.dao.AbstractReadOnlyEntityDaoImpl
Instantiates a new Ro abstract entity dao.
AbstractReadOnlyEntityDaoImpl(Class<T>, String) - Constructor for class org.swat.mongo.dao.AbstractReadOnlyEntityDaoImpl
Instantiates a new Ro abstract entity dao.
addCriteria(Query, String, Object) - Static method in class org.swat.mongo.utils.QueryUtil
Add criteria to the query.
addToSet(String) - Method in class org.swat.mongo.dao.NullSafeUpdate
Add to set add to set builder.
addToSet(String, Object) - Method in class org.swat.mongo.dao.NullSafeUpdate
Add to set null safe update.
aggregate(List<AggregationOperation>, String, Class<T>) - Method in class org.swat.mongo.dao.AbstractMongoDao
Aggregate list.
aggregation(List<? extends AggregationOperation>) - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
Gets @Aggregation with appropriate @MatchOperation at the beginning
aggregation(AggregationOperation...) - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
Gets @Aggregation with appropriate @MatchOperation at the beginning
AggregationUtils - Class in org.swat.mongo.utils
The type Aggregation utils.
AggregationUtils() - Constructor for class org.swat.mongo.utils.AggregationUtils
 
and(String) - Method in class org.swat.mongo.dao.SafeCriteria
And criteria utils.
and(Query...) - Static method in class org.swat.mongo.utils.QueryUtil
And query.
appendCount(long) - Method in class org.swat.mongo.dao.AbstractMongoDao
Append count boolean.

B

BasicQueryWrapper - Class in org.swat.mongo.utils
This class is specifically to support AND/OR multiple Query's CAUTION:Query.equals(Object), Query.hashCode() and Query.querySettingsEquals(Query) could not be overridden due to technical limitation.
BasicQueryWrapper(Query, String) - Constructor for class org.swat.mongo.utils.BasicQueryWrapper
Instantiates a new Basic query wrapper.
bitwise(String) - Method in class org.swat.mongo.dao.NullSafeUpdate
Bitwise bitwise operator builder.
bulkOperations(BulkOperations.BulkMode) - Method in interface org.swat.mongo.dao.AbstractEntityDao
Get the bulk operations.
bulkOperations(BulkOperations.BulkMode) - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
 

C

callerExclusions() - Method in class org.swat.mongo.dao.AbstractMongoDao
Caller exclusions set.
clazz - Variable in class org.swat.mongo.dao.AbstractEntityDaoImpl
The Clazz.
clazz - Variable in class org.swat.mongo.dao.AbstractReadOnlyEntityDaoImpl
The Clazz.
comment(String) - Method in class org.swat.mongo.utils.BasicQueryWrapper
 
convertMap(Map) - Method in class org.swat.mongo.dao.AbstractReadOnlyEntityDaoImpl
Convert map to entity.
count(Query) - Method in interface org.swat.mongo.dao.AbstractEntityDao
Count long.
count(Query) - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
 
createdAt() - Method in interface org.swat.mongo.dao.AbstractEntity
Gets created at.
createdAt(Object) - Method in interface org.swat.mongo.dao.AbstractEntity
Sets created at.
createdAt() - Method in class org.swat.mongo.dao.AbstractEntityInternal
 
createdAt(Object) - Method in class org.swat.mongo.dao.AbstractEntityInternal
 
createdAt() - Method in class org.swat.mongo.dao.MapEntity
 
createdAt(Object) - Method in class org.swat.mongo.dao.MapEntity
 
createdAt() - Method in class org.swat.mongo.dao.WrapperEntity
 
createdAt(Object) - Method in class org.swat.mongo.dao.WrapperEntity
 
createDataSource(Properties, String...) - Method in class org.swat.tomcat.pool.utils.TomcalDBPoolUtils
Creates and configures a DataSource instance based on the given properties.
createdBy() - Method in interface org.swat.mongo.dao.AbstractEntity
Created by object.
createdBy(Object) - Method in interface org.swat.mongo.dao.AbstractEntity
Created by.
createdBy() - Method in class org.swat.mongo.dao.AbstractEntityInternal
 
createdBy(Object) - Method in class org.swat.mongo.dao.AbstractEntityInternal
 
createdBy() - Method in class org.swat.mongo.dao.MapEntity
 
createdBy(Object) - Method in class org.swat.mongo.dao.MapEntity
 
createdBy() - Method in class org.swat.mongo.dao.WrapperEntity
 
createdBy(Object) - Method in class org.swat.mongo.dao.WrapperEntity
 
currentDate(String) - Method in class org.swat.mongo.dao.NullSafeUpdate
Current date null safe update.
currentTimestamp(String) - Method in class org.swat.mongo.dao.NullSafeUpdate
Current timestamp null safe update.
customFields() - Method in class org.swat.mongo.converter.FlattenedFields
 

D

DataSourceConstants - Class in org.apache.tomcat.jdbc.pool
A Hack to get hold of all properties defined in DataSourceFactory
DataSourceConstants() - Constructor for class org.apache.tomcat.jdbc.pool.DataSourceConstants
 
defaultAggregation(AggregationOperation[], String, Class<T>) - Method in class org.swat.mongo.dao.AbstractMongoDao
Default aggregation paged response.
defaultAggregation(List<AggregationOperation>, String, Class<T>) - Method in class org.swat.mongo.dao.AbstractMongoDao
Default aggregation paged response.
DefaultAware - Interface in org.swat.mongo.dao
The interface Null safe aware.
deleteById(String) - Method in interface org.swat.mongo.dao.AbstractEntityDao
Delete by id t.
deleteById(String) - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
 
deleteById(String) - Method in class org.swat.mongo.dao.AbstractReadOnlyEntityDaoImpl
 
DirectEntityDaoImpl<T extends AbstractEntity> - Class in org.swat.mongo.dao
The type Direct entity dao.
DirectEntityDaoImpl(AbstractEntityDaoImpl<T>, Class<T>, String, boolean, boolean) - Constructor for class org.swat.mongo.dao.DirectEntityDaoImpl
Instantiates a new Direct entity dao.
distinct(String, Query, Class<R>) - Method in interface org.swat.mongo.dao.AbstractEntityDao
Distinct list.
distinct(String, Query, Class<R>) - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
 

E

ensureIndex(Bson, IndexOptions) - Method in interface org.swat.mongo.dao.AbstractEntityDao
Ensure index.
ensureIndex(Bson, IndexOptions) - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
 
equals(Object) - Method in class org.swat.mongo.dao.NullSafeUpdate
 
exhaust() - Method in class org.swat.mongo.utils.BasicQueryWrapper
 

F

fields() - Method in class org.swat.mongo.utils.BasicQueryWrapper
 
findAll(boolean) - Method in interface org.swat.mongo.dao.AbstractEntityDao
Find all list.
findAll(Query) - Method in interface org.swat.mongo.dao.AbstractEntityDao
Find all list.
findAll(Query, boolean) - Method in interface org.swat.mongo.dao.AbstractEntityDao
Find all list.
findAll() - Method in interface org.swat.mongo.dao.AbstractEntityDao
Find all list.
findAll() - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
 
findAll(boolean) - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
 
findAll(Query) - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
 
findAll(Query, boolean) - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
 
findAll() - Method in class org.swat.mongo.dao.AbstractReadOnlyEntityDaoImpl
 
findAll(Query) - Method in class org.swat.mongo.dao.AbstractReadOnlyEntityDaoImpl
 
findAndModify(Query, Update) - Method in interface org.swat.mongo.dao.AbstractEntityDao
Find and modify t.
findAndModify(Query, Update) - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
 
findAndModify(Query, Update) - Method in class org.swat.mongo.dao.AbstractReadOnlyEntityDaoImpl
 
findAndRemove(Query) - Method in interface org.swat.mongo.dao.AbstractEntityDao
Find and remove t.
findAndRemove(Query) - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
Find and remove t.
findAndRemove(Query) - Method in class org.swat.mongo.dao.AbstractReadOnlyEntityDaoImpl
 
findAndReplace(Query, T, boolean, boolean) - Method in interface org.swat.mongo.dao.AbstractEntityDao
Find and replace t.
findAndReplace(Query, T, boolean, boolean) - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
 
findAndReplace(Query, T, boolean, boolean) - Method in class org.swat.mongo.dao.AbstractReadOnlyEntityDaoImpl
 
findById(String, boolean) - Method in interface org.swat.mongo.dao.AbstractEntityDao
Find by id t.
findById(String) - Method in interface org.swat.mongo.dao.AbstractEntityDao
Find by id t.
findById(String) - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
 
findById(String, boolean) - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
 
findById(String) - Method in class org.swat.mongo.dao.AbstractReadOnlyEntityDaoImpl
 
findOne(Query) - Method in interface org.swat.mongo.dao.AbstractEntityDao
Find one t.
findOne(Query, boolean) - Method in interface org.swat.mongo.dao.AbstractEntityDao
Find one t.
findOne(Query) - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
 
findOne(Query, boolean) - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
 
findOne(Query, boolean) - Method in class org.swat.mongo.dao.AbstractReadOnlyEntityDaoImpl
 
findOne(Query) - Method in class org.swat.mongo.dao.AbstractReadOnlyEntityDaoImpl
 
FlattenedFieldAware - Interface in org.swat.mongo.converter
The interface Flattened custom field.
FlattenedFieldListener - Class in org.swat.mongo.converter
The listener to flatten the custom fields.
FlattenedFieldListener() - Constructor for class org.swat.mongo.converter.FlattenedFieldListener
 
FlattenedFields - Class in org.swat.mongo.converter
The type Flattened custom fields.
FlattenedFields() - Constructor for class org.swat.mongo.converter.FlattenedFields
 

G

getAllProperties() - Static method in class org.apache.tomcat.jdbc.pool.DataSourceConstants
 
getCollectionName() - Method in interface org.swat.mongo.dao.AbstractEntityDao
Gets collection name.
getCollectionName() - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
Gets collection name.
getCollectionName() - Method in class org.swat.mongo.dao.AbstractReadOnlyEntityDaoImpl
 
getCollectionName() - Method in class org.swat.mongo.dao.DirectEntityDaoImpl
 
getCreatedByKey() - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
Get created by key string.
getCreatedByKey() - Method in class org.swat.mongo.dao.AbstractEntityDaoInternal
 
getCreatedByKey() - Method in class org.swat.mongo.dao.DirectEntityDaoImpl
 
getCreatedKey() - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
Get created key string.
getCreatedKey() - Method in class org.swat.mongo.dao.AbstractEntityDaoInternal
 
getCreatedKey() - Method in class org.swat.mongo.dao.DirectEntityDaoImpl
 
getCriteria() - Method in interface org.swat.mongo.dao.AbstractEntityDao
Gets the Criteria containing tenantId and deleted filter.
getCriteria() - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
 
getCriteria() - Method in class org.swat.mongo.dao.AbstractMongoDao
Gets criteria.
getCriteria() - Method in class org.swat.mongo.dao.DirectEntityDaoImpl
 
getCriteria() - Method in class org.swat.mongo.dao.SafeCriteria
Gets criteria.
getCriteriaCount() - Method in class org.swat.mongo.dao.SafeCriteria
Gets the number of Criteria added
getCustomFields() - Method in interface org.swat.mongo.converter.FlattenedFieldAware
Gets custom fields.
getCustomFields() - Method in class org.swat.mongo.converter.FlattenedFields
 
getDeletedKey() - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
Get deleted key string.
getDeletedKey() - Method in class org.swat.mongo.dao.DirectEntityDaoImpl
 
getDistinctField() - Method in class org.swat.mongo.dao.AbstractMongoDao
Gets distinct field.
getEntityId(T) - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
Gets entity id.
getEntityId(T) - Method in class org.swat.mongo.dao.DirectEntityDaoImpl
 
getFieldsObject() - Method in class org.swat.mongo.utils.BasicQueryWrapper
 
getHint() - Method in class org.swat.mongo.utils.BasicQueryWrapper
 
getIdQuery(String) - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
Gets id query.
getLimit() - Method in class org.swat.mongo.utils.BasicQueryWrapper
 
getMatchOperation() - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
Gets match operation containing tenantId and deleted filter.
getMeta() - Method in class org.swat.mongo.utils.BasicQueryWrapper
 
getMinPageSize() - Method in class org.swat.mongo.dao.AbstractMongoDao
Gets min page size.
getMongoOperations() - Method in class org.swat.mongo.dao.AbstractMongoDao
Gets mongo template.
getMongoTemplate() - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
Gets mongo template.
getMongoTemplate() - Method in class org.swat.mongo.dao.DirectEntityDaoImpl
 
getNow() - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
Get now object.
getNow() - Method in class org.swat.mongo.dao.AbstractEntityDaoInternal
 
getNow() - Method in class org.swat.mongo.dao.DirectEntityDaoImpl
 
getPageLimit() - Method in class org.swat.mongo.dao.AbstractMongoDao
Gets page limit.
getPageNo() - Method in class org.swat.mongo.dao.AbstractMongoDao
Gets page no.
getPoolProperties(Properties, String...) - Static method in class org.swat.tomcat.pool.utils.TomcalDBPoolUtils
Parses the given properties and creates Properties for Data Source
getRestrictedTypes() - Method in class org.swat.mongo.utils.BasicQueryWrapper
 
getSearchFields() - Method in class org.swat.mongo.dao.AbstractMongoDao
Gets search fields.
getSearchText() - Method in class org.swat.mongo.dao.AbstractMongoDao
Gets search text.
getSkip() - Method in class org.swat.mongo.utils.BasicQueryWrapper
 
getSort() - Method in class org.swat.mongo.dao.AbstractMongoDao
Gets sort.
getSort(String, String) - Static method in class org.swat.mongo.utils.QueryUtil
Get sort sort.
getSortObject() - Method in class org.swat.mongo.utils.BasicQueryWrapper
 
getTenantId() - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
Gets tenant id.
getTenantQuery(Query) - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
Gets tenant query.
getTenantQuery(Query) - Method in class org.swat.mongo.dao.DirectEntityDaoImpl
 
getUpdate() - Method in class org.swat.mongo.dao.NullSafeUpdate
Gets update.
getUpdatedByKey() - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
Get updated by key string.
getUpdatedByKey() - Method in class org.swat.mongo.dao.AbstractEntityDaoInternal
 
getUpdatedByKey() - Method in class org.swat.mongo.dao.DirectEntityDaoImpl
 
getUpdatedKey() - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
Get updated key string.
getUpdatedKey() - Method in class org.swat.mongo.dao.AbstractEntityDaoInternal
 
getUpdatedKey() - Method in class org.swat.mongo.dao.DirectEntityDaoImpl
 
getUpdateObject() - Method in class org.swat.mongo.dao.NullSafeUpdate
Gets update object.
getViewedByKey() - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
Get viewed by key string.
getViewedByKey() - Method in class org.swat.mongo.dao.DirectEntityDaoImpl
 
getViewedKey() - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
Get viewed key string.
getViewedKey() - Method in class org.swat.mongo.dao.DirectEntityDaoImpl
 
gt(Object) - Method in class org.swat.mongo.dao.SafeCriteria
Gt criteria utils.
gte(Object) - Method in class org.swat.mongo.dao.SafeCriteria
Gte criteria utils.

H

hashCode() - Method in class org.swat.mongo.dao.NullSafeUpdate
 

I

in(Object...) - Method in class org.swat.mongo.dao.SafeCriteria
In criteria utils.
in(Collection) - Method in class org.swat.mongo.dao.SafeCriteria
In null safe criteria.
inc(String, Number) - Method in class org.swat.mongo.dao.NullSafeUpdate
Inc null safe update.
inClause(Query, String, T...) - Static method in class org.swat.mongo.utils.QueryUtil
Adds the query as in clause.
insert(T) - Method in interface org.swat.mongo.dao.AbstractEntityDao
Insert t.
insert(Collection<T>) - Method in interface org.swat.mongo.dao.AbstractEntityDao
Insert collection.
insert(T) - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
 
insert(Collection<T>) - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
 
insert(T) - Method in class org.swat.mongo.dao.AbstractReadOnlyEntityDaoImpl
 
is(Object) - Method in class org.swat.mongo.dao.SafeCriteria
Is criteria utils.
isValid(Object) - Method in interface org.swat.mongo.dao.DefaultAware
Is valid boolean.
isValid(Object) - Method in interface org.swat.mongo.dao.NullAware
Is valid boolean.
isValid(Object) - Method in class org.swat.mongo.dao.NullSafeUpdate
Is valid boolean.
isValid(String, Object) - Method in interface org.swat.mongo.dao.ValidationAware
Is valid boolean.
isValid(Object) - Method in interface org.swat.mongo.dao.ValidationAware
Is valid boolean.

J

json(Query) - Static method in class org.swat.mongo.utils.QueryUtil
Json string.

L

limit(int) - Method in class org.swat.mongo.utils.BasicQueryWrapper
 
logError(Class<T>, String, String, long, RuntimeException) - Method in class org.swat.mongo.dao.AbstractMongoDao
Log error.
logSuccess(Class, String, String, int, long) - Method in class org.swat.mongo.dao.AbstractMongoDao
Should log boolean.
lt(Object) - Method in class org.swat.mongo.dao.SafeCriteria
Lt criteria utils.
lte(Object) - Method in class org.swat.mongo.dao.SafeCriteria
Lte criteria utils.

M

MapEntity - Class in org.swat.mongo.dao
The type Map entity.
MapEntity() - Constructor for class org.swat.mongo.dao.MapEntity
 
max(String, Object) - Method in class org.swat.mongo.dao.NullSafeUpdate
Max null safe update.
maxTime(long, TimeUnit) - Method in class org.swat.mongo.utils.BasicQueryWrapper
 
maxTimeMsec(long) - Method in class org.swat.mongo.utils.BasicQueryWrapper
 
min(String, Object) - Method in class org.swat.mongo.dao.NullSafeUpdate
Min null safe update.
modifies(String) - Method in class org.swat.mongo.dao.NullSafeUpdate
Modifies boolean.
modifyAndFind(Query, Update) - Method in interface org.swat.mongo.dao.AbstractEntityDao
Modify and find t.
modifyAndFind(Query, Update) - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
 
modifyAndFind(Query, Update) - Method in class org.swat.mongo.dao.AbstractReadOnlyEntityDaoImpl
 
mongoScript(List<AggregationOperation>) - Static method in class org.swat.mongo.utils.AggregationUtils
Mongo script string.
mongoScript(Aggregation) - Static method in class org.swat.mongo.utils.AggregationUtils
Mongo script string.
multiply(String, Number) - Method in class org.swat.mongo.dao.NullSafeUpdate
Multiply null safe update.

N

ne(Object) - Method in class org.swat.mongo.dao.SafeCriteria
Ne null safe criteria.
nin(Object...) - Method in class org.swat.mongo.dao.SafeCriteria
Nin null safe criteria.
nin(Collection) - Method in class org.swat.mongo.dao.SafeCriteria
Nin null safe criteria.
noCursorTimeout() - Method in class org.swat.mongo.utils.BasicQueryWrapper
 
NullAware - Interface in org.swat.mongo.dao
The interface Null safe aware.
NullSafeCriteria - Class in org.swat.mongo.dao
The type Null safe criteria.
NullSafeCriteria(Criteria) - Constructor for class org.swat.mongo.dao.NullSafeCriteria
Instantiates a new Criteria utils.
NullSafeUpdate - Class in org.swat.mongo.dao
The type Null safe update.
NullSafeUpdate() - Constructor for class org.swat.mongo.dao.NullSafeUpdate
Instantiates a new Null safe update.
NullSafeUpdate(Update) - Constructor for class org.swat.mongo.dao.NullSafeUpdate
Instantiates a new Null safe update.

O

onAfterConvert(AfterConvertEvent<FlattenedFieldAware>) - Method in class org.swat.mongo.converter.FlattenedFieldListener
Added the flattened data to custom fields.
onBeforeSave(BeforeSaveEvent<FlattenedFieldAware>) - Method in class org.swat.mongo.converter.FlattenedFieldListener
Flattens custom fields
onFetch(T) - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
Perform any operation after fetching the entity
onFetch(T) - Method in class org.swat.mongo.dao.DirectEntityDaoImpl
 
onInsert(T) - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
Hook to call on Insert
onUpdate(Update) - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
Hook to update on update
onUpdate(T) - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
Hook to call on update.
or(Query...) - Static method in class org.swat.mongo.utils.QueryUtil
Or query.
org.apache.tomcat.jdbc.pool - package org.apache.tomcat.jdbc.pool
 
org.swat.mongo.converter - package org.swat.mongo.converter
 
org.swat.mongo.dao - package org.swat.mongo.dao
 
org.swat.mongo.utils - package org.swat.mongo.utils
 
org.swat.tomcat.pool.utils - package org.swat.tomcat.pool.utils
 

P

PagedResponse<T> - Class in org.swat.mongo.dao
The type Paged response.
PagedResponse() - Constructor for class org.swat.mongo.dao.PagedResponse
 
partialResults() - Method in class org.swat.mongo.utils.BasicQueryWrapper
 
pop(String, Update.Position) - Method in class org.swat.mongo.dao.NullSafeUpdate
Pop update.
pull(String, Object) - Method in class org.swat.mongo.dao.NullSafeUpdate
Pull null safe update.
pullAll(String, Object[]) - Method in class org.swat.mongo.dao.NullSafeUpdate
Pull all null safe update.
push(String, Object) - Method in class org.swat.mongo.dao.NullSafeUpdate
Push null safe update.
push(String) - Method in class org.swat.mongo.dao.NullSafeUpdate
Push push operator builder.
pushAll(String, Object[]) - Method in class org.swat.mongo.dao.NullSafeUpdate
Push all null safe update.

Q

query(CriteriaDefinition) - Static method in class org.swat.mongo.dao.TenantAwareQuery
Query query.
query(String, CriteriaDefinition) - Static method in class org.swat.mongo.dao.TenantAwareQuery
Query query.
QueryUtil - Class in org.swat.mongo.utils
The type Query util.
QueryUtil() - Constructor for class org.swat.mongo.utils.QueryUtil
 

R

removeAll(Query) - Method in interface org.swat.mongo.dao.AbstractEntityDao
Remove all int.
removeAll(Query) - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
 
removeAndInsert(Query, T) - Method in interface org.swat.mongo.dao.AbstractEntityDao
Remove and insert t.
removeAndInsert(Query, T) - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
 
removeAndInsert(Query, T) - Method in class org.swat.mongo.dao.AbstractReadOnlyEntityDaoImpl
 
rename(String, String) - Method in class org.swat.mongo.dao.NullSafeUpdate
Rename null safe update.
restrict(Class<?>, Class<?>...) - Method in class org.swat.mongo.utils.BasicQueryWrapper
 

S

SafeCriteria<T extends SafeCriteria<T>> - Class in org.swat.mongo.dao
The type Null safe criteria.
SafeCriteria(Criteria) - Constructor for class org.swat.mongo.dao.SafeCriteria
Instantiates a new Criteria utils.
save(T) - Method in interface org.swat.mongo.dao.AbstractEntityDao
Save t.
save(Iterable<T>) - Method in interface org.swat.mongo.dao.AbstractEntityDao
Save list.
save(T) - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
 
save(Iterable<T>) - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
 
save(T) - Method in class org.swat.mongo.dao.AbstractReadOnlyEntityDaoImpl
 
save(T) - Method in class org.swat.mongo.dao.DirectEntityDaoImpl
 
searchCriteria(String, String...) - Static method in class org.swat.mongo.utils.QueryUtil
Search criteria criteria.
searchCriteria(boolean, String, String...) - Static method in class org.swat.mongo.utils.QueryUtil
Search criteria criteria.
set(String, Object) - Method in class org.swat.mongo.dao.NullSafeUpdate
Set null safe update.
setEntityId(T, String) - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
Sets entity id.
setEntityId(T, String) - Method in class org.swat.mongo.dao.AbstractReadOnlyEntityDaoImpl
 
setEntityId(T, String) - Method in class org.swat.mongo.dao.DirectEntityDaoImpl
 
setMeta(Meta) - Method in class org.swat.mongo.utils.BasicQueryWrapper
 
setOnInsert(String, Object) - Method in class org.swat.mongo.dao.NullSafeUpdate
Sets on insert.
setTenantId(T, Object) - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
Sets tenant id.
setValues(Update) - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
Sets values.
setValues(Update) - Method in class org.swat.mongo.dao.DirectEntityDaoImpl
 
setValuesOnInsert(T) - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
Sets values on insert.
setValuesOnUpdate(T) - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
Sets values on update.
slaveOk() - Method in class org.swat.mongo.utils.BasicQueryWrapper
 

T

TenantAwareQuery - Class in org.swat.mongo.dao
The type Tenant aware query.
TenantAwareQuery() - Constructor for class org.swat.mongo.dao.TenantAwareQuery
Instantiates a new Tenant aware query.
TenantAwareQuery(String) - Constructor for class org.swat.mongo.dao.TenantAwareQuery
Instantiates a new Tenant aware query.
tenantId() - Method in interface org.swat.mongo.dao.AbstractEntity
Gets tenant id.
tenantId(Object) - Method in interface org.swat.mongo.dao.AbstractEntity
Sets tenant id.
tenantId() - Method in class org.swat.mongo.dao.MapEntity
 
tenantId(Object) - Method in class org.swat.mongo.dao.MapEntity
 
tenantId() - Method in class org.swat.mongo.dao.WrapperEntity
 
tenantId(Object) - Method in class org.swat.mongo.dao.WrapperEntity
 
tenantKey - Variable in class org.swat.mongo.dao.AbstractEntityDaoImpl
The Tenant key.
TomcalDBPoolUtils - Class in org.swat.tomcat.pool.utils
Utilities for Tomcat Connection Pool.
TomcalDBPoolUtils() - Constructor for class org.swat.tomcat.pool.utils.TomcalDBPoolUtils
 
toString() - Method in class org.swat.mongo.dao.NullSafeUpdate
 

U

unset(String) - Method in class org.swat.mongo.dao.NullSafeUpdate
Unset null safe update.
updateById(String, Update) - Method in interface org.swat.mongo.dao.AbstractEntityDao
Update by id t.
updateById(String, Update) - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
 
updateById(String, Update) - Method in class org.swat.mongo.dao.AbstractReadOnlyEntityDaoImpl
 
updatedAt(Object) - Method in interface org.swat.mongo.dao.AbstractEntity
Sets updated at.
updatedAt(Object) - Method in class org.swat.mongo.dao.AbstractEntityInternal
 
updatedAt(Object) - Method in class org.swat.mongo.dao.MapEntity
 
updatedAt(Object) - Method in class org.swat.mongo.dao.WrapperEntity
 
updatedBy(Object) - Method in interface org.swat.mongo.dao.AbstractEntity
Updated by.
updatedBy(Object) - Method in class org.swat.mongo.dao.AbstractEntityInternal
 
updatedBy(Object) - Method in class org.swat.mongo.dao.MapEntity
 
updatedBy(Object) - Method in class org.swat.mongo.dao.WrapperEntity
 
updateMulti(Query, Update) - Method in interface org.swat.mongo.dao.AbstractEntityDao
Update multi.
updateMulti(Query, Update) - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
 
updateMulti(Query, Update) - Method in class org.swat.mongo.dao.AbstractReadOnlyEntityDaoImpl
 
upsert(Query, Update) - Method in interface org.swat.mongo.dao.AbstractEntityDao
Upsert t.
upsert(Query, Update) - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
 
upsert(Query, Update) - Method in class org.swat.mongo.dao.AbstractReadOnlyEntityDaoImpl
 
upsertReturnOld(Query, Update) - Method in interface org.swat.mongo.dao.AbstractEntityDao
Upsert return old t.
upsertReturnOld(Query, Update) - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
 
upsertReturnOld(Query, Update) - Method in class org.swat.mongo.dao.AbstractReadOnlyEntityDaoImpl
 

V

ValidationAware - Interface in org.swat.mongo.dao
The interface Validation aware.

W

with(Pageable) - Method in class org.swat.mongo.utils.BasicQueryWrapper
 
with(Sort) - Method in class org.swat.mongo.utils.BasicQueryWrapper
 
withDirect() - Method in interface org.swat.mongo.dao.AbstractEntityDao
Directly queries and updates, without modifying Query and Update objects.
withDirect() - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
 
withDirectQuery() - Method in interface org.swat.mongo.dao.AbstractEntityDao
Directly queries and updates, without modifying Query object.
withDirectQuery() - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
 
withDirectUpdate() - Method in interface org.swat.mongo.dao.AbstractEntityDao
Directly queries and updates, without modifying Update object.
withDirectUpdate() - Method in class org.swat.mongo.dao.AbstractEntityDaoImpl
 
withHint(String) - Method in class org.swat.mongo.utils.BasicQueryWrapper
 
WrapperEntity - Class in org.swat.mongo.dao
Wrapper for Abstract Entity.
WrapperEntity() - Constructor for class org.swat.mongo.dao.WrapperEntity
 
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2022. All rights reserved.