Whatever message this page gives is out now! Go check it out!

Introduction-Multiple data sources for ORM

Last update:
May 18, 2026
You can use multiple data sources for ORM in ColdFusion applications. A multiple data source setup is useful in scenarios where your application has multiple modules that interact with each other. Hibernate inherently supports single data source for a Hibernate configuration. To support multiple data sources, ColdFusion builds and manages multiple Hibernate configurations and SessionFactory objects, one for each data source in the application.

Share this page

Was this page helpful?
We're glad. Tell us how this page helped.
We're sorry. Can you tell us what didn't work for you?
Thank you for your feedback. Your response will help improve this page.

On this page