Skip to main content
summaryrefslogtreecommitdiffstats
blob: 53af7896b1fff326c6d1f5e864d80d28d2c54e01 (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
###############################################################################
# Copyright (c) 2008 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
############################################################################### 

CacheTypeComposite_label = Type:
EclipseLinkJavaEntityComposite_caching = Caching	
CacheTypeComposite_full = Full
CacheTypeComposite_weak = Weak
CacheTypeComposite_soft = Soft
CacheTypeComposite_soft_weak = Weak with Soft Subcache
CacheTypeComposite_hard_weak = Weak with Hard Subcache
CacheTypeComposite_cache = Cache
CacheTypeComposite_none =  None

CacheSizeComposite_size = Size:

CacheCoordinationTypeComposite_label = Coordination Type:
CacheCoordinationTypeComposite_send_object_changes = Send Object Changes
CacheCoordinationTypeComposite_invalidate_changed_objects = Invalidate Changed Objects
CacheCoordinationTypeComposite_send_new_objects_with_changes = Send New Objects with Changes
CacheCoordinationTypeComposite_none = None

CachingComposite_sharedLabelDefault = Shared ({0})
CachingComposite_sharedLabel = Shared
CachingComposite_advanced = Advanced

AlwaysRefreshComposite_alwaysRefreshDefault = Always Refresh ({0})
AlwaysRefreshComposite_alwaysRefreshLabel = Always Refresh
RefreshOnlyIfNewerComposite_refreshOnlyIfNewerDefault = Refresh Only if Newer ({0})
RefreshOnlyIfNewerComposite_refreshOnlyIfNewerLabel = Refresh Only if Newer
DisableHitsComposite_disableHitsDefault = Disable Hits ({0})
DisableHitsComposite_disableHitsLabel = Disable Hits

ExistenceCheckingComposite_label = Existence Checking:
ExistenceCheckingComposite_check_cache = Check Cache
ExistenceCheckingComposite_check_database = Check Cache then Database
ExistenceCheckingComposite_assume_existence = Assume Existence
ExistenceCheckingComposite_assume_non_existence = Assume Non-Existence

Back to the top