最新文章列表

hibernate Annotation 字段注释

API查看 http://docs.jboss.org/hibernate/orm/4.1/javadocs/ 另外http://solonote.iteye.com/blog/215093    的@Formula在项目中也很实用 还有一些常用的注解 链接http://ycx211314.blog.163.com/blog/static/1016708620113261581398/ ...
shendixiong 评论(0) 有3577人浏览 2013-09-04 13:59

JPA 给列加约束

今天发现库存数量变成-1,研究如何通过jpa 给列加约束   使用columnDefinition  属性    /**  * Gets the 商品可用量.  *   * @return the 商品可用量  */ @Column(name = "AVAILABLE_QTY",nullable = false,columnDefinition = "int c ...
飞天奔月 评论(0) 有2002人浏览 2012-03-12 17:40

hibernate 注解字段默认值

今天终于把这个问题给解决了。。呵呵,hibernate 注解字段默认值的设置:            @Column(name="ISPUBLIC" ,nullable=false,columnDefinition="INT default 0") private int isPublic;   注意字段的类型必须指定,因为hibernate 会把colu ...
pxx199248 评论(0) 有8075人浏览 2012-02-29 11:21

最近博客热门TAG

Java(141747) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) HTML(59043) JavaScript(54918) .net(54785) Web(54513) 工作(54116) Linux(50906) Oracle(49876) 应用服务器(43288) Spring(40812) 编程(39454) Windows(39381) JSP(37542) MySQL(37268) 数据结构(36423)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics