Class UserPropertiesSchemaInstaller
java.lang.Object
com.foreach.across.core.installers.AcrossLiquibaseInstaller
com.foreach.across.modules.properties.installers.EntityPropertiesInstaller
com.foreach.across.modules.user.installers.UserPropertiesSchemaInstaller
@Installer(description="Installs the user properties table",
           version=1)
public class UserPropertiesSchemaInstaller
extends com.foreach.across.modules.properties.installers.EntityPropertiesInstaller
- Author:
 - Arne Vandamme
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class com.foreach.across.modules.properties.installers.EntityPropertiesInstaller
installMethods inherited from class com.foreach.across.core.installers.AcrossLiquibaseInstaller
buildParameters, createSpringLiquibase, getChangelog, getDataSource, getDefaultSchema, getSchemaConfiguration, setBeanFactory, setChangeLog, setDataSource, setDefaultSchema, setSchemaConfiguration 
- 
Constructor Details
- 
UserPropertiesSchemaInstaller
public UserPropertiesSchemaInstaller() 
 - 
 - 
Method Details
- 
getTableName
- Specified by:
 getTableNamein classcom.foreach.across.modules.properties.installers.EntityPropertiesInstaller
 - 
getKeyColumnName
- Specified by:
 getKeyColumnNamein classcom.foreach.across.modules.properties.installers.EntityPropertiesInstaller
 
 -