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 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16- package org .springframework .data .jdbc .repository . query ;
16+ package org .springframework .data .jdbc .core . convert ;
1717
1818import java .sql .JDBCType ;
1919import java .sql .SQLType ;
2525import java .util .Objects ;
2626
2727import org .springframework .data .domain .Sort ;
28- import org .springframework .data .jdbc .core .convert .JdbcConverter ;
2928import org .springframework .data .jdbc .core .mapping .JdbcValue ;
3029import org .springframework .data .jdbc .support .JdbcUtil ;
3130import org .springframework .data .mapping .PersistentPropertyAccessor ;
Original file line number Diff line number Diff line change 2222
2323import org .springframework .data .domain .Pageable ;
2424import org .springframework .data .domain .Sort ;
25- import org .springframework .data .jdbc .repository .query .QueryMapper ;
2625import org .springframework .data .jdbc .repository .support .SimpleJdbcRepository ;
2726import org .springframework .data .mapping .PersistentPropertyPath ;
2827import org .springframework .data .mapping .context .MappingContext ;
Original file line number Diff line number Diff line change 2323import org .springframework .data .domain .Pageable ;
2424import org .springframework .data .domain .Sort ;
2525import org .springframework .data .jdbc .core .convert .JdbcConverter ;
26+ import org .springframework .data .jdbc .core .convert .QueryMapper ;
2627import org .springframework .data .mapping .PersistentPropertyPath ;
2728import org .springframework .data .mapping .context .MappingContext ;
2829import org .springframework .data .relational .core .dialect .Dialect ;
Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16- package org .springframework .data .jdbc .repository . query ;
16+ package org .springframework .data .jdbc .core . convert ;
1717
1818import static org .assertj .core .api .Assertions .*;
1919import static org .mockito .Mockito .*;
2626import org .springframework .data .domain .Sort ;
2727import org .springframework .data .jdbc .core .convert .BasicJdbcConverter ;
2828import org .springframework .data .jdbc .core .convert .JdbcConverter ;
29+ import org .springframework .data .jdbc .core .convert .QueryMapper ;
2930import org .springframework .data .jdbc .core .convert .RelationResolver ;
3031import org .springframework .data .jdbc .core .mapping .JdbcMappingContext ;
3132import org .springframework .data .relational .core .dialect .PostgresDialect ;
You can’t perform that action at this time.
0 commit comments