cascading deletes and referential integrity

General Information about upcoming products, upgrades, etc.
Posts: 1
Joined: Tue Sep 07, 2010 1:12 pm
PostPosted: Tue Sep 07, 2010 1:22 pm
Hi all,

I’m trying to do something like the following to maintain the referential integrity of my data structure in RAM. I am using a virtual machine with 256 Gigs of RAM for an array of data that shouldn’t balloon to more than 200 Gi on a Xe Wind Server with 64 cores.

@OneToMany(mappedBy="cachedItem", cascade={CascadeType.PERSIST, CascadeType.REMOVE})
public Collection<CachedItemReference> getReferencedItems() {
if (referencedItems == null) {
referencedItems = new java.util.HashSet<CachedItemReference>();
}
return referencedItems;
}

public void setReferencedItems(final Collection<CachedItemReference> references) {
Collection<CachedItemReference> existingRefs = getReferencedItems();
if (!(existingRefs.isEmpty())) {
final Collection<CachedItemReference> clone
= new java.util.HashSet<CachedItemReference>(existingRefs);
for (CachedItemReference reference : clone) {
removeReference(reference);
}
}

for (CachedItemReference reference : references) {
addReference(reference);
}
}

public void addReference(CachedItemReference reference) {
getReferencedItems().add(reference);
reference.setCachedItem(this);
}

public void removeReference(CachedItemReference reference) {
getReferencedItems().remove(reference);
reference.setCachedItem(null);
}

The CachedItemReference object simply has the following method defined

@ManyToOne
public CachedItem getCachedItem() {
return cachedItem;
}

Could the table be aligned to more than one sector and still maintain the algebraic geometric expansion once the magic number is read to the cache by the client? (This is in the virtual protected environment where the client == the processing engine and listener == recvr_port::69)

I thought it might be because I have the blocks masked by a mapping filter but I don’t think that’s it because I’m able to recurse them all the way to the originating zeta stack on Primus.

Any help is appreciated.

Thanks,

Font
Kill 'em all ’n' let God sort ‘em out.

Return to FileMaker Products (General)

Who is online

Users browsing this forum: No registered users and 2 guests

cron
(855) SEEDCODE
[email protected]
Follow us: