A routine to perform a search given a filter
which returns the Vector of oid hits in a DatabaseCursor object
this allows small range retrievals with any type of data abstraction
A routine to perform a search given a filter and an ordering
which returns the Vector of oid hits in a DatabaseCursor object
this allows small range retrievals with any type of data abstraction
A routine to perform a search given an ordering
which returns the Vector of oid hits in a DatabaseCursor object
this allows small range retrievals with any type of data abstraction
this class will describe the basics for adding a plugin to the
abra generation framework
callbacks when parsing xml for information storage
and generation calls to run
(this is the generic base a db specific descendant will be copied into this package
given a base output directory
generate a factory class for get/put when given a JClass descriptor
make a new generator with a base directory of outdir
so for foo.bar.FooBar if outdir = /home/dknull
and file_sep = '/' then a class /home/dknull/foo/bar/AbstractFooBarFactory.java is created