org.zeroexchange.dao
Class HibernateSQLScriptsExecutor

java.lang.Object
  extended by org.zeroexchange.dao.HibernateSQLScriptsExecutor
All Implemented Interfaces:
SQLScriptsExecutor

public class HibernateSQLScriptsExecutor
extends Object
implements SQLScriptsExecutor

SQL scripts executor.

Author:
black

Constructor Summary
HibernateSQLScriptsExecutor()
           
 
Method Summary
 void executeScripts(File... scripts)
          Executes specified scripts.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateSQLScriptsExecutor

public HibernateSQLScriptsExecutor()
Method Detail

executeScripts

@Transactional
public void executeScripts(File... scripts)
Executes specified scripts.

Specified by:
executeScripts in interface SQLScriptsExecutor


Copyright © 2013. All Rights Reserved.