Jackrabbit | How to run SQL insert query

48 Views Asked by At

My application is using the Jackrabbit repository for storing images, but now I need to create a script for that. So, my question is there any way for storing images in the Jackrabbit repo through a script?

1

There are 1 best solutions below

1
Julian Reschke On

"SQL" (it's not really SQL) in the JCR API is only used for querying stuff.

To actually store something, you'll likely need to use the javax.jcr API.