Subversion Repositories Integrator Subversion

Rev

Rev 246 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 246 Rev 248
Line 13... Line 13...
13
                        <property name="hibernate.connection.driver_class" value="org.postgresql.Driver" />
13
                        <property name="hibernate.connection.driver_class" value="org.postgresql.Driver" />
14
                        <property name="hibernate.show_sql" value="true" />
14
                        <property name="hibernate.show_sql" value="true" />
15
                        <property name="hibernate.format_sql" value="true" />
15
                        <property name="hibernate.format_sql" value="true" />
16
                        <property name="hibernate.max_fetch_depth" value="0" />
16
                        <property name="hibernate.max_fetch_depth" value="0" />
17
                       
17
                       
18
                        <!-- 
-
 
-
 
18
                        <!--
19
                        <property name="hibernate.connection.url" value="jdbc:postgresql://localhost:5432/espacocase" />
19
                        <property name="hibernate.connection.url" value="jdbc:postgresql://localhost:5432/espacocase" />
20
                        <property name="hibernate.connection.username" value="espacoc_sc_sec" />
20
                        <property name="hibernate.connection.username" value="espacoc_sc_sec" />
21
                        <property name="hibernate.connection.password" value="espaco10" />
21
                        <property name="hibernate.connection.password" value="espaco10" />
22
                        -->
22
                        -->
23
                       
23