File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
main/java/org/springframework/data/jdbc
test/java/org/springframework/data/jdbc/core/convert Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package org .springframework .data .jdbc .repository . query ;
16
+ package org .springframework .data .jdbc .core . convert ;
17
17
18
18
import java .sql .JDBCType ;
19
19
import java .sql .SQLType ;
25
25
import java .util .Objects ;
26
26
27
27
import org .springframework .data .domain .Sort ;
28
- import org .springframework .data .jdbc .core .convert .JdbcConverter ;
29
28
import org .springframework .data .jdbc .core .mapping .JdbcValue ;
30
29
import org .springframework .data .jdbc .support .JdbcUtil ;
31
30
import org .springframework .data .mapping .PersistentPropertyAccessor ;
Original file line number Diff line number Diff line change 22
22
23
23
import org .springframework .data .domain .Pageable ;
24
24
import org .springframework .data .domain .Sort ;
25
- import org .springframework .data .jdbc .repository .query .QueryMapper ;
26
25
import org .springframework .data .jdbc .repository .support .SimpleJdbcRepository ;
27
26
import org .springframework .data .mapping .PersistentPropertyPath ;
28
27
import org .springframework .data .mapping .context .MappingContext ;
Original file line number Diff line number Diff line change 23
23
import org .springframework .data .domain .Pageable ;
24
24
import org .springframework .data .domain .Sort ;
25
25
import org .springframework .data .jdbc .core .convert .JdbcConverter ;
26
+ import org .springframework .data .jdbc .core .convert .QueryMapper ;
26
27
import org .springframework .data .mapping .PersistentPropertyPath ;
27
28
import org .springframework .data .mapping .context .MappingContext ;
28
29
import org .springframework .data .relational .core .dialect .Dialect ;
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package org .springframework .data .jdbc .repository . query ;
16
+ package org .springframework .data .jdbc .core . convert ;
17
17
18
18
import static org .assertj .core .api .Assertions .*;
19
19
import static org .mockito .Mockito .*;
26
26
import org .springframework .data .domain .Sort ;
27
27
import org .springframework .data .jdbc .core .convert .BasicJdbcConverter ;
28
28
import org .springframework .data .jdbc .core .convert .JdbcConverter ;
29
+ import org .springframework .data .jdbc .core .convert .QueryMapper ;
29
30
import org .springframework .data .jdbc .core .convert .RelationResolver ;
30
31
import org .springframework .data .jdbc .core .mapping .JdbcMappingContext ;
31
32
import org .springframework .data .relational .core .dialect .PostgresDialect ;
You can’t perform that action at this time.
0 commit comments