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 areStringtype. The entity should be used when there is a need to search by key or/and value. OtherwiseHotRodPairshould be used.
- 
- 
Constructor SummaryConstructors Constructor Description HotRodStringPair()HotRodStringPair(String key, String value)
 
-