I'm having a JSF
project with the DAO template using Hibernate
, and I'm having a hard time understanding how to save the image in the database.
I just need to know what the method would look like to save an image to a DAO class and how it would look in the Bean
class.
I found this video: link
For me this video is not useful as it saves to disk. I made these postings on the GUJ website but did not get results: link
This one got closer than you needed: link
This was a repository I found: link
This is the project I'm working on: link
And this is the class I want to introduce to the modification: