test
This commit is contained in:
parent
37776af5db
commit
ab03d5f10c
4045 changed files with 286212 additions and 3 deletions
17
.config/Code/User/History/-c55e84b/5axx.xml
Normal file
17
.config/Code/User/History/-c55e84b/5axx.xml
Normal file
|
@ -0,0 +1,17 @@
|
|||
<!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>
|
||||
<property name="hibernate.connection.driver_class">org.postgresql.Driver</property>
|
||||
<property name="hibernate.connection.url">jdbc:postgresql://localhost:5432/mydb</property>
|
||||
<property name="hibernate.connection.username">rafayahmad</property>
|
||||
<property name="hibernate.connection.password">postgresql7548</property>
|
||||
<property name="hibernate.dialect">org.hibernate.dialect.PostgreSQLDialect</property>
|
||||
<property name="show_sql">true</property>
|
||||
<property name="format_sql">true</property>
|
||||
<property name="hbm2ddl.auto">update</property>
|
||||
|
||||
<mapping class="com.practice.Student"/>
|
||||
</session-factory>
|
||||
</hibernate-configuration>
|
17
.config/Code/User/History/-c55e84b/YJ3D.xml
Normal file
17
.config/Code/User/History/-c55e84b/YJ3D.xml
Normal file
|
@ -0,0 +1,17 @@
|
|||
<!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>
|
||||
<property name="hibernate.connection.driver_class">org.postgresql.Driver</property>
|
||||
<property name="hibernate.connection.url">jdbc:postgresql://localhost:5432/testdb</property>
|
||||
<property name="hibernate.connection.username">rafayahmad</property>
|
||||
<property name="hibernate.connection.password">postgresql7548</property>
|
||||
<property name="hibernate.dialect">org.hibernate.dialect.PostgreSQLDialect</property>
|
||||
<property name="show_sql">true</property>
|
||||
<property name="format_sql">true</property>
|
||||
<property name="hbm2ddl.auto">update</property>
|
||||
|
||||
<mapping class="com.practice.Student"/>
|
||||
</session-factory>
|
||||
</hibernate-configuration>
|
1
.config/Code/User/History/-c55e84b/entries.json
Normal file
1
.config/Code/User/History/-c55e84b/entries.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"version":1,"resource":"file:///home/rafayahmad/Hibernate/hibernate/src/main/resources/hibernate.cfg.xml","entries":[{"id":"5axx.xml","timestamp":1711089986242},{"id":"YJ3D.xml","timestamp":1711090027884}]}
|
Loading…
Add table
Add a link
Reference in a new issue