2008-08-15

hibernate中实现复合主键

关键字: http://www.zhuoda.org/irini/73145.html
http://www.zhuoda.org/irini/73145.html
  • 14:02
  • 浏览 (10)
  • 评论 (0)
A swimlane is a process role(角色). It is a mechanism to specify that multiple tasks in the process should be done by the same actor.(多个任务被同一个用户执行) So after the first task instance is created for a given swimlane, the actor should be remembered in the process for all subsequent(后来的) tasks that are in ...
  • 17:52
  • 浏览 (22)
  • 评论 (0)
<?xml version="1.0"?> <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd"> <hibernate-mapping> <typedef class="org.jbpm.db.hibernate.StringMax" name="string_max" /> &l ...
  • 16:16
  • 浏览 (46)
  • 评论 (0)
<script type="text/javascript" src="prototype_mini.js" ></script> <script> var Cat = Class.create(); Cat.prototype = { initialize:function(name){ this.name = name; }, show:function(){ alert('show!!!'); } } var Dog = Class.create(); Dog.prototype = { ...
  • 16:01
  • 浏览 (20)
  • 评论 (0)
直接上代码: 父类: import java.lang.reflect.ParameterizedType; /** * 要得到T.class,必须要有一个子类 * * * @param <T> * @param <String> */ public class GenericTest<T,String> { Class<T> entityClass; /** * 得到泛型参数的类型 * */ public GenericTest() { ParameterizedType type = ( ...
  • 10:49
  • 浏览 (24)
  • 评论 (0)
*.prefs *.class .myhibernatedata .myumldata .settings *.mex GenerateSql.java */classes
  • 19:30
  • 浏览 (19)
  • 评论 (0)
Option Explicit ValidationMode = True InteractiveMode = im_Batch Dim mdl ' the current model ' get the current active model Set mdl = ActiveModel If (mdl Is Nothing) Then MsgBox "There is no current Model" ElseIf Not mdl.IsKindOf(PdPDM.cls_Model) Then MsgBox "The current model is not an Physical Dat ...
  • 20:31
  • 浏览 (16)
  • 评论 (0)
http://fabrizioballiano.net/fbborderlayout/simple.html
  • 10:21
  • 浏览 (19)
  • 评论 (0)
有的线条可以显示,但是有的线条不能显示, 发现是有线条交叉 JasperReport中的,线条不能有交叉 文本和线条不能有交叉,否则有交叉的仅仅能显示一个。 也许所有的元素都不能有交叉?? 但是在Applet中上显示没有问题。
  • 18:42
  • 浏览 (31)
  • 评论 (0)
原来的是 AK_%.U18:AKEY%_%.U10:TABLE% 现在该为 AK_%.U27:TABLE%
  • 16:17
  • 浏览 (18)
  • 评论 (0)