|
Hibernate example source code file (hibernate.cfg.xml)
The Hibernate hibernate.cfg.xml source code<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD 3.0//EN" "http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd"> <hibernate-configuration> <session-factory name="foo"> <property name="show_sql">true <mapping resource="org/hibernate/test/legacy/Simple.hbm.xml"/> <class-cache class="org.hibernate.test.legacy.Simple" region="Simple" usage="read-write"/> </session-factory> </hibernate-configuration> Other Hibernate examples (source code examples)Here is a short list of links related to this Hibernate hibernate.cfg.xml source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.