All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.Model.PersistenceXml.vsl Maven / Gradle / Ivy


   
      org.hibernate.ejb.HibernatePersistence
      jdbc/FSCDS
#set($requiresJbpm=false)      
#set($classElements=$workspace.classElementsInDependencyOrder)      
#foreach($c in $classElements)
#if($c.isProcess() || $c.operation.isUserResponsibility())
#set($requiresJbpm=true)      
#end      
#end 
#if($requiresJbpm)
      
      
      
      
      
      org/jbpm/graph/action/Script.hbm.xml
      
      
      
      org/jbpm/context/exe/variableinstance/JcrNodeInstance.hbm.xml
      
      
      org/jbpm/db/hibernate.queries.hbm.xml
      
      
      org/jbpm/graph/def/ProcessDefinition.hbm.xml
      org/jbpm/graph/def/Node.hbm.xml
      org/jbpm/graph/def/Transition.hbm.xml
      org/jbpm/graph/def/Event.hbm.xml
      org/jbpm/graph/def/Action.hbm.xml
      org/jbpm/graph/def/SuperState.hbm.xml
      org/jbpm/graph/def/ExceptionHandler.hbm.xml
      org/jbpm/instantiation/Delegation.hbm.xml

      
      org/jbpm/graph/node/StartState.hbm.xml
      org/jbpm/graph/node/EndState.hbm.xml
      org/jbpm/graph/node/ProcessState.hbm.xml
      org/jbpm/graph/node/Decision.hbm.xml
      org/jbpm/graph/node/Fork.hbm.xml
      org/jbpm/graph/node/Join.hbm.xml
      org/jbpm/graph/node/State.hbm.xml
      org/jbpm/graph/node/TaskNode.hbm.xml

      
      org/jbpm/context/def/ContextDefinition.hbm.xml
      org/jbpm/context/def/VariableAccess.hbm.xml

      
      org/jbpm/taskmgmt/def/TaskMgmtDefinition.hbm.xml
      org/jbpm/taskmgmt/def/Swimlane.hbm.xml
      org/jbpm/taskmgmt/def/Task.hbm.xml
      org/jbpm/taskmgmt/def/TaskController.hbm.xml

      
      org/jbpm/module/def/ModuleDefinition.hbm.xml

      
      org/jbpm/bytes/ByteArray.hbm.xml

      
      org/jbpm/file/def/FileDefinition.hbm.xml

      
      org/jbpm/scheduler/def/CreateTimerAction.hbm.xml
      org/jbpm/scheduler/def/CancelTimerAction.hbm.xml

      
      org/jbpm/graph/exe/Comment.hbm.xml
      org/jbpm/graph/exe/ProcessInstance.hbm.xml
      org/jbpm/graph/exe/Token.hbm.xml
      org/jbpm/graph/exe/RuntimeAction.hbm.xml

      
      org/jbpm/module/exe/ModuleInstance.hbm.xml
        
      
      org/jbpm/context/exe/ContextInstance.hbm.xml
      org/jbpm/context/exe/TokenVariableMap.hbm.xml
      org/jbpm/context/exe/VariableInstance.hbm.xml
      org/jbpm/context/exe/variableinstance/ByteArrayInstance.hbm.xml
      org/jbpm/context/exe/variableinstance/DateInstance.hbm.xml
      org/jbpm/context/exe/variableinstance/DoubleInstance.hbm.xml
      org/jbpm/context/exe/variableinstance/HibernateLongInstance.hbm.xml
      org/jbpm/context/exe/variableinstance/HibernateStringInstance.hbm.xml
      org/jbpm/context/exe/variableinstance/LongInstance.hbm.xml
      org/jbpm/context/exe/variableinstance/NullInstance.hbm.xml
      org/jbpm/context/exe/variableinstance/StringInstance.hbm.xml

      
      org/jbpm/job/Job.hbm.xml
      org/jbpm/job/Timer.hbm.xml
      org/jbpm/job/ExecuteNodeJob.hbm.xml
      org/jbpm/job/ExecuteActionJob.hbm.xml

      
      org/jbpm/taskmgmt/exe/TaskMgmtInstance.hbm.xml
      org/jbpm/taskmgmt/exe/TaskInstance.hbm.xml
      org/jbpm/taskmgmt/exe/PooledActor.hbm.xml
      org/jbpm/taskmgmt/exe/SwimlaneInstance.hbm.xml

      
      org/jbpm/logging/log/ProcessLog.hbm.xml
      org/jbpm/logging/log/MessageLog.hbm.xml
      org/jbpm/logging/log/CompositeLog.hbm.xml
      org/jbpm/graph/log/ActionLog.hbm.xml
      org/jbpm/graph/log/NodeLog.hbm.xml
      org/jbpm/graph/log/ProcessInstanceCreateLog.hbm.xml
      org/jbpm/graph/log/ProcessInstanceEndLog.hbm.xml
      org/jbpm/graph/log/ProcessStateLog.hbm.xml
      org/jbpm/graph/log/SignalLog.hbm.xml
      org/jbpm/graph/log/TokenCreateLog.hbm.xml
      org/jbpm/graph/log/TokenEndLog.hbm.xml
      org/jbpm/graph/log/TransitionLog.hbm.xml
      org/jbpm/context/log/VariableLog.hbm.xml
      org/jbpm/context/log/VariableCreateLog.hbm.xml
      org/jbpm/context/log/VariableDeleteLog.hbm.xml
      org/jbpm/context/log/VariableUpdateLog.hbm.xml
      org/jbpm/context/log/variableinstance/ByteArrayUpdateLog.hbm.xml
      org/jbpm/context/log/variableinstance/DateUpdateLog.hbm.xml
      org/jbpm/context/log/variableinstance/DoubleUpdateLog.hbm.xml
      org/jbpm/context/log/variableinstance/HibernateLongUpdateLog.hbm.xml
      org/jbpm/context/log/variableinstance/HibernateStringUpdateLog.hbm.xml
      org/jbpm/context/log/variableinstance/LongUpdateLog.hbm.xml
      org/jbpm/context/log/variableinstance/StringUpdateLog.hbm.xml
      org/jbpm/taskmgmt/log/TaskLog.hbm.xml
      org/jbpm/taskmgmt/log/TaskCreateLog.hbm.xml
      org/jbpm/taskmgmt/log/TaskAssignLog.hbm.xml
      org/jbpm/taskmgmt/log/TaskEndLog.hbm.xml
      org/jbpm/taskmgmt/log/SwimlaneLog.hbm.xml
      org/jbpm/taskmgmt/log/SwimlaneCreateLog.hbm.xml
      org/jbpm/taskmgmt/log/SwimlaneAssignLog.hbm.xml   
#end
#foreach($c in $classElements)
#if($c.isPersistent())
      ${c.mappingInfo.qualifiedJavaName}      
#end 
#end
      ${workspace.sourcePackage.mappingInfo.qualifiedJavaName}      
      
         
         
      
   




© 2015 - 2025 Weber Informatics LLC | Privacy Policy