Uses of Class
org.hibernate.auction.Bid

Packages that use Bid
org.hibernate.auction   
 

Uses of Bid in org.hibernate.auction
 

Subclasses of Bid in org.hibernate.auction
 class BuyNow
           
 

Methods in org.hibernate.auction that return Bid
 Bid AuctionItem.getSuccessfulBid()
           
 

Methods in org.hibernate.auction with parameters of type Bid
 void AuctionItem.setSuccessfulBid(Bid bid)
           
 



Copyright © 2009 Hibernate.org. All Rights Reserved.