Class GroupPropertiesSchemaInstaller

java.lang.Object
com.foreach.across.core.installers.AcrossLiquibaseInstaller
com.foreach.across.modules.properties.installers.EntityPropertiesInstaller
com.foreach.across.modules.user.installers.GroupPropertiesSchemaInstaller

@Installer(description="Installs the group properties table", version=1) public class GroupPropertiesSchemaInstaller extends com.foreach.across.modules.properties.installers.EntityPropertiesInstaller
Author:
Arne Vandamme
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
     
    protected String
     

    Methods inherited from class com.foreach.across.modules.properties.installers.EntityPropertiesInstaller

    install

    Methods inherited from class com.foreach.across.core.installers.AcrossLiquibaseInstaller

    buildParameters, createSpringLiquibase, getChangelog, getDataSource, getDefaultSchema, getSchemaConfiguration, setBeanFactory, setChangeLog, setDataSource, setDefaultSchema, setSchemaConfiguration

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GroupPropertiesSchemaInstaller

      public GroupPropertiesSchemaInstaller()
  • Method Details

    • getTableName

      protected String getTableName()
      Specified by:
      getTableName in class com.foreach.across.modules.properties.installers.EntityPropertiesInstaller
    • getKeyColumnName

      protected String getKeyColumnName()
      Specified by:
      getKeyColumnName in class com.foreach.across.modules.properties.installers.EntityPropertiesInstaller