So. any examples on how to use the custon data fields properly? Do I need any extra annotations?

@Basic
@Column(name="DATA0")
private CustomData data;


and I have registered a ValueHandler that deals with CustomData type..

Reply via email to