|
Hibernate example source code file (hibernate.test.session-cfg.xml)
The Hibernate hibernate.test.session-cfg.xml source code<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD//EN" "http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd"> <hibernate-configuration> <session-factory> <property name="hbm2ddl.auto">create-drop <property name="show_sql">false <property name="format_sql">false <property name="dialect">org.hibernate.dialect.H2Dialect <property name="connection.url">jdbc:h2:mem:envers <property name="connection.driver_class">org.h2.Driver <property name="connection.username">sa <property name="connection.password"> <!-- Other Hibernate examples (source code examples)Here is a short list of links related to this Hibernate hibernate.test.session-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.