Storing methods?

#1

I don't think ObjectDB does this, but I want to ask to make sure: are methods stored in the database along with data?  Thanks.

#2

No, methods are not stored in the database.

Therefore, if in client-server mode user defined methods are in use in queries (supported by ObjectDB as an extension to JPA), the classes must be made available to the server JVM by adding them to classpath.

ObjectDB Support

Reply