Uses of Annotation Interface
org.miaixz.bus.mapper.annotation.RegisterMapper
Packages that use RegisterMapper
Package
Description
MyBatis Mapper
聚合查询/条件
通过属性等删除
Oracle批量操作
通过 ids 字符串的各种操作
通用Mapper接口,特殊方法,批量插入
根据属性查询
批量更新
差异更新
更新, 强制,实现
更新或新增
通用Mapper接口
通用Mapper接口
通用Mapper接口-删除
通用Mapper接口-新增
通用Mapper接口-查询
通用Mapper接口-更新
Condition条件处理
通用Mapper接口,根据ids-删除/查询
通用Mapper接口,查询
特殊方法处理
SqlServer处理接口
-
Uses of RegisterMapper in org.miaixz.bus.mapper
Classes in org.miaixz.bus.mapper with annotations of type RegisterMapper -
Uses of RegisterMapper in org.miaixz.bus.mapper.additional.aggregation
Classes in org.miaixz.bus.mapper.additional.aggregation with annotations of type RegisterMapper -
Uses of RegisterMapper in org.miaixz.bus.mapper.additional.delete
Classes in org.miaixz.bus.mapper.additional.delete with annotations of type RegisterMapper -
Uses of RegisterMapper in org.miaixz.bus.mapper.additional.dialect.oracle
Classes in org.miaixz.bus.mapper.additional.dialect.oracle with annotations of type RegisterMapperModifier and TypeInterfaceDescriptioninterfaceOracle批量插入 支持@KeySql.genId(),不支持@KeySql.sql()因INSERT ALL语法不支持序列,可手工获取序列并设置至Entity或绑定触发器interfaceOracleMapper<T>Oracle独有方法 -
Uses of RegisterMapper in org.miaixz.bus.mapper.additional.idlist
Classes in org.miaixz.bus.mapper.additional.idlist with annotations of type RegisterMapperModifier and TypeInterfaceDescriptioninterfaceDeleteByIdListMapper<T,PK> 通用Mapper接口,根据idList删除interfaceIdListMapper<T,PK> 通用Mapper接口,根据idList操作interfaceSelectByIdListMapper<T,PK> 通用Mapper接口,根据ids查询 -
Uses of RegisterMapper in org.miaixz.bus.mapper.additional.insert
Classes in org.miaixz.bus.mapper.additional.insert with annotations of type RegisterMapperModifier and TypeInterfaceDescriptioninterface通用Mapper接口,特殊方法,批量插入,支持批量插入的数据库都可以使用,例如mysql,h2等 -
Uses of RegisterMapper in org.miaixz.bus.mapper.additional.select
Classes in org.miaixz.bus.mapper.additional.select with annotations of type RegisterMapper -
Uses of RegisterMapper in org.miaixz.bus.mapper.additional.update.batch
Classes in org.miaixz.bus.mapper.additional.update.batch with annotations of type RegisterMapperModifier and TypeInterfaceDescriptioninterface批量更新interface批量更新 -
Uses of RegisterMapper in org.miaixz.bus.mapper.additional.update.differ
Classes in org.miaixz.bus.mapper.additional.update.differ with annotations of type RegisterMapper -
Uses of RegisterMapper in org.miaixz.bus.mapper.additional.update.force
Classes in org.miaixz.bus.mapper.additional.update.force with annotations of type RegisterMapperModifier and TypeInterfaceDescriptioninterface通用Mapper接口, 非空字段强制更新 -
Uses of RegisterMapper in org.miaixz.bus.mapper.additional.upsert
Classes in org.miaixz.bus.mapper.additional.upsert with annotations of type RegisterMapper -
Uses of RegisterMapper in org.miaixz.bus.mapper.common
Classes in org.miaixz.bus.mapper.common with annotations of type RegisterMapperModifier and TypeInterfaceDescriptioninterfaceBasicMapper<T>通用Mapper接口,其他接口继承该接口即可interface通用Mapper接口,Condition查询interfaceIdsMapper<T>通用Mapper接口,根据ids操作interfaceMySqlMapper<T>通用Mapper接口,MySql独有的通用方法interface通用Mapper接口,带RowBounds参数的查询interface通用Mapper接口,SqlServerMapper独有的通用方法 -
Uses of RegisterMapper in org.miaixz.bus.mapper.common.basic
Classes in org.miaixz.bus.mapper.common.basic with annotations of type RegisterMapperModifier and TypeInterfaceDescriptioninterface通用Mapper接口,基础删除interface通用Mapper接口,基础查询interface通用Mapper接口,基础查询interface通用Mapper接口,基础查询 -
Uses of RegisterMapper in org.miaixz.bus.mapper.common.basic.delete
Classes in org.miaixz.bus.mapper.common.basic.delete with annotations of type RegisterMapperModifier and TypeInterfaceDescriptioninterface通用Mapper接口,删除interfaceDeleteMapper<T>通用Mapper接口,删除 -
Uses of RegisterMapper in org.miaixz.bus.mapper.common.basic.insert
Classes in org.miaixz.bus.mapper.common.basic.insert with annotations of type RegisterMapperModifier and TypeInterfaceDescriptioninterfaceInsertMapper<T>通用Mapper接口,插入interface通用Mapper接口,插入 -
Uses of RegisterMapper in org.miaixz.bus.mapper.common.basic.select
Classes in org.miaixz.bus.mapper.common.basic.select with annotations of type RegisterMapperModifier and TypeInterfaceDescriptioninterface查询interface查询interface通用Mapper接口,其他接口继承该接口即可 需要在Entity类中为主键字段加上@javax.persistence.Id注解,声明主键 否则无法确认实体类哪个属性是主键interface通用Mapper接口,查询interfaceSelectMapper<T>查询interface查询 -
Uses of RegisterMapper in org.miaixz.bus.mapper.common.basic.update
Classes in org.miaixz.bus.mapper.common.basic.update with annotations of type RegisterMapperModifier and TypeInterfaceDescriptioninterface通用Mapper接口,更新interface通用Mapper接口,更新 -
Uses of RegisterMapper in org.miaixz.bus.mapper.common.condition
Classes in org.miaixz.bus.mapper.common.condition with annotations of type RegisterMapperModifier and TypeInterfaceDescriptioninterface通用Mapper接口,Condition查询interface通用Mapper接口,Condition查询interface通用Mapper接口,Condition查询interface通用Mapper接口,Condition查询interface通用Mapper接口,Condition查询interface通用Mapper接口,Condition查询 -
Uses of RegisterMapper in org.miaixz.bus.mapper.common.ids
Classes in org.miaixz.bus.mapper.common.ids with annotations of type RegisterMapperModifier and TypeInterfaceDescriptioninterface通用Mapper接口,根据ids删除interface通用Mapper接口,根据ids查询 -
Uses of RegisterMapper in org.miaixz.bus.mapper.common.rowbounds
Classes in org.miaixz.bus.mapper.common.rowbounds with annotations of type RegisterMapperModifier and TypeInterfaceDescriptioninterface通用Mapper接口,查询interface通用Mapper接口,查询 -
Uses of RegisterMapper in org.miaixz.bus.mapper.common.special
Classes in org.miaixz.bus.mapper.common.special with annotations of type RegisterMapperModifier and TypeInterfaceDescriptioninterface通用Mapper接口,特殊方法,批量插入,支持批量插入的数据库都可以使用,例如mysql,h2等interface通用Mapper接口,特殊方法,批量插入,支持批量插入的数据库都可以使用,例如mysql,h2等 -
Uses of RegisterMapper in org.miaixz.bus.mapper.common.sqlserver
Classes in org.miaixz.bus.mapper.common.sqlserver with annotations of type RegisterMapperModifier and TypeInterfaceDescriptioninterfaceInsertMapper<T>SqlServer,插入interfaceSqlServer,插入