|
|
|
|
@ -13,7 +13,7 @@
@@ -13,7 +13,7 @@
|
|
|
|
|
* See the License for the specific language governing permissions and |
|
|
|
|
* limitations under the License. |
|
|
|
|
*/ |
|
|
|
|
package org.springframework.data.jdbc.repository.query; |
|
|
|
|
package org.springframework.data.jdbc.core.convert; |
|
|
|
|
|
|
|
|
|
import static org.assertj.core.api.Assertions.*; |
|
|
|
|
import static org.mockito.Mockito.*; |
|
|
|
|
@ -26,6 +26,7 @@ import org.junit.jupiter.api.Test;
@@ -26,6 +26,7 @@ import org.junit.jupiter.api.Test;
|
|
|
|
|
import org.springframework.data.domain.Sort; |
|
|
|
|
import org.springframework.data.jdbc.core.convert.BasicJdbcConverter; |
|
|
|
|
import org.springframework.data.jdbc.core.convert.JdbcConverter; |
|
|
|
|
import org.springframework.data.jdbc.core.convert.QueryMapper; |
|
|
|
|
import org.springframework.data.jdbc.core.convert.RelationResolver; |
|
|
|
|
import org.springframework.data.jdbc.core.mapping.JdbcMappingContext; |
|
|
|
|
import org.springframework.data.relational.core.dialect.PostgresDialect; |