Hi all,
As it is said in the subject, I'm having some performances problems with the Hibernate configuration loading (Mapping , database configuration, ...)
My mapping files (hbm) are quite complex so the configuration loading takes about 25 secondes.
This loading time is quite acceptable when I'm loading loads of records but my problem is that I'm using Hibernate for occasional insertions of a dozen of records and sometime less. Therefore, 90% of my process time is the hibernate configuration loading.
If somenone alreadey faced this problem or has a clue on how to bypass it, please let me knwo
|