Skip to main content
summaryrefslogtreecommitdiffstats
blob: 6114fe4d252c32fc7b5e52d6dd72fe2bfebfc136 (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
49
50
51
52
################################################################################
# Copyright (c) 2009, 2010 Oracle. 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:
#     Oracle - initial API and implementation
################################################################################

CascadePane2_0_detach=Detach

CollectionTable2_0Composite_title=Collection Table
CollectionTable2_0Composite_joinColumn=Join columns
CollectionTable2_0Composite_name=Name:
CollectionTable2_0Composite_schema=Schema:
CollectionTable2_0Composite_catalog=Catalog:
CollectionTable2_0Composite_overrideDefaultJoinColumns=Override default

DerivedIdentity_title=Derived Identity
DerivedIdentity_nullDerivedIdentity=None
DerivedIdentity_idDerivedIdentity=Id
DerivedIdentity_mapsIdDerivedIdentity=Maps id:
DerivedIdentity_mapsIdUnspecifiedValue=<undetermined value>

ElementCollectionMapping2_0_label=Element Collection
ElementCollectionMapping2_0_linkLabel=element collection
ElementCollectionSection_title=Element Collection
AbstractElementCollectionMapping2_0_Composite_valueSectionTitle=Value
Entity_cacheableLabel=Cacheable
Entity_cacheableWithDefaultLabel=Cacheable ({0})

EmbeddedIdMapping2_0MappedByRelationshipPane_label=Embedded ID is mapped by a relationship.
IdMapping2_0MappedByRelationshipPane_label=ID is mapped by a relationship.

OrderingComposite_orderColumn=Order column

OrphanRemoval2_0Composite_orphanRemovalLabel=Orphan removal
OrphanRemoval2_0Composite_orphanRemovalLabelDefault=Orphan removal ({0})

LockModeComposite_lockModeLabel = Lock mode:

LockModeComposite_read = Read
LockModeComposite_write = Write
LockModeComposite_optimistic = Optimistic
LockModeComposite_optimistic_force_increment = Optimistic Force Increment
LockModeComposite_pessimistic_read = Pessimistic Read
LockModeComposite_pessimistic_write = Pessimistic Write
LockModeComposite_pessimistic_force_increment = Pessimistic Force Increment
LockModeComposite_none = None

TargetClassComposite_label=Target class:

Back to the top