@@ -52,6 +52,7 @@ import org.springframework.util.StringUtils;
|
||||
* @author Hebert Coelho
|
||||
* @author Diego Krupitza
|
||||
* @author Mark Paluch
|
||||
* @author Daeho Kwon
|
||||
*/
|
||||
public class JdbcQueryMethod extends QueryMethod {
|
||||
|
||||
|
||||
@@ -55,6 +55,7 @@ import org.springframework.util.ClassUtils;
|
||||
* @author Mark Paluch
|
||||
* @author Stephen Cohen
|
||||
* @author Diego Krupitza
|
||||
* @author Daeho Kwon
|
||||
*/
|
||||
public class R2dbcQueryMethod extends QueryMethod {
|
||||
|
||||
|
||||
@@ -34,6 +34,7 @@ import org.springframework.data.repository.query.parser.Part;
|
||||
* Unit tests for {@link CriteriaFactory}.
|
||||
*
|
||||
* @author Mark Paluch
|
||||
* @author Daeho Kwon
|
||||
*/
|
||||
public class CriteriaFactoryUnitTests {
|
||||
|
||||
|
||||
@@ -35,6 +35,7 @@ import org.springframework.data.repository.query.parser.PartTree;
|
||||
* Unit tests for {@link ParameterMetadataProvider}.
|
||||
*
|
||||
* @author Mark Paluch
|
||||
* @author Daeho Kwon
|
||||
*/
|
||||
public class ParameterMetadataProviderUnitTests {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user