Class IndexedEmbeddable

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

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

    • IndexedEmbeddable

      public IndexedEmbeddable()
    • IndexedEmbeddable

      public IndexedEmbeddable(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)