HHH-1168 - Problem combining locking and paging on Oracle
This commit is contained in:
parent
4785d7eb2e
commit
dd280b8c27
|
@ -25,11 +25,13 @@ package org.hibernate.test.locking.paging;
|
|||
|
||||
import javax.persistence.Entity;
|
||||
import javax.persistence.Id;
|
||||
import javax.persistence.Table;
|
||||
|
||||
/**
|
||||
* @author Steve Ebersole
|
||||
*/
|
||||
@Entity
|
||||
@Table( name = "door" )
|
||||
public class Door {
|
||||
private Integer id;
|
||||
private String name;
|
||||
|
|
Loading…
Reference in New Issue