511512513514515516517
public static int count() { throw new AutoGeneration(); } public static Criteria in(Map in) { throw new AutoGeneration(); }
515516517518519520521
public static Criteria in(Map in) { throw new AutoGeneration(); } public static Criteria not(Map not) { throw new AutoGeneration(); }
519520521522523524525
public static Criteria not(Map not) { throw new AutoGeneration(); } public static Criteria notIn(Map notIn) { throw new AutoGeneration(); }
523524525526527528529
public static Criteria notIn(Map notIn) { throw new AutoGeneration(); } public static <T> T findById(Object id) { throw new AutoGeneration(); }
527528529530531532533
public static <T> T findById(Object id) { throw new AutoGeneration(); } public static <T> List<T> find(List list) { throw new AutoGeneration(); }
531532533534535536537
public static <T> List<T> find(List list) { throw new AutoGeneration(); } public static <T> List<T> findAll() { throw new AutoGeneration(); }
24252627282930
)); } public Association person() { throw new AutoGeneration(); }
19202122232425
Options.n_kclass, Blog.class ))); } public AssociationEmbedded blog() { throw new AutoGeneration(); }
31323334353637
public void beforeSave() { System.out.println(this.getName() + " will be saved"); } public Association addresses() { throw new AutoGeneration(); }
35363738394041
public Association addresses() { throw new AutoGeneration(); } public Association idcard() { throw new AutoGeneration(); }