`
文章列表
Hibernate的映射类型(转) 关键字: hibernate   Hibernate 映射类型分为两种:内置映射类型和客户化映射类型。内置映射类型负责把一些常见的 Java 类型映射到相应的 SQL 类型;此外, Hibernate 还允许用户实现 UserType 或 CompositeUserType 接口,来灵活地定制客户化映射类型。客户化类型能够把用户定义的 Java 类型映射到数据库表的相应字段。   一、 Hibernate 的内置映射类型 1 、 Java 基本类型的 Hibernate 映射类型
对org.springframework.beans.CachedIntrospectionResults 这个类在spring2.01前没有被改写,spring2.06似乎已经改写了,还未看源码。不过这不是我所在意的问题。我在《org.springframework.beans简单解读》中的对这个类的理解是不正确的。我们先看看Guillaume Poirier对这个类中为什么使用WeakHashMap的解释: WeakHashMap is implemented with WeakReference for keys, and strong reference for values. Tha ...
关键字: quartz spring 字段 允许值 允许的特殊字符 秒 0-59 , - * / 分 0-59 , - * / 小时 0-23 , - * / 日期 1-31 , - * ? / L W C 月份 1-12 或者 JAN-DEC , - * / 星期 1-7 或者 SUN-SAT , - * ? / L C # 年(可选) 留空, 1970-2099 , - * / 表达式 意义 "0 0 12 * * ?" 每天中午12点触发 "0 15 10 ? * *" 每天上午10:15触发 "0 15 10 ...
API解释: getSession      public   HttpSession   getSession(boolean   create)Returns   the   current   HttpSession   associated   with   this   request   or if   there   is   no   current   session   and   create   is  true,   returns   a   new   session.     If   create   is   false   and   the   re ...
Global site tag (gtag.js) - Google Analytics