Class FacelessJooqCudConfiguration
-
- All Implemented Interfaces:
@Configuration(proxyBeanMethods = false)@ConditionalWingsEnabled()@ConditionalOnClass(value = Settings.class) public class FacelessJooqCudConfiguration- Since:
2019-08-12
trydofor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classFacelessJooqCudConfiguration.CudListenerBeanlisten to table's create/update/delete.
public classFacelessJooqCudConfiguration.JournalDiffWired
-
Constructor Summary
Constructors Constructor Description FacelessJooqCudConfiguration()
-
Method Summary
Modifier and Type Method Description ExecuteListenerProviderjooqJournalDeleteListener()when deleting with commit_id, whether to update first and then delete. -
-
Method Detail
-
jooqJournalDeleteListener
@Bean()@ConditionalWingsEnabled(abs = FacelessJooqConfProp.Key$journalDelete, value = false) ExecuteListenerProvider jooqJournalDeleteListener()
when deleting with commit_id, whether to update first and then delete.
-
-
-
-