Class Component.Nested
- java.lang.Object
-
- org.hibernate.testing.orm.domain.gambit.Component.Nested
-
- Enclosing class:
- Component
@Embeddable public static class Component.Nested extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getNestedValue()
String
getSecondNestedValue()
void
setNestedValue(String nestedValue)
void
setSecondNestedValue(String secondNestedValue)
-