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

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