builder.add(objectValidation, cc.xy(3, 7));
builder.addLabel("Container-Managed Transactions:", cc.xy(1, 9));
builder.add(externalTransactions, cc.xy(3, 9));
builder.addSeparator("Cache Configuration", cc.xywh(1, 11, 7, 1));
builder.addLabel("Max. Number of Objects:", cc.xy(1, 13));
builder.add(cacheSize.getComponent(), cc.xy(3, 13));
builder.addLabel("Use Shared Cache:", cc.xy(1, 15));
builder.add(sharedCache, cc.xy(3, 15));