com.atlassian.bamboo.hibernate
Class BambooSchemaHelper

java.lang.Object
  extended by bucket.core.persistence.hibernate.schema.SchemaHelper
      extended by com.atlassian.bamboo.hibernate.BambooSchemaHelper

public class BambooSchemaHelper
extends bucket.core.persistence.hibernate.schema.SchemaHelper


Field Summary
 
Fields inherited from class bucket.core.persistence.hibernate.schema.SchemaHelper
COMPONENT_REFERENCE
 
Constructor Summary
BambooSchemaHelper()
           
 
Method Summary
 void createTables(boolean showDDL)
           
 void dropTables(boolean showDDL)
           
 void updateSchemaIfNeeded(boolean showDDL)
           
 
Methods inherited from class bucket.core.persistence.hibernate.schema.SchemaHelper
addMappingResources, createTables, dropTables, getConfiguration, getMappingResources, recreateDatabase, setConfiguration, setHibernateConfig, setHibernateProperties, setMappingResources, updateSchemaIfNeeded
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BambooSchemaHelper

public BambooSchemaHelper()
Method Detail

updateSchemaIfNeeded

public void updateSchemaIfNeeded(boolean showDDL)
                          throws com.atlassian.config.ConfigurationException
Overrides:
updateSchemaIfNeeded in class bucket.core.persistence.hibernate.schema.SchemaHelper
Throws:
com.atlassian.config.ConfigurationException

dropTables

public void dropTables(boolean showDDL)
                throws com.atlassian.config.ConfigurationException
Throws:
com.atlassian.config.ConfigurationException

createTables

public void createTables(boolean showDDL)
                  throws com.atlassian.config.ConfigurationException
Throws:
com.atlassian.config.ConfigurationException


Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.