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 StringgetNestedValue()StringgetSecondNestedValue()voidsetNestedValue(String nestedValue)voidsetSecondNestedValue(String secondNestedValue)
-