ing
This commit is contained in:
@@ -85,7 +85,7 @@ public class InfraHost extends Infra {
|
||||
* @return the infraHostIPs
|
||||
*/
|
||||
@OneToMany(fetch = FetchType.EAGER, cascade = CascadeType.ALL, orphanRemoval = true, mappedBy = "infraHost")
|
||||
@OrderColumn(name = "ADDRESS")
|
||||
@OrderColumn(name = "ID")
|
||||
public List<InfraHostIP> getInfraHostIPs() {
|
||||
return infraHostIPs;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user