Uses of Class
org.hibernate.auction.User

Uses of User in org.hibernate.auction
 

Methods in org.hibernate.auction that return User
 User Bid.getBidder()
           
 User AuctionItem.getSeller()
           
 

Methods in org.hibernate.auction with parameters of type User
 void Main.bidOnAuction(User bidder, AuctionItem item, float amount)
          Demonstrates transitive persistence with detached object support
 void Main.changeUserDetails(User user)
          Demonstrates detached object support
 void Bid.setBidder(User user)
           
 void AuctionItem.setSeller(User user)
           
 



Copyright © 2008 Hibernate.org. All Rights Reserved.