Uses of Class
org.apache.openjpa.lib.util.collections.LinkedMap
-
Packages that use LinkedMap Package Description org.apache.openjpa.kernel OpenJPA Runtime Kernelorg.apache.openjpa.lib.util.collections commons-collections4 import. -
-
Uses of LinkedMap in org.apache.openjpa.kernel
Fields in org.apache.openjpa.kernel declared as LinkedMap Modifier and Type Field Description static LinkedMap
StoreQuery. EMPTY_PARAMS
Methods in org.apache.openjpa.kernel that return LinkedMap Modifier and Type Method Description LinkedMap
AbstractStoreQuery.AbstractExecutor. getParameterTypes(StoreQuery q)
LinkedMap
DelegatingQuery. getParameterTypes()
LinkedMap
QueryContext. getParameterTypes()
Deprecated.LinkedMap
QueryImpl. getParameterTypes()
LinkedMap
StoreQuery.Executor. getParameterTypes(StoreQuery q)
Deprecated. -
Uses of LinkedMap in org.apache.openjpa.lib.util.collections
Methods in org.apache.openjpa.lib.util.collections that return LinkedMap Modifier and Type Method Description LinkedMap<K,V>
LinkedMap. clone()
Clones the map without cloning the keys or values.
-