Package io.github.blyznytsiaorg.bibernate.actionqueue


package io.github.blyznytsiaorg.bibernate.actionqueue
  • Class
    Description
    Represents an action queue for executing entity-related actions.
    Enumerates different types of entity actions that can be performed, including INSERT, UPDATE, and DELETE.
    Represents an action to be performed on entities, defining methods for execution, obtaining the entity class, retrieving entities involved in the action, and determining the action type.