File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
java/ql/lib/semmle/code/java/frameworks/javaee Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -713,7 +713,7 @@ class VersionAnnotation extends Annotation {
713
713
VersionAnnotation ( ) { this .getType ( ) .hasQualifiedName ( getAPersistencePackageName ( ) , "Version" ) }
714
714
}
715
715
716
- /** The interface `javax.persistence.EntityManager`. */
716
+ /** The interface `{ javax,jakarta} .persistence.EntityManager`. */
717
717
class TypeEntityManager extends Interface {
718
718
TypeEntityManager ( ) { this .hasQualifiedName ( getAPersistencePackageName ( ) , "EntityManager" ) }
719
719
@@ -736,7 +736,7 @@ class TypeEntityManager extends Interface {
736
736
}
737
737
}
738
738
739
- /** The interface `javax.persistence.Query`, which represents queries in the Java Persistence Query Language. */
739
+ /** The interface `{ javax,jakarta} .persistence.Query`, which represents queries in the Java Persistence Query Language. */
740
740
class TypeQuery extends Interface {
741
741
TypeQuery ( ) { this .hasQualifiedName ( getAPersistencePackageName ( ) , "Query" ) }
742
742
You can’t perform that action at this time.
0 commit comments