The <key> element is the column in the UserBehaviour table that holds the foreign key to the parent object i.e. table USERS.
The <one-to-many> element indicates that one USER object relates to many UserBehaviour objects and, as such, the UserBehaviour object must have an USER parent associated with it.