zhaohai666 commented on code in PR #11:
URL:
https://github.com/apache/rocketmq-eventbridge/pull/11#discussion_r875408272
##########
domain/src/main/java/org/apache/rocketmq/eventbridge/domain/model/connection/EventConnectionWithBLOBs.java:
##########
@@ -0,0 +1,115 @@
+package org.apache.rocketmq.eventbridge.domain.model.connection;
+
+import org.apache.commons.lang3.builder.EqualsBuilder;
+import org.apache.commons.lang3.builder.HashCodeBuilder;
+
+import java.io.Serializable;
+
+public class EventConnectionWithBLOBs extends EventConnection implements
Serializable {
+ /**
+ * This field was generated by MyBatis Generator.
+ * This field corresponds to the database column
event_connection.auth_parameters
+ *
+ * @mbggenerated
+ */
+ private String authParameters;
Review Comment:
This class operates the database, so the object is finally converted into
JSON and stored in these fields.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]