JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.miaixz.bus.mapper.additional.upsert
Interface UpsertMapper<T>
Type Parameters:
T
- 泛型
public interface
UpsertMapper<T>
更新或新增
Since:
Java 17+
Author:
Kimi Liu
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
upsert
(
T
record)
Method Details
upsert
@UpdateProvider(type=
UpsertProvider
.class, method="dynamicSQL")
void
upsert
(
T
record)