Class JcrRepository
- java.lang.Object
-
- ch.colabproject.colab.api.persistence.jcr.JcrRepository
-
public class JcrRepository extends Object
Access to the JCR repository- Author:
- maxence
-
-
Constructor Summary
Constructors Constructor Description JcrRepository()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.jcr.Repository
getRepository()
Get the JCR repositoryvoid
init()
Initialize the repositoryvoid
preDestroy()
Gracefully close repository on shutdown
-