I followed the statement DELETE [address : Address]
where Address
is one of the entities. Please help in this regard with possible examples on how to implement DeleteAll
method.
Asked
Active
Viewed 568 times
1 Answers
2
The standard JCR-SQL2 query language defined in the JCR 2.0 (JSR-283) specification is read only, and has no delete (or update or create) functionality.

Randall Hauch
- 7,069
- 31
- 28