CodeQL library for Java/Kotlin
codeql/java-all 0.9.0 (changelog, source)
Search

Module PersistenceXML

Provides classes and predicates for working with JavaEE persistence configuration XML files (persistence.xml).

Import path

import semmle.code.java.frameworks.javaee.PersistenceXML

Imports

java

Provides all default Java QL imports.

Classes

PersistencePropertiesElement

A properties child XML element of a persistence-unit XML element in a persistence.xml file.

PersistencePropertyElement

A property child XML element of a properties XML element in a persistence.xml file.

PersistenceUnitElement

A persistence-unit child XML element of the root persistence XML element in a persistence.xml file.

PersistenceXmlFile

A JavaEE persistence configuration XML file (persistence.xml).

PersistenceXmlRoot

The root persistence XML element in a persistence.xml file.

SharedCacheModeElement

A shared-cache-mode child XML element of a persistence-unit XML element in a persistence.xml file.