public class DeleteByIdEntityAction<T>extends Object
implements EntityAction
Represents an entity action for deleting entities by their primary key in the Bibernate framework. This action is
associated with a specific entity class, a primary key value, and a collection of entities to be deleted.
Upon execution, the action deletes entities with the specified primary key from the data store.
The Bibernate session associated with the DeleteByIdEntityAction, providing access to the underlying data access
operations and the execution context for the entity deletion by primary key action.
The Bibernate session associated with the DeleteByIdEntityAction, providing access to the underlying data access
operations and the execution context for the entity deletion by primary key action.