Hi,
is there any way to find conferences by their extension? I thought of
something like:
public Conference findConferenceByExtension(String extension) {
List<Conference> conferences =
getHibernateTemplate().findByNamedQueryAndNamedParam("conferenceByExtension",
VALUE, extension);
return (Conference) DataAccessUtils.singleResult(conferences);
}
Regards
Stephan
_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev/