Re: [elephant-devel] Getting list of persistent classes in a store

2007-06-16 Thread Ian Eslick
There isn't anything formally exported, but you can do the following. (map-btree (lambda (k v) (print k)) (elephant::controller-class-root *store-controller*)) Ian On Jun 15, 2007, at 9:36 PM, Joubert Nel wrote: Hi all, How can I determine what persistent class objects exist in a

[elephant-devel] Getting list of persistent classes in a store

2007-06-15 Thread Joubert Nel
Hi all, How can I determine what persistent class objects exist in a store? >From the API documentation for persistent classes I notice all the functions require passing of a class, but let's say I don't know what persistent classes have been stored. Any suggestions? Joubert