File tree 11 files changed +10
-7
lines changed
main/java/org/springframework/data/jdbc
test/java/org/springframework/data/jdbc
11 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 32
32
import org .springframework .core .convert .converter .Converter ;
33
33
import org .springframework .data .convert .CustomConversions ;
34
34
import org .springframework .data .jdbc .core .mapping .AggregateReference ;
35
+ import org .springframework .data .jdbc .core .mapping .JdbcValue ;
35
36
import org .springframework .data .jdbc .support .JdbcUtil ;
36
37
import org .springframework .data .mapping .PersistentPropertyAccessor ;
37
38
import org .springframework .data .mapping .PersistentPropertyPath ;
Original file line number Diff line number Diff line change 32
32
import org .springframework .dao .OptimisticLockingFailureException ;
33
33
import org .springframework .data .domain .Pageable ;
34
34
import org .springframework .data .domain .Sort ;
35
+ import org .springframework .data .jdbc .core .mapping .JdbcValue ;
35
36
import org .springframework .data .jdbc .support .JdbcUtil ;
36
37
import org .springframework .data .mapping .PersistentProperty ;
37
38
import org .springframework .data .mapping .PersistentPropertyAccessor ;
Original file line number Diff line number Diff line change 17
17
18
18
import java .sql .ResultSet ;
19
19
20
+ import org .springframework .data .jdbc .core .mapping .JdbcValue ;
20
21
import org .springframework .data .relational .core .conversion .RelationalConverter ;
21
22
import org .springframework .data .relational .core .mapping .PersistentPropertyPathExtension ;
22
23
import org .springframework .data .relational .core .mapping .RelationalPersistentEntity ;
Original file line number Diff line number Diff line change 27
27
import org .springframework .core .convert .converter .Converter ;
28
28
import org .springframework .data .convert .ReadingConverter ;
29
29
import org .springframework .data .convert .WritingConverter ;
30
- import org .springframework .data .jdbc .core .convert .JdbcValue ;
30
+ import org .springframework .data .jdbc .core .mapping .JdbcValue ;
31
31
import org .springframework .data .relational .core .dialect .Db2Dialect ;
32
32
import org .springframework .data .relational .core .dialect .MySqlDialect ;
33
33
import org .springframework .data .relational .core .sql .IdentifierProcessing ;
Original file line number Diff line number Diff line change 31
31
import java .util .Set ;
32
32
import java .util .UUID ;
33
33
34
- import org .springframework .data .jdbc .core .convert .JdbcValue ;
35
34
import org .springframework .data .mapping .model .SimpleTypeHolder ;
36
35
37
36
/**
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 .core .convert ;
16
+ package org .springframework .data .jdbc .core .mapping ;
17
17
18
18
import java .sql .JDBCType ;
19
19
import java .util .Objects ;
Original file line number Diff line number Diff line change 26
26
27
27
import org .springframework .data .domain .Sort ;
28
28
import org .springframework .data .jdbc .core .convert .JdbcConverter ;
29
- import org .springframework .data .jdbc .core .convert .JdbcValue ;
29
+ import org .springframework .data .jdbc .core .mapping .JdbcValue ;
30
30
import org .springframework .data .mapping .PersistentPropertyAccessor ;
31
31
import org .springframework .data .mapping .PersistentPropertyPath ;
32
32
import org .springframework .data .mapping .PropertyPath ;
Original file line number Diff line number Diff line change 25
25
import org .springframework .core .convert .converter .Converter ;
26
26
import org .springframework .data .jdbc .core .convert .JdbcColumnTypes ;
27
27
import org .springframework .data .jdbc .core .convert .JdbcConverter ;
28
- import org .springframework .data .jdbc .core .convert .JdbcValue ;
28
+ import org .springframework .data .jdbc .core .mapping .JdbcValue ;
29
29
import org .springframework .data .jdbc .support .JdbcUtil ;
30
30
import org .springframework .data .relational .core .mapping .RelationalMappingContext ;
31
31
import org .springframework .data .relational .repository .query .RelationalParameterAccessor ;
Original file line number Diff line number Diff line change 39
39
import org .springframework .data .annotation .Id ;
40
40
import org .springframework .data .jdbc .core .mapping .AggregateReference ;
41
41
import org .springframework .data .jdbc .core .mapping .JdbcMappingContext ;
42
+ import org .springframework .data .jdbc .core .mapping .JdbcValue ;
42
43
import org .springframework .data .jdbc .support .JdbcUtil ;
43
44
import org .springframework .data .relational .core .mapping .RelationalPersistentEntity ;
44
45
import org .springframework .data .relational .core .mapping .RelationalPersistentProperty ;
Original file line number Diff line number Diff line change 23
23
24
24
import org .junit .jupiter .api .Test ;
25
25
import org .springframework .data .jdbc .core .convert .JdbcCustomConversions ;
26
- import org .springframework .data .jdbc .core .convert .JdbcValue ;
26
+ import org .springframework .data .jdbc .core .mapping .JdbcValue ;
27
27
28
28
/**
29
29
* Tests for {@link JdbcMySqlDialect}.
Original file line number Diff line number Diff line change 35
35
import org .springframework .data .convert .ReadingConverter ;
36
36
import org .springframework .data .convert .WritingConverter ;
37
37
import org .springframework .data .jdbc .core .convert .JdbcCustomConversions ;
38
- import org .springframework .data .jdbc .core .convert .JdbcValue ;
38
+ import org .springframework .data .jdbc .core .mapping .JdbcValue ;
39
39
import org .springframework .data .jdbc .repository .support .JdbcRepositoryFactory ;
40
40
import org .springframework .data .jdbc .testing .AssumeFeatureTestExecutionListener ;
41
41
import org .springframework .data .jdbc .testing .TestConfiguration ;
You can’t perform that action at this time.
0 commit comments