
hibernate
jbutton
这个作者很懒,什么都没留下…
展开
-
Hibernate 3.6.5 SQL 方言(hibernate.dialect)
RDBMS Dialect DB2 org.hibernate.dialect.DB2Dialect DB2 AS/400 org.hibernate.dialect.DB2400Dialect DB2 OS390 org.hibernate.dialect.DB2390Dialect PostgreSQL org.hib...原创 2011-05-19 16:25:07 · 1309 阅读 · 0 评论 -
hibernate 使用new Date() 时分秒丢失(使用Annotation 注解)
在使用oracle 10g 时候,数据库字段设置为date类型.用工具 自动生成的Entity [code="java"] @Temporal(TemporalType.DATE) @Column(name="UPDATE_DATE") public Date getUpdateDate() { return this.updateDate; ...原创 2011-02-28 17:57:43 · 249 阅读 · 0 评论