Skip to content

Commit 3982b49

Browse files
committed
documentation updates
1 parent 52cece0 commit 3982b49

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/docs/asciidoc/installation.ad

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,9 @@ To add the GORM Logical Delete plugin to an application add the following depend
22

33
[source,groovy,subs="attributes"]
44
compile "org.grails.plugins:gorm-logical-delete:{version}"
5+
6+
Snapshots are now published automatically to Artifactory OSS on every successful build. You can use them by defining this
7+
Maven repository inside the repositories block in your `build.gradle`:
8+
9+
[source,groovy,subs="attributes"]
10+
maven { url "https://oss.jfrog.org/artifactory/oss-snapshot-local" }

src/docs/asciidoc/queries.ad

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,7 @@ include::{projectdir}/src/test/groovy/gorm/logical/delete/DetachedCriteriaSpec.g
4848
The standard `GormEntity<D>` methods of `get`, `load`, `proxy`, `read` are also supported for logical delete.
4949

5050
WARNING: Hibernate Criteria and HQL queries are NOT supported by this plugin.
51+
52+
=== GORM Dataservices
53+
54+
GORM Dataservices are supported for logical delete.

0 commit comments

Comments
 (0)