Class EntityWithAggregateId.Key
- java.lang.Object
-
- org.hibernate.testing.orm.domain.gambit.EntityWithAggregateId.Key
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- EntityWithAggregateId
@Embeddable public static class EntityWithAggregateId.Key extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getValue1()
java.lang.String
getValue2()
void
setValue1(java.lang.String value1)
void
setValue2(java.lang.String value2)
-