mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-10 19:43:10 +00:00
[DS-2714] Oracle migration script for the service based api
This commit is contained in:
@@ -21,7 +21,7 @@ import javax.persistence.*;
|
||||
*/
|
||||
@Entity
|
||||
@Inheritance(strategy= InheritanceType.JOINED)
|
||||
@Table(name = "dspaceobject", schema = "public")
|
||||
@Table(name = "dspaceobject")
|
||||
public abstract class DSpaceObject implements Serializable
|
||||
{
|
||||
@Id
|
||||
|
Reference in New Issue
Block a user