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
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