Class AbstractBuilderOf<T extends BaseEntity>

java.lang.Object
io.r2mo.typed.domain.extension.AbstractBuilder<T>
io.r2mo.dbe.mybatisplus.core.builder.AbstractBuilderOf<T>
All Implemented Interfaces:
io.r2mo.typed.domain.builder.BuilderOf<T>

public abstract class AbstractBuilderOf<T extends BaseEntity> extends io.r2mo.typed.domain.extension.AbstractBuilder<T>
Author:
lang : 2025-09-12
  • Field Summary

    Fields inherited from class io.r2mo.typed.domain.extension.AbstractBuilder

    UT

    Fields inherited from interface io.r2mo.typed.domain.builder.BuilderOf

    CC_SKELETON
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    protected <R extends BaseEntity>
    void
    updateShared(T target, R source)
     

    Methods inherited from class io.r2mo.typed.domain.extension.AbstractBuilder

    updateOverwrite

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.r2mo.typed.domain.builder.BuilderOf

    create, updateConditional, updateRef
  • Constructor Details

    • AbstractBuilderOf

      protected AbstractBuilderOf()
  • Method Details

    • create

      public T create()
      Specified by:
      create in interface io.r2mo.typed.domain.builder.BuilderOf<T extends BaseEntity>
      Overrides:
      create in class io.r2mo.typed.domain.extension.AbstractBuilder<T extends BaseEntity>
    • updateShared

      protected <R extends BaseEntity> void updateShared(T target, R source)