Statistics
| Branch: | Revision:

m2u-upass-admin / resource / hibernate.maybank-prod.cfg.xml @ 137:5a146099297b

History | View | Annotate | Download (3.95 KB)

1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD//EN"
3
                                         "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
4
<hibernate-configuration>
5
        <session-factory>
6
                <!-- Database connection settings -->
7

    
8
                <property name="hibernate.connection.datasource">jdbc/UPassDataSource</property>
9
                <property name="hibernate.jndi.url">t3://172.31.20.101:7010</property>
10
                <property name="hibernate.jndi.class">weblogic.jndi.WLInitialContextFactory</property>
11
                                                
12
                <!-- Database connection settings -->
13
                <!-- SQL dialect -->
14
                <property name="dialect">org.hibernate.dialect.Oracle10gDialect</property>
15
                
16
                <!-- Enable Hibernate's automatic session context management -->
17
                <property name="current_session_context_class">thread</property>
18
                <!-- Disable the second-level cache -->
19
                <property name="cache.provider_class">org.hibernate.cache.NoCacheProvider</property>
20
                <!-- Echo all executed SQL to stdout -->
21
                <property name="show_sql">false</property>
22
                <property name="format_sql">true</property>
23
                <property name="hibernate.hbm2ddl.auto">none</property>
24
                <!-- Mapping files -->
25
                <mapping resource="net/penril/ibss/core/hibernate/AdminAction.hbm.xml" />
26
                <mapping resource="net/penril/ibss/audit/log/hibernate/AdminAuditLog.hbm.xml" />
27
                <mapping resource="net/penril/ibss/core/hibernate/AdminGroup.hbm.xml" />
28
                <mapping resource="net/penril/ibss/core/hibernate/AdminNavigation.hbm.xml" />
29
                <mapping resource="net/penril/ibss/core/hibernate/AdminNavAction.hbm.xml" />
30
                <mapping resource="net/penril/ibss/core/hibernate/AdminNavigationGroup.hbm.xml" />
31
                <mapping resource="net/penril/ibss/core/hibernate/AdminPermission.hbm.xml" />
32
                <mapping resource="net/penril/ibss/core/hibernate/AdminUserProfile.hbm.xml" />
33
                <mapping resource="net/penril/ibss/core/hibernate/AdminUserProfileBackup.hbm.xml" />
34
                <mapping resource="net/penril/ibss/core/hibernate/AdminSecurity.hbm.xml" />
35
                <mapping resource="net/penril/ibss/core/hibernate/AdminUserSecurityBackup.hbm.xml" />
36
                <mapping resource="net/penril/ib/content/hibernate/IbContentCategory.hbm.xml" />
37
                <mapping resource="net/penril/ib/content/hibernate/IbContentType.hbm.xml" />
38
                <mapping resource="net/penril/ibss/core/hibernate/IbUser.hbm.xml" />
39
                <mapping resource="net/penril/ibss/core/hibernate/IbCustProfile.hbm.xml" />
40
                <mapping resource="net/penril/ibss/core/hibernate/SmsTable.hbm.xml" />
41
                <mapping resource="my/com/upass/hibernate/TbAmConfigChange.hbm.xml" />
42
                <mapping resource="my/com/upass/hibernate/TbAmGemalto.hbm.xml" />
43
                <mapping resource="my/com/upass/hibernate/TbAmVasco.hbm.xml" />
44
                <mapping resource="my/com/upass/hibernate/TbAmUsermas.hbm.xml" />
45
                <mapping resource="my/com/upass/hibernate/TbAmUser.hbm.xml" />
46
                <mapping resource="my/com/upass/hibernate/TbAmTac.hbm.xml" />
47
                <mapping resource="my/com/upass/hibernate/TbAmAppserv.hbm.xml" />
48
                <mapping resource="my/com/upass/hibernate/TbAmConfig.hbm.xml" />
49
                <mapping resource="my/com/upass/hibernate/TbAmSecurityCode.hbm.xml" />
50
                <mapping resource="my/com/upass/hibernate/TbAmUserBackup.hbm.xml" />
51
                <mapping resource="my/com/upass/hibernate/TbAmUsermasBackup.hbm.xml" />
52
                <mapping resource="my/com/upass/hibernate/TbAmTacBackup.hbm.xml" />
53
                <mapping resource="net/penril/ib/content/hibernate/IbContentCategoryML.hbm.xml" />
54
                <mapping resource="my/com/upass/hibernate/ClientApp.hbm.xml" />
55
                <mapping resource="my/com/upass/hibernate/UserAppAccess.hbm.xml" />
56
                <mapping resource="my/com/upass/maybank/entities/hibernate/IbccUser.hbm.xml" />
57
                <mapping resource="my/com/upass/maybank/entities/hibernate/Im2uUser.hbm.xml" />
58
                <mapping resource="my/com/upass/maybank/entities/hibernate/M2uUser.hbm.xml" />
59
                <mapping resource="my/com/upass/maybank/entities/hibernate/StockUser.hbm.xml" />
60
                <mapping resource="my/com/upass/maybank/entities/hibernate/TicketingUser.hbm.xml" />
61
                
62
        </session-factory>
63
</hibernate-configuration>