Class LongId


  • public class LongId
    extends ValueGroupId<Long>
    This class is used in Group instances where the identifying expression evaluated to a Long.
    Author:
    Simon Thoresen Hult
    • Constructor Detail

      • LongId

        public LongId​(Long value)
        Constructs a new instance of this class.
        Parameters:
        value - The identifying long.