Class MappingEntry<V>

  • Type Parameters:
    V - The type of the mapping key.

    public class MappingEntry<V>
    extends Object
    A mapping service entry in the DAO.
    • Constructor Detail

      • MappingEntry

        public MappingEntry​(String key,
                            V value)