/* */ private Object getLoadedValue(EntityEnterpriseContext ctx)
/* */ {
/* 834 */ if (!this.loaded)
/* */ {
/* 836 */ PersistentContext pctx = (PersistentContext)ctx.getPersistenceContext();
/* 837 */ pctx.loadCachedRelations(JDBCCMRFieldBridge2.this.cmrIndex, this);
/* 838 */ if (!this.loaded)
/* */ {
/* 840 */ JDBCCMRFieldBridge2.this.loader.load(ctx, this);
/* 841 */ this.loaded = true;
/* 842 */ cacheValue(ctx);