Multiple choice technology web technology How can we map several databases in hibernate? Using several dialect Using several <session-factory> Using several connection properties Not possible to map more than one database Reveal answer Fill a bubble to check yourself B Correct answer Explanation To map and connect to multiple databases in a single Hibernate application, you must configure and instantiate a separate `` for each database, as a single session factory is tied to one database configuration.