Uses of Class
org.apache.openjpa.jdbc.sql.StoredProcedure.SQL
-
Packages that use StoredProcedure.SQL Package Description org.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstraction -
-
Uses of StoredProcedure.SQL in org.apache.openjpa.jdbc.sql
Methods in org.apache.openjpa.jdbc.sql that return StoredProcedure.SQL Modifier and Type Method Description static StoredProcedure.SQL
StoredProcedure.SQL. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StoredProcedure.SQL[]
StoredProcedure.SQL. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.openjpa.jdbc.sql with parameters of type StoredProcedure.SQL Modifier and Type Method Description StoredProcedure
StoredProcedure. setSQL(StoredProcedure.SQL sql)
Adds a read SQL statement via an external method.
-