This commit is contained in:
parent
2eefe98203
commit
55ad655a5e
|
|
@ -46,7 +46,7 @@ public abstract class AvgFunction extends Metrics implements AcceptableValue<Lon
|
|||
|
||||
@Setter
|
||||
@Getter
|
||||
@Column(columnName = ENTITY_ID)
|
||||
@Column(columnName = ENTITY_ID, length = 512)
|
||||
private String entityId;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ public abstract class AvgHistogramFunction extends Metrics implements Acceptable
|
|||
|
||||
@Setter
|
||||
@Getter
|
||||
@Column(columnName = ENTITY_ID)
|
||||
@Column(columnName = ENTITY_ID, length = 512)
|
||||
private String entityId;
|
||||
@Getter
|
||||
@Setter
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ public abstract class HistogramFunction extends Metrics implements AcceptableVal
|
|||
|
||||
@Setter
|
||||
@Getter
|
||||
@Column(columnName = ENTITY_ID)
|
||||
@Column(columnName = ENTITY_ID, length = 512)
|
||||
private String entityId;
|
||||
@Getter
|
||||
@Setter
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ public abstract class PercentileFunction extends Metrics implements AcceptableVa
|
|||
|
||||
@Setter
|
||||
@Getter
|
||||
@Column(columnName = ENTITY_ID)
|
||||
@Column(columnName = ENTITY_ID, length = 512)
|
||||
private String entityId;
|
||||
@Getter
|
||||
@Setter
|
||||
|
|
|
|||
Loading…
Reference in New Issue