org.hibernate.test.annotations.interfaces
Interface User

All Known Implementing Classes:
UserImpl

public interface User


Method Summary
 Collection<Contact> getContacts()
           
 Integer getId()
           
 

Method Detail

getId

Integer getId()

getContacts

Collection<Contact> getContacts()


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.