Uses of Class
org.apache.openejb.jee.jba.cmp.QlCompiler
-
Packages that use QlCompiler Package Description org.apache.openejb.jee.jba.cmp Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of QlCompiler in org.apache.openejb.jee.jba.cmp
Fields in org.apache.openejb.jee.jba.cmp declared as QlCompiler Modifier and Type Field Description protected QlCompilerDefaults. qlCompilerprotected QlCompilerQuery. qlCompilerMethods in org.apache.openejb.jee.jba.cmp that return QlCompiler Modifier and Type Method Description QlCompilerObjectFactory. createQlCompiler()Create an instance ofQlCompilerQlCompilerDefaults. getQlCompiler()Gets the value of the qlCompiler property.QlCompilerQuery. getQlCompiler()Gets the value of the qlCompiler property.Methods in org.apache.openejb.jee.jba.cmp with parameters of type QlCompiler Modifier and Type Method Description voidDefaults. setQlCompiler(QlCompiler value)Sets the value of the qlCompiler property.voidQuery. setQlCompiler(QlCompiler value)Sets the value of the qlCompiler property.
-