package kr.debop4j.data.ehcache.ogm.test.id; import kr.debop4j.data.ogm.test.id.IdentityIdGeneratorTest; import lombok.extern.slf4j.Slf4j; /** * kr.debop4j.data.ehcache.ogm.test.id.EhCacheIdentityIdGeneratorTest * * @author 배성혁 ( sunghyouk.bae@gmail.com ) * @since 13. 4. 10. 오후 8:29 */ @Slf4j public class EhCacheIdentityIdGeneratorTest extends IdentityIdGeneratorTest { }