Skip to content
Randy Merrill edited this page Jan 5, 2012 · 2 revisions

Since Mongo4CF is a wrapper for the Java driver it is sometimes useful to have the direct access to the Java objects for features that are not natively supported in Mongo4CF.

For the mongo, database, collection, and cursor components you can retrieve the underlying Java objects by calling the _getRaw() function.

See the driver documentation for how to use the Java objects.

Clone this wiki locally