- 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.