-
May 7th, 2012, 02:52 PM
#1
Spring Data JPA and Hibernate UserType
Hi.
Does Spring Data Jpa (crud) repositories support Hibernate UserTypes?
@Type(type = "se.novamedia.jpaspike.domain.GeometryType")
@Column(name = "GEOM")
public Geometry getGeom() {
return this.geom;
}
Here all properties gets persisted except this property, mapped to a custom hibernate user type.
Cheers
/Jens
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules