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:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getValue1()
String
getValue2()
void
setValue1(String value1)
void
setValue2(String value2)
-