Ejemplo n.º 1
0
 /**
  * Grabs the raw Village records to be formed into objects. This method handles connections
  * internally. The Record objects returned by this method should be considered readonly. Do not
  * alter the data and call save(), your results may vary, but are certainly likely to result in
  * hard to track MT bugs.
  *
  * @throws TorqueException Any exceptions caught during processing will be rethrown wrapped into a
  *     TorqueException.
  */
 public static List doSelectVillageRecords(Criteria criteria) throws TorqueException {
   return BaseExamPeer.doSelectVillageRecords(criteria, (Connection) null);
 }