Skip to content

Instantly share code, notes, and snippets.

@garystafford
Created February 17, 2016 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garystafford/7fc5bb8aa1947b0d3400 to your computer and use it in GitHub Desktop.
Save garystafford/7fc5bb8aa1947b0d3400 to your computer and use it in GitHub Desktop.
@Entity("vehicles")
public class Vehicle
extends AbstractMongodbEntity
implements Linkable {
private int year;
private String make;
private String model;
private String color;
private String type;
private int mileage;
// abridged...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment