1

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.

Prophet
  • 32,350
  • 22
  • 54
  • 79
Suva
  • 55
  • 2
  • 9

1 Answers1

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