Skip to content

Files

Latest commit

 

History

History
13 lines (7 loc) · 580 Bytes

JdbcResultSetReference.md

File metadata and controls

13 lines (7 loc) · 580 Bytes

Pattern: JDBC - ResultSet reference

Issue: -

Description

Checks for direct use of java.sql.ResultSet, which is not necessary if using the Groovy Sql facility or an ORM framework such as Hibernate.

Note: If a violation is triggered from an import statement, then you may get multiple violations per import if there are multiple classes in the source file. In that case, the imports are processed once per class.

Further Reading