![JAR search and dependency download from the Maven repository](/logo.png)
templates.Model.Jbpm4HibernateConfig.vsl Maven / Gradle / Ivy
#set($shouldGenerate=true)
${config.jdbcDialect}
${config.jdbcDriverClassName}
${config.DBConnectionUrl}
${config.DBUsername}
${config.DBPassword}
true
true
create
#foreach($model in $workspace.generatingModelsOrProfiles)
#end
#set($requiresJbpm=false)
#set($classElements=$workspace.classElementsInDependencyOrder)
#foreach($c in $classElements)
#if($c.isProcess())
#set($requiresJbpm=true)
#end
#end
#foreach($c in $persistentResources)
#end
#foreach($c in $persistentClasses)
#end
#if($requiresJbpm)
#end
#if($requiresAuditing)
#end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy