org.sakaiproject.tool.gradebook.facades.sakai2impl
Class GradebookConfigurationSakai
java.lang.Object
org.sakaiproject.service.gradebook.shared.GradebookConfiguration
org.sakaiproject.tool.gradebook.facades.sakai2impl.GradebookConfigurationSakai
public class GradebookConfigurationSakai
- extends GradebookConfiguration
Sakai-specific add-on to the vanilla configuration bean.
The main addition is to handle automatic database upgrades which lie outside
the scope of Hibernate's normal SchemaUpdate. In versions of Hibernate through
at least 3.1.3, this includes any index definitions. (See Hibernate JIRA
issue HHH-1012.)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GradebookConfigurationSakai
public GradebookConfigurationSakai()
init
public void init()
- Overrides:
init in class GradebookConfiguration
setSqlService
public void setSqlService(org.sakaiproject.db.api.SqlService sqlService)
setAutoDdl
public void setAutoDdl(boolean autoDdl)
Copyright © 2003-2013 Sakai Project. All Rights Reserved.