Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1082 → Rev 1225

/hostadmiral/branches/hibernate3/src/ak/hostadmiral/core/model/User.java
174,7 → 174,7
 
/**
*
* @hibernate.set cascade="all" lazy="true"
* @hibernate.set cascade="all"
* @hibernate.collection-key column="obj"
* @hibernate.collection-one-to-many class="ak.hostadmiral.core.model.PasswordStoreAbstract"
*/
301,7 → 301,7
 
/**
*
* @hibernate.set lazy="true"
* @hibernate.set
* @hibernate.collection-key column="usr"
* @hibernate.collection-one-to-many class="ak.hostadmiral.core.model.UserLogin"
*/