Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 77db316059bc981a73aa79a69456e1664f26bf7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# <copyright>
#
# Copyright (c) 2005, 2006, 2007, 2008 Springsite BV (The Netherlands) and others
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#   Martin Taal
# </copyright>
#
# $Id: emft_test.properties,v 1.6 2008/03/30 15:11:58 mtaal Exp $


# <cfgname>.dbadapter= name of a dbadapter (see dbadapters.properties)
# <cfgname>.mapstrategy= mapping strategy, either SINGLE_TABLE or JOINED 
# <cfgname>.optimistic= optimistic setting, either true or false

mysql_s_o.dbadapter=mysql
mysql_s_o.mapstrategy=JOINED
mysql_s_o.optimistic=true

mysql_e_o.ejb3=true
mysql_e_o.dbadapter=mysql
mysql_e_o.mapstrategy=JOINED
mysql_e_o.optimistic=true

hsqldb_h_o.dbadapter=hsqldbmem
hsqldb_h_o.mapstrategy=SINGLE_TABLE
hsqldb_h_o.optimistic=true

#pgsql_a_o.dbadapter=pgsql
#pgsql_a_o.mapstrategy=SINGLE_TABLE
#pgsql_a_o.optimistic=true

#pgsql_s_o.dbadapter=pgsql
#pgsql_s_o.mapstrategy=JOINED
#pgsql_s_o.optimistic=true

#mssql_a_o.dbadapter=mcssql
#mssql_a_o.mapstrategy=SINGLE_TABLE
#mssql_a_o.optimistic=true

#mssql_s_o.dbadapter=mcssql
#mssql_s_o.mapstrategy=JOINED
#mssql_s_o.optimistic=true

Back to the top