Uses of Class
org.datanucleus.store.rdbms.sql.expression.SQLExpressionFactory.MethodKey
-
Packages that use SQLExpressionFactory.MethodKey Package Description org.datanucleus.store.rdbms.sql.expression Series of expressions representing conditions in SQL statements. -
-
Uses of SQLExpressionFactory.MethodKey in org.datanucleus.store.rdbms.sql.expression
Fields in org.datanucleus.store.rdbms.sql.expression with type parameters of type SQLExpressionFactory.MethodKey Modifier and Type Field Description (package private) java.util.Set<SQLExpressionFactory.MethodKey>
SQLExpressionFactory. pluginSqlMethodsKeysSupported
Keys of SQLMethods that are supported.(package private) java.util.Map<SQLExpressionFactory.MethodKey,SQLMethod>
SQLExpressionFactory. sqlMethodsByKey
Cache of SQLMethod instances, keyed by their class+method[+datastore] name.Methods in org.datanucleus.store.rdbms.sql.expression that return SQLExpressionFactory.MethodKey Modifier and Type Method Description private SQLExpressionFactory.MethodKey
SQLExpressionFactory. getSQLMethodKey(java.lang.String datastoreName, java.lang.String className, java.lang.String methodName)
Convenience method to return the key for the SQL method.
-