Uses of Class
org.hibernate.testing.orm.domain.gambit.Component
-
Packages that use Component Package Description org.hibernate.testing.orm.domain.gambit -
-
Uses of Component in org.hibernate.testing.orm.domain.gambit
Methods in org.hibernate.testing.orm.domain.gambit that return Component Modifier and Type Method Description Component
EntityOfComposites. getComponent()
Methods in org.hibernate.testing.orm.domain.gambit with parameters of type Component Modifier and Type Method Description void
EntityOfComposites. setComponent(Component component)
Constructors in org.hibernate.testing.orm.domain.gambit with parameters of type Component Constructor Description EntityOfComposites(Integer id, String name, Component component)
EntityOfComposites(Integer id, Component component)
-