This issues refers to develop oauth client model class, add hibernate mapping and add DAO object for oauth client model class which supports getById(Integer), getAll(), update(Client), #saveOrUpdate(id), removeByID, deleteByID(Integer), delete(Client). But I observed that there exisits are OAuth client model class which is mapped using Hibernate annotations and DAO class for Oauth client. I am not sure what I am supposed to do with this issue as there are already existing classes. @harsha89
You are correct. Can you confirm that there is a corresponding service class with all the above methods to deal with the client model class? Remember to update the ticket with a link to this thread.
1 Like