Fix Oracle identifier is too long test failure
This commit is contained in:
parent
7275f160a7
commit
e2a1ae27d7
|
@ -16,7 +16,7 @@ import javax.persistence.ManyToOne;
|
||||||
* @author Yoann Rodière
|
* @author Yoann Rodière
|
||||||
* @author Guillaume Smet
|
* @author Guillaume Smet
|
||||||
*/
|
*/
|
||||||
@Entity
|
@Entity(name = "LAENTITY")
|
||||||
public class LazyAbstractEntityReference {
|
public class LazyAbstractEntityReference {
|
||||||
|
|
||||||
@Id
|
@Id
|
||||||
|
|
Loading…
Reference in New Issue