[Seasar-user:9646] Re: S2Dao Bean アノテーションについて
Yasuo Higa
[E-MAIL ADDRESS DELETED]
2007年 8月 2日 (木) 14:08:04 JST
ひがです。
>
> 構成としては以下のようになるんでしょうか.
>
> 1.MainTable の Dao
>
> @S2Dao(bean = MainTableBean.class)
> public interface MainDao {
>
> MainTableBean get(...);
> ...
>
> @Sql( いろんなテーブルを join する SQL )
> FooBean[] getFoo(...);
> }
>
> 2.Bean
>
> @Bean(table = "MainTable")
> public class MainTableBean {
> ...
> }
>
> @Bean(table = "MainTable") <- これは必要?
不要です。
> public class FooBean {
> ...
> }
よろしくお願いします。
--
Yasuo Higa
[E-MAIL ADDRESS DELETED]
Seasar-user メーリングリストの案内