Interstage Application Server/Interstage Web Server J2EE ユーザーズガイド |
目次 索引 |
第3部 EJB編 | > 第13章 Entity Beanの実装 | > 13.6 BMPのEnterprise Beanクラスの作成 |
データベースとデータをやりとりするための格納域を定義します。データベースのカラムに対応するようにインスタンス変数として記述します。これを永続化フィールドと呼びます。
private Integer code; private String name; private String desc;
目次 索引 |