Class MutableValue

  • All Implemented Interfaces:
    java.io.Serializable

    public class MutableValue
    extends java.lang.Object
    implements java.io.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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getState()  
      void setState​(java.lang.String state)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MutableValue

        public MutableValue()
      • MutableValue

        public MutableValue​(java.lang.String state)
    • Method Detail

      • getState

        public java.lang.String getState()
      • setState

        public void setState​(java.lang.String state)