File tree Expand file tree Collapse file tree 4 files changed +45
-0
lines changed
jnosql-mongodb/src/test/java/org/eclipse/jnosql/databases/mongodb/integration Expand file tree Collapse file tree 4 files changed +45
-0
lines changed Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2023 Contributors to the Eclipse Foundation
3+ * All rights reserved. This program and the accompanying materials
4+ * are made available under the terms of the Eclipse Public License v1.0
5+ * and Apache License v2.0 which accompanies this distribution.
6+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
7+ * and the Apache License v2.0 is available at http://www.opensource.org/licenses/apache2.0.php.
8+ *
9+ * You may elect to redistribute this code under either of these licenses.
10+ *
11+ * Contributors:
12+ *
13+ * Maximillian Arruda
14+ */
15+
116package org .eclipse .jnosql .databases .mongodb .integration ;
217
318import jakarta .nosql .Column ;
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2023 Contributors to the Eclipse Foundation
3+ * All rights reserved. This program and the accompanying materials
4+ * are made available under the terms of the Eclipse Public License v1.0
5+ * and Apache License v2.0 which accompanies this distribution.
6+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
7+ * and the Apache License v2.0 is available at http://www.opensource.org/licenses/apache2.0.php.
8+ *
9+ * You may elect to redistribute this code under either of these licenses.
10+ *
11+ * Contributors:
12+ *
13+ * Maximillian Arruda
14+ */
115package org .eclipse .jnosql .databases .mongodb .integration ;
216
317import jakarta .nosql .Column ;
Original file line number Diff line number Diff line change 1212 *
1313 * Maximillian Arruda
1414 */
15+
1516package org .eclipse .jnosql .databases .mongodb .integration ;
1617
1718import jakarta .data .repository .Repository ;
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2023 Contributors to the Eclipse Foundation
3+ * All rights reserved. This program and the accompanying materials
4+ * are made available under the terms of the Eclipse Public License v1.0
5+ * and Apache License v2.0 which accompanies this distribution.
6+ * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
7+ * and the Apache License v2.0 is available at http://www.opensource.org/licenses/apache2.0.php.
8+ *
9+ * You may elect to redistribute this code under either of these licenses.
10+ *
11+ * Contributors:
12+ *
13+ * Maximillian Arruda
14+ */
15+
116package org .eclipse .jnosql .databases .mongodb .integration ;
217
318import jakarta .data .repository .Repository ;
You can’t perform that action at this time.
0 commit comments