mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-11 20:13:17 +00:00
Migrate to org.hibernate.type.TextType from our custom LobType
This commit is contained in:
@@ -60,7 +60,7 @@ public class MetadataValue implements ReloadableEntity<Integer> {
|
||||
* The value of the field
|
||||
*/
|
||||
@Lob
|
||||
@Type(type = "org.dspace.storage.rdbms.hibernate.DatabaseAwareLobType")
|
||||
@Type(type = "org.hibernate.type.TextType")
|
||||
@Column(name = "text_value")
|
||||
private String value;
|
||||
|
||||
|
Reference in New Issue
Block a user