S2JDBC
実装 - Implementation EntityService.java /* JavaBeans のフィールドが Integer[] の場合 - In the case of field of JavaBeans is Integer[] */ public class EntityService extends AbstractService<Entity> { public class Param { public Integer[] ids; } pub</entity>…
前提 - Condition 使用している SAStruts は「sa-struts-1.0.4-sp6.zip」、S2-Tiger は「s2-tiger-2.4.39.jar」。 SAStruts which I uses is "sa-struts-1.0.4-sp6.zip" and S2-Tiger is "s2-tiger-2.4.39.jar". 実装 - Implementation Service をこのように…