below is my query:
Currently we are reading data from DB(Oracle) using Hibernate and ehcache second level cache for performance of the application.
my New Requirement: instead of hitting DB(oracle) ,I need to read data from Flat file and same data has to map( Hibernate second level cache), so that i can reuse my whole application again. just changing dialect to support reading from file.
do we have any hibernate or other third party Plugins to achieve this.