Class OperationOrder

java.lang.Object
io.github.blyznytsiaorg.bibernate.ddl.OperationOrder

public class OperationOrder extends Object
The OperationOrder utility class defines constants representing the order of database operations for Data Definition Language (DDL) queries.

By following the defined order, dependencies between DDL operations are managed to ensure proper execution of database schema creation and migrations.

Since:
1.0
Author:
Blyzhnytsia Team
See Also: