You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* renamed package `naming_conventions` to `naming` and reorganized the files within
* renamed package `statushandling` to `status` and reorganized the files within
* renamed `DBSeqFunction` to `DBMultipleResultFunction`
* renamed `DBUniqueFunction` to `DBSingleResultFunction`
* renamed `DBOptionFunction` to `DBOptionalResultFunction`
* renamed the execution methods within `DBFunction` to match the above successor names
---------
Co-authored-by: miroslavpojer <[email protected]>
* @paramdBEngine - [[DBEngine]] to execute the functions with. Not directly needed for the DBSchema class, rather
27
27
* to be passed on to [[DBFunction]] members of the schema
28
-
* @paramnamingConvention - the [[za.co.absa.fadb.naming_conventions.NamingConvention NamingConvention]] prescribing how to convert a class name into a db object name
28
+
* @paramnamingConvention - the [[za.co.absa.fadb.naming.NamingConvention NamingConvention]] prescribing how to convert a class name into a db object name
0 commit comments