Uses of Class
de.hybris.platform.util.Key
-
Packages that use Key Package Description de.hybris.platform.servicelayer.internal.model.impl de.hybris.platform.util -
-
Uses of Key in de.hybris.platform.servicelayer.internal.model.impl
Methods in de.hybris.platform.servicelayer.internal.model.impl that return types with arguments of type Key Modifier and Type Method Description java.util.Set<Key<java.util.Locale,java.lang.String>>ModelValueHistory. getLoadedLocAttributes() -
Uses of Key in de.hybris.platform.util
Methods in de.hybris.platform.util that return Key Modifier and Type Method Description static <K,V>
Key<K,V>Key. create(K element1, V element2)static <K,V>
Key<K,V>Key. get(K element1, V element2)
-