Class HotRodStringPair
- java.lang.Object
-
- org.keycloak.models.map.storage.hotRod.common.HotRodStringPair
-
@Indexed public class HotRodStringPair extends Object
!!! Please do not change this class !!! If some change is needed please create a new version of this class and solve the migration on top-level entities. Indexed Hot Rod pair entity where both key and value areString
type. The entity should be used when there is a need to search by key or/and value. OtherwiseHotRodPair
should be used.
-
-
Constructor Summary
Constructors Constructor Description HotRodStringPair()
HotRodStringPair(String key, String value)
-