File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
jnosql-arangodb/src/main/java/org/eclipse/jnosql/databases/arangodb/mapping Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 1414 */
1515package org .eclipse .jnosql .databases .arangodb .mapping ;
1616
17- import jakarta .data .repository .PageableRepository ;
1817import jakarta .enterprise .context .spi .CreationalContext ;
1918import jakarta .enterprise .inject .Default ;
2019import jakarta .enterprise .util .AnnotationLiteral ;
2120import org .eclipse .jnosql .mapping .core .Converters ;
22- import org .eclipse .jnosql .mapping .core .query .AbstractRepository ;
23- import org .eclipse .jnosql .mapping .core .query .AbstractRepositoryProxy ;
24- import org .eclipse .jnosql .mapping .document .query .DocumentRepositoryProducer ;
25- import org .eclipse .jnosql .mapping .document .query .DocumentRepositoryProxy ;
26- import org .eclipse .jnosql .mapping .metadata .EntitiesMetadata ;
2721import org .eclipse .jnosql .mapping .core .spi .AbstractBean ;
22+ import org .eclipse .jnosql .mapping .metadata .EntitiesMetadata ;
2823
2924import java .lang .annotation .Annotation ;
3025import java .lang .reflect .Proxy ;
You can’t perform that action at this time.
0 commit comments