Home / Vulnerability Database / Scala : Castor query mode undefined
Scala

Scala : Castor query mode undefined

Overview

A Castor query in default mode is used. It can have negative performance implications.

Castor is an open source data binding framework for Java.

By default Castor queries are executed in the Database.SHARED mode, which enables reading and writing. Using a Castor query in this mode may badly affect the performance of the application. If only reading is needed, use the Database.READONLY query mode. Queries in the Database.READONLY mode run about 7 times faster than queries in default mode.

LOW

DerScanner Severity Score

Do you want to fix Scala : Castor query mode undefined in your application?

See also

Scala

Scala : Unreleased resource stream

Scala

Scala : Multiple loggers in same class

Scala

Scala : Insufficient encryption key length