public interface SingularDataBaseSuport
supportsIdentityColumns() should be used to declare if will use or not identity.
If the method supportsIdentityColumns() return false, the Singular will use the sequence DBSINGULAR.SQ_CO_ATOR to increment the table TB_ACTOR| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultActorScript()
Method that return the script file of Actor.
|
String |
getQuartzScript()
Method that return the script file of Quartz.
|
List<String> |
getScripts()
Some scripts files to execute after Singular DataBase be created.
|
List<String> getScripts()
String getDefaultActorScript()
String getQuartzScript()
If the project don't use Quartz database, this script could be empty.
Property:singular.quartz.jobstore.enabled
We do not recommend using Quartz in memory for Cluster applications.
For more information see the Quartz source code: https://github.com/quartz-scheduler/quartz/releases/tag/quartz-2.2.3
Copyright © 2019. All rights reserved.