てきとうなメモ

本の感想とか技術メモとか

2013-11-24から1日間の記事一覧

Hibernateでcreated_at/modified_at

Interceptorを使えばよいか。 public class DatetimeInterceptor extends EmptyInterceptor { @Override public boolean onFlushDirty(Object entity, Serializable id, Object[] currentState, Object[] previousState, String[] propertyNames, Type[] typ…