File tree Expand file tree Collapse file tree 5 files changed +25
-3
lines changed
src/main/java/com/mongodb/hibernate Expand file tree Collapse file tree 5 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package com .mongodb .hibernate .jdbc ;
17+ package com .mongodb .hibernate .internal . jdbc ;
1818
1919import java .sql .Array ;
2020import java .sql .ResultSet ;
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package com .mongodb .hibernate .jdbc ;
17+ package com .mongodb .hibernate .internal . jdbc ;
1818
1919public final class MongoArray implements ArrayAdapter {
2020 private final Object contents ;
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 2024-present MongoDB, Inc.
3+ *
4+ * Licensed under the Apache License, Version 2.0 (the "License");
5+ * you may not use this file except in compliance with the License.
6+ * You may obtain a copy of the License at
7+ *
8+ * http://www.apache.org/licenses/LICENSE-2.0
9+ *
10+ * Unless required by applicable law or agreed to in writing, software
11+ * distributed under the License is distributed on an "AS IS" BASIS,
12+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ * See the License for the specific language governing permissions and
14+ * limitations under the License.
15+ */
16+
17+ /** The program elements within this package are not part of the public API and may be removed or changed at any time */
18+ @ NullMarked
19+ package com .mongodb .hibernate .internal .jdbc ;
20+
21+ import org .jspecify .annotations .NullMarked ;
Original file line number Diff line number Diff line change 2121import static com .mongodb .hibernate .internal .MongoAssertions .fail ;
2222import static java .lang .String .format ;
2323
24- import com .mongodb .hibernate .jdbc .MongoArray ;
24+ import com .mongodb .hibernate .internal . jdbc .MongoArray ;
2525import java .lang .reflect .Array ;
2626import java .math .BigDecimal ;
2727import java .sql .JDBCType ;
Original file line number Diff line number Diff line change 2424import com .mongodb .client .MongoDatabase ;
2525import com .mongodb .hibernate .internal .BuildConfig ;
2626import com .mongodb .hibernate .internal .cfg .MongoConfiguration ;
27+ import com .mongodb .hibernate .internal .jdbc .MongoArray ;
2728import java .sql .Array ;
2829import java .sql .DatabaseMetaData ;
2930import java .sql .PreparedStatement ;
You can’t perform that action at this time.
0 commit comments