Class KeyedEmbeddable

java.lang.Object
com.blazebit.persistence.testsuite.entity.KeyedEmbeddable

@Embeddable public class KeyedEmbeddable extends Object
Since:
1.2.0
Author:
Moritz Becker
  • Constructor Details

    • KeyedEmbeddable

      public KeyedEmbeddable()
    • KeyedEmbeddable

      public KeyedEmbeddable(String value, String value2)
  • Method Details

    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getValue2

      public String getValue2()
    • setValue2

      public void setValue2(String value2)