Revise @PrimaryKey
to be an alias for @Column
#1476
Labels
type: enhancement
A general enhancement
Milestone
I have a table that has names like
resource_key
, and the entity POJO is defined like thisThis causes Cassandra to complain that it can't find the column
resourcekey
. I have gotten around this by defining a post-processor:Is there something else I should be doing to make Spring respect the
@Column
value attribute?The text was updated successfully, but these errors were encountered: