Class MyPersons

    • Constructor Detail

      • MyPersons

        public MyPersons()
        Default constructor is necessary for HIBERNATE PojoInstantiator.
    • Method Detail

      • getPersons

        public java.util.Collection<MyPerson> getPersons()
        Returns:
        the persons
      • setPersons

        public void setPersons​(java.util.Collection<MyPerson> persons)
        Parameters:
        persons - the persons to set