package kr.debop4j.data.hibernate.forTesting.configs; import org.springframework.context.annotation.Configuration; import org.springframework.transaction.annotation.EnableTransactionManagement; /** * kr.debop4j.data.hibernate.forTesting.configs.HSqlConfig2 * * @author 배성혁 ( sunghyouk.bae@gmail.com ) * @since 13. 2. 23. */ @Configuration @EnableTransactionManagement public class HSqlConfig2 extends HSqlConfig { }