Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1011 → Rev 1016

/hostadmiral/trunk/src/ak/hostadmiral/core/model/MailAlias.java
113,7 → 113,7
/**
* @return Collection(MailAliasDestination)
*
* @hibernate.bag inverse="true" cascade="all-delete-orphan"
* @hibernate.bag inverse="true" cascade="all-delete-orphan" lazy="true"
* @hibernate.collection-key column="alias"
* @hibernate.collection-one-to-many class="ak.hostadmiral.core.model.MailAliasDestination"
*/