pac property unixuser should not be available on api

This commit is contained in:
Peter Hormanns 2015-12-23 15:02:08 +01:00
parent b94f19caba
commit c0958cdc8f

View File

@ -89,7 +89,6 @@ public class Pac extends AbstractEntity implements Serializable {
private Set<PacComponent> pacComponents;
@OneToMany(fetch = LAZY, cascade = ALL, mappedBy="pac")
@AnnFieldIO(rw=ReadWriteAccess.WRITEONCE,validation="[a-z0-9\\-\\.\\_]*")
private Set<UnixUser> unixUser;
public void initPacComponents(EntityManager em, BasePac aBasepac, boolean setDefaults) {