13141516171819
@ManyToOne private TagSynonym tagSynonym; public Association tagSynonym() { throw new AutoGeneration(); }
16171819202122
@OneToMany private List<Tag> tags = list(); public Association tags() { throw new AutoGeneration(); }
235236237238239240241
parent$_alias_names.put(aliasName, originalName); } } public static <T extends Document> T create(Map map) { throw new AutoGeneration(); }
239240241242243244245
public static <T extends Document> T create(Map map) { throw new AutoGeneration(); } public static <T extends Document> T create9(Map map) { throw new AutoGeneration(); }
487488489490491492493
//bind Criteria public static Criteria where(Map conditions) { //return new Criteria(Document.class).where(conditions); throw new AutoGeneration(); }
491492493494495496497
//return new Criteria(Document.class).where(conditions); throw new AutoGeneration(); } public static Criteria select(List fieldNames) { throw new AutoGeneration(); }
495496497498499500501
public static Criteria select(List fieldNames) { throw new AutoGeneration(); } public static Criteria order(Map orderBy) { throw new AutoGeneration(); }
499500501502503504505
public static Criteria order(Map orderBy) { throw new AutoGeneration(); } public static Criteria skip(int skip) { throw new AutoGeneration(); }
503504505506507508509
public static Criteria skip(int skip) { throw new AutoGeneration(); } public static Criteria limit(int limit) { throw new AutoGeneration(); }
507508509510511512513
public static Criteria limit(int limit) { throw new AutoGeneration(); } public static int count() { throw new AutoGeneration(); }