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 {
713713 VersionAnnotation ( ) { this .getType ( ) .hasQualifiedName ( getAPersistencePackageName ( ) , "Version" ) }
714714}
715715
716- /** The interface `javax.persistence.EntityManager`. */
716+ /** The interface `{ javax,jakarta} .persistence.EntityManager`. */
717717class TypeEntityManager extends Interface {
718718 TypeEntityManager ( ) { this .hasQualifiedName ( getAPersistencePackageName ( ) , "EntityManager" ) }
719719
@@ -736,7 +736,7 @@ class TypeEntityManager extends Interface {
736736 }
737737}
738738
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. */
740740class TypeQuery extends Interface {
741741 TypeQuery ( ) { this .hasQualifiedName ( getAPersistencePackageName ( ) , "Query" ) }
742742
You can’t perform that action at this time.
0 commit comments