columnNames -> fieldNames.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@396 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -32,8 +32,8 @@ import com.samskivert.jdbc.depot.expression.ColumnExp;
|
|||||||
|
|
||||||
@Entity(name="STRING_CODES")
|
@Entity(name="STRING_CODES")
|
||||||
@Table(uniqueConstraints={
|
@Table(uniqueConstraints={
|
||||||
@UniqueConstraint(columnNames={StringCodeRecord.STAT_CODE, StringCodeRecord.VALUE}),
|
@UniqueConstraint(fieldNames={StringCodeRecord.STAT_CODE, StringCodeRecord.VALUE}),
|
||||||
@UniqueConstraint(columnNames={StringCodeRecord.STAT_CODE, StringCodeRecord.CODE})})
|
@UniqueConstraint(fieldNames={StringCodeRecord.STAT_CODE, StringCodeRecord.CODE})})
|
||||||
public class StringCodeRecord extends PersistentRecord
|
public class StringCodeRecord extends PersistentRecord
|
||||||
{
|
{
|
||||||
// AUTO-GENERATED: FIELDS START
|
// AUTO-GENERATED: FIELDS START
|
||||||
|
|||||||
Reference in New Issue
Block a user