Preparation¶
Project Creation¶
Project is newly created in intra-mart e Builder for Accel Platform.Please refer to intra-mart e Builder for Accel Platform document for the project creation.In this tutorial, the project is created with the name of [kaiden_tutorial].
Build Path Structure¶
It sets the build path for intra-mart Accel Kaiden! module.
S2JDBC-Gen Setup¶
It does setup of S2JDBC-Gen.Please refer to Seasar project site for details.Notes
Super class of Entity should be [jp.co.slcs.kaiden2.base.foundation.model.entity.GenerateEntity] and super class of Service should be[jp.co.slcs.kaiden2.base.foundation.model.service.GenerateService], and these are included in intra-mart Accel Kaiden! module.Entity should specify the super class when auto generation time.Service can change the super class after the generation.