@Column(name = "CONTENT_TYPE")
@Type(type = "com.sp.ia.util.SPEnumType", parameters = { @Parameter(name = "enum", value = "com.sp.ia.modal.ContentType")})
private ContentType contentType;
Im getting The annotation @Type must define the attribute value and The attribute type is undefined for the annotation type Type.. Can Anyone help me to replace this in hibernate 6.5.0..
Thank you
I want this to be replaced in hibernate 6.5.0 java 21 version am using.
New contributor
MD Waseem is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1