[go: nahoru, domu]

Skip to content

Commit

Permalink
Fix JPA by adding type hint for HashSet class
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Raible committed Feb 11, 2022
1 parent e859b13 commit 0c19e4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
19 changes: 0 additions & 19 deletions postgres-mvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -407,25 +407,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.hibernate.orm.tooling</groupId>
<artifactId>hibernate-enhance-maven-plugin</artifactId>
<version>${hibernate.version}</version>
<executions>
<execution>
<configuration>
<failOnError>true</failOnError>
<enableLazyInitialization>true</enableLazyInitialization>
<enableDirtyTracking>true</enableDirtyTracking>
<enableAssociationManagement>true</enableAssociationManagement>
<enableExtendedEnhancement>false</enableExtendedEnhancement>
</configuration>
<goals>
<goal>enhance</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- jhipster-needle-maven-add-plugin -->
</plugins>
<pluginManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
org.hibernate.type.TextType.class,
org.HdrHistogram.Histogram.class,
org.HdrHistogram.ConcurrentHistogram.class,
java.util.HashSet.class
}
)
@SpringBootApplication
Expand Down

0 comments on commit 0c19e4e

Please sign in to comment.