Uses of Class
org.hibernate.testing.orm.domain.gambit.Component.Nested
-
Packages that use Component.Nested Package Description org.hibernate.testing.orm.domain.gambit -
-
Uses of Component.Nested in org.hibernate.testing.orm.domain.gambit
Methods in org.hibernate.testing.orm.domain.gambit that return Component.Nested Modifier and Type Method Description Component.Nested
Component. getNested()
Methods in org.hibernate.testing.orm.domain.gambit with parameters of type Component.Nested Modifier and Type Method Description void
Component. setNested(Component.Nested nested)
Constructors in org.hibernate.testing.orm.domain.gambit with parameters of type Component.Nested Constructor Description Component(Integer basicInteger, Long basicLong, int basicPrimitiveInt, String basicString, Component.Nested nested)
Component(String basicString, Integer basicInteger, Long basicLong, int basicPrimitiveInt, Component.Nested nested)
-