Skip to main content
summaryrefslogtreecommitdiffstats
blob: cd46cdd4ea1c67ad7784b8efff3e931e58067dcc (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
# <copyright>
#
# Copyright (c) 2005, 2006 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.2 2006/09/29 05:41:03 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

#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