Skip to content

Commit 9abb7b0

Browse files
committed
Added travis badge and fixed script permissions
1 parent 39e0c3c commit 9abb7b0

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Spring Data JPA Specification DSL for Kotlin #
1+
# Spring Data JPA Specification DSL for Kotlin [![Build Status](https://travis-ci.org/consoleau/kotlin-jpa-specification-dsl.svg?branch=master)](https://travis-ci.org/consoleau/kotlin-jpa-specification-dsl)
22

33
This library provides a fluent DSL for querying spring data JPA repositories using spring data Specifications (i.e. the JPA Criteria API), without boilerplate code or a generated metamodel.
44

@@ -156,4 +156,4 @@ The code converts a `KProperty1<T,R>` to a `Path<T>` using `root.get<R>(property
156156

157157
Once it has a `Path<R>` to work with, it delegates to the `makePredicate` function to configure the `CriteriaBuilder` given the `Path`.
158158

159-
The `makePredicate` function passed to `spec` is an extension function on `CriteraiBuilder`. So when `equal(it, x)` is called from inside the `spec` block, it is invoking `CriteriaBuilder::equal`.
159+
The `makePredicate` function passed to `spec` is an extension function on `CriteraiBuilder`. So when `equal(it, x)` is called from inside the `spec` block, it is invoking `CriteriaBuilder::equal`.

gradle/travisBuild.sh

100644100755
File mode changed.

gradlew

100644100755
File mode changed.

0 commit comments

Comments
 (0)