Class SoftDeleteHelper

java.lang.Object
org.hibernate.boot.model.internal.SoftDeleteHelper

public class SoftDeleteHelper extends Object
Helper for dealing with SoftDelete
  • Constructor Details

    • SoftDeleteHelper

      public SoftDeleteHelper()
  • Method Details

    • bindSoftDeleteIndicator

      public static void bindSoftDeleteIndicator(SoftDelete softDeleteConfig, SoftDeletable target, Table table, MetadataBuildingContext context)
      Creates and binds the column and value for modeling the soft-delete in the database
      Parameters:
      softDeleteConfig - The SoftDelete annotation
      target - The thing which is to be soft-deleted
      table - The table to which the soft-delete should be applied
      context - The processing context for access to needed info and services
    • resolveSoftDeleteMapping

      public static SoftDeleteMappingImpl resolveSoftDeleteMapping(SoftDeletableModelPart softDeletableModelPart, SoftDeletable bootMapping, String tableName, MappingModelCreationProcess creationProcess)