Class EntityWithAggregateId.Key

java.lang.Object
org.hibernate.testing.orm.domain.gambit.EntityWithAggregateId.Key
All Implemented Interfaces:
Serializable
Enclosing class:
EntityWithAggregateId

@Embeddable public static class EntityWithAggregateId.Key extends Object implements Serializable
See Also:
  • Constructor Details

    • Key

      public Key()
    • Key

      public Key(String value1, String value2)
  • Method Details

    • getValue1

      public String getValue1()
    • setValue1

      public void setValue1(String value1)
    • getValue2

      public String getValue2()
    • setValue2

      public void setValue2(String value2)