@Springfield 의 strategy 속성 값에 따라 으로 Bean 이 자동 생성, 등록 된다.
Springfield Strategy | bean name | bean type | bean implement |
SQLSESSION_REPOSITPRY_ONLY | "~Repository" | EntityRepository<T,ID> | com.u2ware.springfield.repository.sqlsession. EntitySqlsessionRepository |
JPA_REPOSITPRY_ONLY | "~Repository" | EntityRepository<T,ID> | com.u2ware.springfield.repository.jpa. EntityJpaRepository |
MONGODB_REPOSITPRY_ONLY | "~Repository" | EntityRepository<T,ID> | com.u2ware.springfield.repository.mongodb. EntityMongodbRepository |