コード例 #1
0
ファイル: LentilSession.java プロジェクト: ssorj/boneyard
 public final int insert(final LentilObject object) {
   return object.insert(this);
 }