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
UTFields inherited from interface io.r2mo.typed.domain.builder.BuilderOf
CC_SKELETON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()protected <R extends BaseEntity>
voidupdateShared(T target, R source) Methods inherited from class io.r2mo.typed.domain.extension.AbstractBuilder
updateOverwriteMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.r2mo.typed.domain.builder.BuilderOf
create, updateConditional, updateRef
-
Constructor Details
-
AbstractBuilderOf
protected AbstractBuilderOf()
-
-
Method Details
-
create
- Specified by:
createin interfaceio.r2mo.typed.domain.builder.BuilderOf<T extends BaseEntity>- Overrides:
createin classio.r2mo.typed.domain.extension.AbstractBuilder<T extends BaseEntity>
-