List of usage examples for com.mongodb BasicDBObject subclass-usage
From source file com.aw.model.objects.UserTroopsDetails.java
/** * * @author iftikhar */ public class UserTroopsDetails extends BasicDBObject { private String userTroopsDetails;
From source file com.edduarte.argus.diff.Difference.java
/**
* A difference represents a addition or a removal of an occurrence from a document.
*
* @author Ed Duarte (<a href="mailto:ed@edduarte.com">ed@edduarte.com</a>)
* @version 1.3.2
* @since 1.0.0
From source file com.edduarte.argus.document.Document.java
/**
* Simple structure that holds a document current snapshot and associates
* it with an url.
*
* @author Ed Duarte (<a href="mailto:ed@edduarte.com">ed@edduarte.com</a>)
* @version 1.3.2
From source file com.edduarte.argus.document.Occurrence.java
/**
* An occurrence represents a position within a document where a occurrence occurs.
* This occurrence is implemented to allow phrase queries, using a word-based
* counter, and to allow snippet printing, using character-based counters.
*
* @author Ed Duarte (<a href="mailto:ed@edduarte.com">ed@edduarte.com</a>)
From source file com.edduarte.argus.keyword.Keyword.java
/**
* A Keyword represents a sequence of texts that should match a difference detected
* between two snapshots of a Document.
*
* @author Ed Duarte (<a href="mailto:ed@edduarte.com">ed@edduarte.com</a>)
* @version 1.3.2
From source file com.edduarte.vokter.diff.Difference.java
/**
* A difference represents a addition or a removal of an occurrence from a document.
*
* @author Eduardo Duarte (<a href="mailto:hello@edduarte.com">hello@edduarte.com</a>)
* @version 1.3.2
* @since 1.0.0
From source file com.edduarte.vokter.document.Document.java
/**
* Simple structure that holds a document current snapshot and associates
* it with an url.
*
* @author Eduardo Duarte (<a href="mailto:hello@edduarte.com">hello@edduarte.com</a>)
* @version 1.3.2
From source file com.edduarte.vokter.document.Occurrence.java
/**
* An occurrence represents a position within a document where a occurrence occurs.
* This occurrence is implemented to allow phrase queries, using a word-based
* counter, and to allow snippet printing, using character-based counters.
*
* @author Eduardo Duarte (<a href="mailto:hello@edduarte.com">hello@edduarte.com</a>)
From source file com.edduarte.vokter.keyword.Keyword.java
/**
* A Keyword represents a set of texts that should match a difference
* detected between two snapshots of a document.
*
* @author Eduardo Duarte (<a href="mailto:hello@edduarte.com">hello@edduarte.com</a>)
* @version 1.3.2
From source file com.eywa.impl.app.mongo.entities.items.ItemBillingUser.java
/** * */ public class ItemBillingUser extends BasicDBObject { // ------------------------------------------------------------------------