Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Commit

Permalink
Edited README.md via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
akr4 committed Aug 30, 2011
1 parent b548e44 commit 95a0393
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
@@ -1,7 +1,9 @@
Iterator which fetches rows from DB on demand manner.

= Example =
Example
=======

```java
@PersistenceContext
private EntityManager em;

Expand All @@ -16,4 +18,4 @@ public Iterable<Employee> getAllEmployees() {
}
};
}

```

0 comments on commit 95a0393

Please sign in to comment.