Class MutableValue

  • All Implemented Interfaces:
    Serializable

    public class MutableValue
    extends Object
    implements Serializable
    A mutable (as in non-`@Immutable`) value. Mainly used for testing JPA AttributeConverter support for mutable domain values in regards to caching, dirty-checking, etc
    See Also:
    Serialized Form
    • Constructor Detail

      • MutableValue

        public MutableValue()
      • MutableValue

        public MutableValue​(String state)
    • Method Detail

      • getState

        public String getState()
      • setState

        public void setState​(String state)