mybatis tag

7 questions


1 answers
141 views
0
Is it possible to insert a large amount using an annotation?

Hello, I'm a spring beginner!I am using mybatis for STS.Is there any way to put the collection right away using an annotation?What I want to do is to transfer the following query from the mapper using...

2 years ago

1 answers
140 views
0
Spring console error

Hello, everyoneI am working on inserting data into mysql using mybatis as a spring.I'm asking because I don't understand what error means in the console window when I run it.I searched on the Internet...

2 years ago

1 answers
90 views
0
I want to know how to use inner class in MyBatis

<select id=testSql parameterType=ParameterInfo resultType=ResultDataInfo> SELECT col1, col2, col3 FROM TEST_TABLE WHERE REG_DATE >= date_add(now(), INTERVAL -1 DAY) AND co1 = #{col1} LIMI...

2 years ago

1 answers
69 views
0
spring 500 ERROR .!

HTTP Status 500 - Request processing failed; nested exception is java.lang.ClassCastException: org.apache.catalina.connector.RequestFacade cannot be cast to org.springframework.web.multipart.Multipart...


1 answers
68 views
0
Spring Mybatis based track action question.

I would like to ask you a question about setting transaction boundaries in a spring mybatis-based environment. @Override @Transactional(readOnly = false, isolation = Isolation.REPEATABLE_READ, propaga...

2 years ago

1 answers
101 views
0
Send data from html to mySql Question

What I want to make is a homepage that stores and prints the name and image in DB when I put it in the homepage.DB StatusKiller dto (You can think of it as a user)killer mapperInput formController I d...

2 years ago

1 answers
116 views
0
I have a question regarding the JSP mapper condition.

I'm developing a shopping mall web. I'd like to add a page-nation function to the page that displays the latest products.Then condition in the mapper is I think we need to add 2 more. <select id=na...

2 years ago

© 2024 OneMinuteCode. All rights reserved.