update
This commit is contained in:
parent
2992f4f408
commit
4f46de8d00
3330 changed files with 394553 additions and 76939 deletions
17
.config/Code/User/History/4f603450/CfU6.xml
Normal file
17
.config/Code/User/History/4f603450/CfU6.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://192.168.18.2:5432/test</property>
|
||||
<property name="hibernate.connection.username">rafayahmad</property>
|
||||
<property name="hibernate.connection.password">debian7548</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/4f603450/FWUE.xml
Normal file
17
.config/Code/User/History/4f603450/FWUE.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://192.168.18.2:5432/test?ssl=true&sslmode=verify-ca</property>
|
||||
<property name="hibernate.connection.username">rafayahmad</property>
|
||||
<property name="hibernate.connection.password">psqldeb7548</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/4f603450/SGen.xml
Normal file
17
.config/Code/User/History/4f603450/SGen.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://192.168.18.2:5432/test</property>
|
||||
<property name="hibernate.connection.username">rafayahmad</property>
|
||||
<property name="hibernate.connection.password">psqldeb7548</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/4f603450/TZxY.xml
Normal file
17
.config/Code/User/History/4f603450/TZxY.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://192.168.18.2:5432/test</property>
|
||||
<property name="hibernate.connection.username">rafayahmad</property>
|
||||
<property name="hibernate.connection.password">debian7548</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/4f603450/X2G5.xml
Normal file
17
.config/Code/User/History/4f603450/X2G5.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>
|
17
.config/Code/User/History/4f603450/XH5z.xml
Normal file
17
.config/Code/User/History/4f603450/XH5z.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://192.168.18.2:5432/test</property>
|
||||
<property name="hibernate.connection.username">rafayahmad</property>
|
||||
<property name="hibernate.connection.password">psqldeb7548</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/4f603450/YWc3.xml
Normal file
17
.config/Code/User/History/4f603450/YWc3.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://192.168.18.2:5432/test</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/4f603450/c94j.xml
Normal file
17
.config/Code/User/History/4f603450/c94j.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://192.168.18.2:5432/test?ssl=true&sslmode=verify-ca</property>
|
||||
<property name="hibernate.connection.username">rafayahmad</property>
|
||||
<property name="hibernate.connection.password">psqldeb7548</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/4f603450/entries.json
Normal file
1
.config/Code/User/History/4f603450/entries.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"version":1,"resource":"file:///home/rafayahmad/Stuff/Hibernate/hibernate/src/main/resources/hibernate.cfg.xml","entries":[{"id":"ll2H.xml","timestamp":1719136946588},{"id":"YWc3.xml","timestamp":1719139612826},{"id":"TZxY.xml","timestamp":1719139623217},{"id":"X2G5.xml","timestamp":1719139883910},{"id":"CfU6.xml","timestamp":1719139934889},{"id":"SGen.xml","timestamp":1719140562731},{"id":"XH5z.xml","timestamp":1719393396631},{"id":"FWUE.xml","timestamp":1719393635319},{"id":"c94j.xml","timestamp":1719393766173},{"id":"ufoh.xml","timestamp":1719394542904}]}
|
17
.config/Code/User/History/4f603450/ll2H.xml
Normal file
17
.config/Code/User/History/4f603450/ll2H.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>
|
17
.config/Code/User/History/4f603450/ufoh.xml
Normal file
17
.config/Code/User/History/4f603450/ufoh.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://192.168.18.2:5432/test?ssl=true&sslmode=verify-ca</property>
|
||||
<property name="hibernate.connection.username">rafayahmad</property>
|
||||
<property name="hibernate.connection.password">psqldeb7548</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>
|
Loading…
Add table
Add a link
Reference in a new issue