3232
3333@ Mapper
3434public interface AdditionalAttributeRecordMapper {
35- @ Generated (value ="org.mybatis.generator.api.MyBatisGenerator" , date ="2025-03-04T15:13:08.443+01 :00" , comments ="Source Table: additional_attribute" )
35+ @ Generated (value ="org.mybatis.generator.api.MyBatisGenerator" , date ="2025-08-26T16:02:14.759+02 :00" , comments ="Source Table: additional_attribute" )
3636 @ SelectProvider (type =SqlProviderAdapter .class , method ="select" )
3737 long count (SelectStatementProvider selectStatement );
3838
39- @ Generated (value ="org.mybatis.generator.api.MyBatisGenerator" , date ="2025-03-04T15:13:08.443+01 :00" , comments ="Source Table: additional_attribute" )
39+ @ Generated (value ="org.mybatis.generator.api.MyBatisGenerator" , date ="2025-08-26T16:02:14.759+02 :00" , comments ="Source Table: additional_attribute" )
4040 @ DeleteProvider (type =SqlProviderAdapter .class , method ="delete" )
4141 int delete (DeleteStatementProvider deleteStatement );
4242
43- @ Generated (value ="org.mybatis.generator.api.MyBatisGenerator" , date ="2025-03-04T15:13:08.443+01 :00" , comments ="Source Table: additional_attribute" )
43+ @ Generated (value ="org.mybatis.generator.api.MyBatisGenerator" , date ="2025-08-26T16:02:14.759+02 :00" , comments ="Source Table: additional_attribute" )
4444 @ InsertProvider (type =SqlProviderAdapter .class , method ="insert" )
4545 @ Options (useGeneratedKeys =true ,keyProperty ="record.id" )
4646 int insert (InsertStatementProvider <AdditionalAttributeRecord > insertStatement );
4747
48- @ Generated (value ="org.mybatis.generator.api.MyBatisGenerator" , date ="2025-03-04T15:13:08.443+01 :00" , comments ="Source Table: additional_attribute" )
48+ @ Generated (value ="org.mybatis.generator.api.MyBatisGenerator" , date ="2025-08-26T16:02:14.759+02 :00" , comments ="Source Table: additional_attribute" )
4949 @ SelectProvider (type =SqlProviderAdapter .class , method ="select" )
5050 @ ConstructorArgs ({
5151 @ Arg (column ="id" , javaType =Long .class , jdbcType =JdbcType .BIGINT , id =true ),
@@ -56,7 +56,7 @@ public interface AdditionalAttributeRecordMapper {
5656 })
5757 AdditionalAttributeRecord selectOne (SelectStatementProvider selectStatement );
5858
59- @ Generated (value ="org.mybatis.generator.api.MyBatisGenerator" , date ="2025-03-04T15:13:08.443+01 :00" , comments ="Source Table: additional_attribute" )
59+ @ Generated (value ="org.mybatis.generator.api.MyBatisGenerator" , date ="2025-08-26T16:02:14.759+02 :00" , comments ="Source Table: additional_attribute" )
6060 @ SelectProvider (type =SqlProviderAdapter .class , method ="select" )
6161 @ ConstructorArgs ({
6262 @ Arg (column ="id" , javaType =Long .class , jdbcType =JdbcType .BIGINT , id =true ),
@@ -67,30 +67,30 @@ public interface AdditionalAttributeRecordMapper {
6767 })
6868 List <AdditionalAttributeRecord > selectMany (SelectStatementProvider selectStatement );
6969
70- @ Generated (value ="org.mybatis.generator.api.MyBatisGenerator" , date ="2025-03-04T15:13:08.443+01 :00" , comments ="Source Table: additional_attribute" )
70+ @ Generated (value ="org.mybatis.generator.api.MyBatisGenerator" , date ="2025-08-26T16:02:14.759+02 :00" , comments ="Source Table: additional_attribute" )
7171 @ UpdateProvider (type =SqlProviderAdapter .class , method ="update" )
7272 int update (UpdateStatementProvider updateStatement );
7373
74- @ Generated (value ="org.mybatis.generator.api.MyBatisGenerator" , date ="2025-03-04T15:13:08.443+01 :00" , comments ="Source Table: additional_attribute" )
74+ @ Generated (value ="org.mybatis.generator.api.MyBatisGenerator" , date ="2025-08-26T16:02:14.759+02 :00" , comments ="Source Table: additional_attribute" )
7575 default QueryExpressionDSL <MyBatis3SelectModelAdapter <Long >> countByExample () {
7676 return SelectDSL .selectWithMapper (this ::count , SqlBuilder .count ())
7777 .from (additionalAttributeRecord );
7878 }
7979
80- @ Generated (value ="org.mybatis.generator.api.MyBatisGenerator" , date ="2025-03-04T15:13:08.443+01 :00" , comments ="Source Table: additional_attribute" )
80+ @ Generated (value ="org.mybatis.generator.api.MyBatisGenerator" , date ="2025-08-26T16:02:14.759+02 :00" , comments ="Source Table: additional_attribute" )
8181 default DeleteDSL <MyBatis3DeleteModelAdapter <Integer >> deleteByExample () {
8282 return DeleteDSL .deleteFromWithMapper (this ::delete , additionalAttributeRecord );
8383 }
8484
85- @ Generated (value ="org.mybatis.generator.api.MyBatisGenerator" , date ="2025-03-04T15:13:08.443+01 :00" , comments ="Source Table: additional_attribute" )
85+ @ Generated (value ="org.mybatis.generator.api.MyBatisGenerator" , date ="2025-08-26T16:02:14.759+02 :00" , comments ="Source Table: additional_attribute" )
8686 default int deleteByPrimaryKey (Long id_ ) {
8787 return DeleteDSL .deleteFromWithMapper (this ::delete , additionalAttributeRecord )
8888 .where (id , isEqualTo (id_ ))
8989 .build ()
9090 .execute ();
9191 }
9292
93- @ Generated (value ="org.mybatis.generator.api.MyBatisGenerator" , date ="2025-03-04T15:13:08.443+01 :00" , comments ="Source Table: additional_attribute" )
93+ @ Generated (value ="org.mybatis.generator.api.MyBatisGenerator" , date ="2025-08-26T16:02:14.759+02 :00" , comments ="Source Table: additional_attribute" )
9494 default int insert (AdditionalAttributeRecord record ) {
9595 return insert (SqlBuilder .insert (record )
9696 .into (additionalAttributeRecord )
@@ -102,7 +102,7 @@ default int insert(AdditionalAttributeRecord record) {
102102 .render (RenderingStrategy .MYBATIS3 ));
103103 }
104104
105- @ Generated (value ="org.mybatis.generator.api.MyBatisGenerator" , date ="2025-03-04T15:13:08.443+01 :00" , comments ="Source Table: additional_attribute" )
105+ @ Generated (value ="org.mybatis.generator.api.MyBatisGenerator" , date ="2025-08-26T16:02:14.759+02 :00" , comments ="Source Table: additional_attribute" )
106106 default int insertSelective (AdditionalAttributeRecord record ) {
107107 return insert (SqlBuilder .insert (record )
108108 .into (additionalAttributeRecord )
@@ -114,19 +114,19 @@ default int insertSelective(AdditionalAttributeRecord record) {
114114 .render (RenderingStrategy .MYBATIS3 ));
115115 }
116116
117- @ Generated (value ="org.mybatis.generator.api.MyBatisGenerator" , date ="2025-03-04T15:13:08.443+01 :00" , comments ="Source Table: additional_attribute" )
117+ @ Generated (value ="org.mybatis.generator.api.MyBatisGenerator" , date ="2025-08-26T16:02:14.759+02 :00" , comments ="Source Table: additional_attribute" )
118118 default QueryExpressionDSL <MyBatis3SelectModelAdapter <List <AdditionalAttributeRecord >>> selectByExample () {
119119 return SelectDSL .selectWithMapper (this ::selectMany , id , entityType , entityId , name , value )
120120 .from (additionalAttributeRecord );
121121 }
122122
123- @ Generated (value ="org.mybatis.generator.api.MyBatisGenerator" , date ="2025-03-04T15:13:08.443+01 :00" , comments ="Source Table: additional_attribute" )
123+ @ Generated (value ="org.mybatis.generator.api.MyBatisGenerator" , date ="2025-08-26T16:02:14.759+02 :00" , comments ="Source Table: additional_attribute" )
124124 default QueryExpressionDSL <MyBatis3SelectModelAdapter <List <AdditionalAttributeRecord >>> selectDistinctByExample () {
125125 return SelectDSL .selectDistinctWithMapper (this ::selectMany , id , entityType , entityId , name , value )
126126 .from (additionalAttributeRecord );
127127 }
128128
129- @ Generated (value ="org.mybatis.generator.api.MyBatisGenerator" , date ="2025-03-04T15:13:08.443+01 :00" , comments ="Source Table: additional_attribute" )
129+ @ Generated (value ="org.mybatis.generator.api.MyBatisGenerator" , date ="2025-08-26T16:02:14.759+02 :00" , comments ="Source Table: additional_attribute" )
130130 default AdditionalAttributeRecord selectByPrimaryKey (Long id_ ) {
131131 return SelectDSL .selectWithMapper (this ::selectOne , id , entityType , entityId , name , value )
132132 .from (additionalAttributeRecord )
@@ -135,7 +135,7 @@ default AdditionalAttributeRecord selectByPrimaryKey(Long id_) {
135135 .execute ();
136136 }
137137
138- @ Generated (value ="org.mybatis.generator.api.MyBatisGenerator" , date ="2025-03-04T15:13:08.443+01 :00" , comments ="Source Table: additional_attribute" )
138+ @ Generated (value ="org.mybatis.generator.api.MyBatisGenerator" , date ="2025-08-26T16:02:14.759+02 :00" , comments ="Source Table: additional_attribute" )
139139 default UpdateDSL <MyBatis3UpdateModelAdapter <Integer >> updateByExample (AdditionalAttributeRecord record ) {
140140 return UpdateDSL .updateWithMapper (this ::update , additionalAttributeRecord )
141141 .set (entityType ).equalTo (record ::getEntityType )
@@ -144,7 +144,7 @@ default UpdateDSL<MyBatis3UpdateModelAdapter<Integer>> updateByExample(Additiona
144144 .set (value ).equalTo (record ::getValue );
145145 }
146146
147- @ Generated (value ="org.mybatis.generator.api.MyBatisGenerator" , date ="2025-03-04T15:13:08.443+01 :00" , comments ="Source Table: additional_attribute" )
147+ @ Generated (value ="org.mybatis.generator.api.MyBatisGenerator" , date ="2025-08-26T16:02:14.759+02 :00" , comments ="Source Table: additional_attribute" )
148148 default UpdateDSL <MyBatis3UpdateModelAdapter <Integer >> updateByExampleSelective (AdditionalAttributeRecord record ) {
149149 return UpdateDSL .updateWithMapper (this ::update , additionalAttributeRecord )
150150 .set (entityType ).equalToWhenPresent (record ::getEntityType )
@@ -153,7 +153,7 @@ default UpdateDSL<MyBatis3UpdateModelAdapter<Integer>> updateByExampleSelective(
153153 .set (value ).equalToWhenPresent (record ::getValue );
154154 }
155155
156- @ Generated (value ="org.mybatis.generator.api.MyBatisGenerator" , date ="2025-03-04T15:13:08.443+01 :00" , comments ="Source Table: additional_attribute" )
156+ @ Generated (value ="org.mybatis.generator.api.MyBatisGenerator" , date ="2025-08-26T16:02:14.759+02 :00" , comments ="Source Table: additional_attribute" )
157157 default int updateByPrimaryKey (AdditionalAttributeRecord record ) {
158158 return UpdateDSL .updateWithMapper (this ::update , additionalAttributeRecord )
159159 .set (entityType ).equalTo (record ::getEntityType )
@@ -165,7 +165,7 @@ default int updateByPrimaryKey(AdditionalAttributeRecord record) {
165165 .execute ();
166166 }
167167
168- @ Generated (value ="org.mybatis.generator.api.MyBatisGenerator" , date ="2025-03-04T15:13:08.443+01 :00" , comments ="Source Table: additional_attribute" )
168+ @ Generated (value ="org.mybatis.generator.api.MyBatisGenerator" , date ="2025-08-26T16:02:14.759+02 :00" , comments ="Source Table: additional_attribute" )
169169 default int updateByPrimaryKeySelective (AdditionalAttributeRecord record ) {
170170 return UpdateDSL .updateWithMapper (this ::update , additionalAttributeRecord )
171171 .set (entityType ).equalToWhenPresent (record ::getEntityType )
0 commit comments