`
lmbb1945
  • 浏览: 12477 次
  • 性别: Icon_minigender_1
  • 来自: 南京
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表
管理文件和目录的命令 命令 功能 命令 功能 pwd 显示当前目录 ls 查看目录下的内容 cd 改变所在目录 cat 显示文件的内容 grep 在文件中查找某字符 cp 复制文件 touch 创建文件 mv 移动文件 rm 删除文件 rmdir 删除目录 1.1 pwd命令 ...
1. fetch的2个策略join(默认) select p108页 2. 一对多单向缺点,集合lazy默认方式由于session关闭引发异常解释。p116页 3.
2.3.6节 p46有hibernate全部基本配置参数
区别: 1.双向在一实体中多了mappedBy,明确了主控方拥有外键 2.JoinColumn一般在主控方里面设置。(一对多单向例外JoinColumn在被控方即一方中声明)。 3.一对多,多对一,多对多中多的一方为主控方,关系的维护者,拥有外键。 4.双向的一对多关系和一对一关系中的mappedBy可以避免生成中间表。 5.JoinColumn在一对多单向关系里面,如果你不加@JoinColumn(name="personID")这个注释的话,    那么JBOSS就会自动帮你生成一张中间表。   JoinColumn在多对一单向关系里面,在这里如果我们去掉@JoinCol ...
本文依照HIBERNATE帮助文档,一些网络书籍及项目经验整理而成,只提供要点和思路,具体做法可以留言探讨,或是找一些更详细更有针对性的资料。   初用HIBERNATE的人也许都遇到过性能问题,实现同一功能,用HIBERNATE与用JDBC ...
1.建表 create   table  student (sid  varchar ( 32 )  not   null   primary   key , sname  varchar ( 16 ), sage  varchar ( 16 ), ) create   table  course (cid  varchar ( 32 )  not   null   primary   key , cname  varchar ( 16 ) ) create   table  student_course_link (sid  varchar ( 32 )  not   null , c ...
increment 用于为long, short或者int类型生成 唯一标识。只有在没有其他进程往同一张表中插入数据时才能使用。 在集群下不要使用。 identity 对DB2,MySQL, MS SQL Server, Sybase和HypersonicSQL的内置标识字段提供支持。 返回的标识符是long, short 或者int类型的。 sequence 在DB2,PostgreSQL, Oracle, SAP DB, McKoi中使用序列(sequence), 而在Interbase中使用生成器(generator)。返回的标识符是long, short或者 int类型的。 hil ...
 最近做了个项目,实现对存在千万条记录的库表进行插入、查询操作。原以为对数据库的插入、查询是件很容易的事,可不知当数据达到百万甚至千万条级别的时候,这一切似乎变得相当困难。   最近做了个项目,实现对 ...
1.<rich:scrollableDataTable> frozenColCount属性最左边固定不随滚动条动 sortMode属性:single和multi排序列还是多列
1.<rich:pickList> <rich:pickList value="#{pickList.fruitsList}"> ... </rich:pickList> private String [] fruitsList = new String [] {"apple", "grapes"}; 那"apple", "grapes"初始化的将出现在控制list右边 控制控件功能键名称     copyAllControlLabel     copyCo ...
chp7 1.Also, don’t forget you can use <a4j:repeat>, which doesn’t produce any markup at all. The following code. 2.Both <rich:columnGroup> and breakBefore="true" provide the same functionality.
1.<rich:inplaceInput>     value属性指定会取代defaultLabel      showControl="true"时候, controlsVerticalPosition可设control位置(left,right,center)controlsVerticalPosition( bottom, center, and top)) 2.<rich:suggestionbox>   you are using <h:column> here. The suggestion box component pop ...
chp4 1. eventsQueue属性 In other words, any subsequent request put into the queue will abort the earlier one that hasn’t been sent yet.(头一次输入一个字,后面在等待队列事件时候输入了八个字,等第一个请求come back后8个字为一个队列) 2. requestDelay属性 和eventsQueue连用。2个条件1前一个请求come back 2requestDelay时间到 3. ignoreDupResponses属性 With ingoreDupRe ...
chap2 1.<a4j:outputPanel> has a special attribute called ajaxRendered, and when set to true, it will indicate that all components inside will always be rerendered. chap3 1.Because <a4j:support> attaches to the parent event handler, the following will not work because the literal value (a ...
Global site tag (gtag.js) - Google Analytics