fixed
length = -1 << removed!@!!!!!!!!!!!!
This commit is contained in:
parent
432cd07c67
commit
0dfb06c2e6
|
@ -58,7 +58,7 @@ public class InfraOsPort {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Basic
|
@Basic
|
||||||
@Column(name = "PORT_TYPE", nullable = false, length = -1)
|
@Column(name = "PORT_TYPE", nullable = false)
|
||||||
public String getPortType() {
|
public String getPortType() {
|
||||||
return portType;
|
return portType;
|
||||||
}
|
}
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class InfraService {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Basic
|
@Basic
|
||||||
@Column(name = "PORT_TYPE", nullable = false, length = -1)
|
@Column(name = "PORT_TYPE", nullable = false)
|
||||||
public String getPortType() {
|
public String getPortType() {
|
||||||
return portType;
|
return portType;
|
||||||
}
|
}
|
||||||
|
|
|
@ -68,7 +68,7 @@ public class NoAuthProbe {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Basic
|
@Basic
|
||||||
@Column(name = "STATUS", nullable = false, length = -1)
|
@Column(name = "STATUS", nullable = false)
|
||||||
@Enumerated(EnumType.STRING)
|
@Enumerated(EnumType.STRING)
|
||||||
public AuthType getStatus() {
|
public AuthType getStatus() {
|
||||||
return status;
|
return status;
|
||||||
|
|
|
@ -33,7 +33,7 @@ public class Probe {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Column(name = "STATUS", nullable = true, length = -1)
|
@Column(name = "STATUS", nullable = true)
|
||||||
public String getStatus() {
|
public String getStatus() {
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user