Skip to content

Commit

Permalink
Changed the naming strategy that RobeHibernateNamingStrategy used fro…
Browse files Browse the repository at this point in the history
…m ImprovedNamingStrategy to EJB3NamingStrategy.
  • Loading branch information
recep committed Sep 1, 2016
1 parent 10d88dd commit 7926ab7
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>io.robe</groupId>
<artifactId>robe-parent</artifactId>
<version>0.5.0.0-1035</version>
<version>0.5.0.0-1036</version>

<packaging>pom</packaging>
<name>Robe Project</name>
Expand Down
2 changes: 1 addition & 1 deletion robe-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.robe</groupId>
<artifactId>robe-parent</artifactId>
<version>0.5.0.0-1035</version>
<version>0.5.0.0-1036</version>

</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion robe-assets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.robe</groupId>
<artifactId>robe-parent</artifactId>
<version>0.5.0.0-1035</version>
<version>0.5.0.0-1036</version>

</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion robe-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.robe</groupId>
<artifactId>robe-parent</artifactId>
<version>0.5.0.0-1035</version>
<version>0.5.0.0-1036</version>

</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion robe-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.robe</groupId>
<artifactId>robe-parent</artifactId>
<version>0.5.0.0-1035</version>
<version>0.5.0.0-1036</version>

</parent>

Expand Down
2 changes: 1 addition & 1 deletion robe-convert/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.robe</groupId>
<artifactId>robe-parent</artifactId>
<version>0.5.0.0-1035</version>
<version>0.5.0.0-1036</version>

</parent>

Expand Down
2 changes: 1 addition & 1 deletion robe-crud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.robe</groupId>
<artifactId>robe-parent</artifactId>
<version>0.5.0.0-1035</version>
<version>0.5.0.0-1036</version>

</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion robe-guice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.robe</groupId>
<artifactId>robe-parent</artifactId>
<version>0.5.0.0-1035</version>
<version>0.5.0.0-1036</version>

</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion robe-hibernate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.robe</groupId>
<artifactId>robe-parent</artifactId>
<version>0.5.0.0-1035</version>
<version>0.5.0.0-1036</version>

</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package io.robe.hibernate.conf;

import org.hibernate.cfg.ImprovedNamingStrategy;
import org.hibernate.cfg.DefaultNamingStrategy;

/**
* Custom named strategy for table names
* read from robe.yml -hibernate.prefix
*/
public class RobeHibernateNamingStrategy extends ImprovedNamingStrategy {
public class RobeHibernateNamingStrategy extends DefaultNamingStrategy {
private static final long serialVersionUID = 1L;
private String prefix;

Expand Down
2 changes: 1 addition & 1 deletion robe-mail/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.robe</groupId>
<artifactId>robe-parent</artifactId>
<version>0.5.0.0-1035</version>
<version>0.5.0.0-1036</version>

</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion robe-quartz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.robe</groupId>
<artifactId>robe-parent</artifactId>
<version>0.5.0.0-1035</version>
<version>0.5.0.0-1036</version>

</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion robe-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.robe</groupId>
<artifactId>robe-parent</artifactId>
<version>0.5.0.0-1035</version>
<version>0.5.0.0-1036</version>

</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 7926ab7

Please sign in to comment.