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 LinkedMapStoreQuery. EMPTY_PARAMSMethods in org.apache.openjpa.kernel that return LinkedMap Modifier and Type Method Description LinkedMapAbstractStoreQuery.AbstractExecutor. getParameterTypes(StoreQuery q)LinkedMapDelegatingQuery. getParameterTypes()LinkedMapQueryContext. getParameterTypes()Deprecated.LinkedMapQueryImpl. getParameterTypes()LinkedMapStoreQuery.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.
-