Skip to content

Commit

Permalink
Clear session after n entities managed
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Rua committed Apr 7, 2015
1 parent c3ac60e commit ee1f1a7
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 80 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>orianna-hibernate</artifactId>
<version>2.2.3</version>
<version>2.2.4-SNAPSHOT</version>
<packaging>jar</packaging>

<scm>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>com.robrua</groupId>
<artifactId>orianna</artifactId>
<version>2.2.3</version>
<version>2.2.4-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
1 change: 0 additions & 1 deletion src/com/robrua/orianna/store/HasAllStatus.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
public class HasAllStatus {
@Id
private Class<?> clazz;

private boolean hasAll;

/*
Expand Down
Loading

0 comments on commit ee1f1a7

Please sign in to comment.