代码搜索:caveatemptor

找到约 17 项符合「caveatemptor」的源代码

代码结果 17
www.eeworm.com/read/151582/5680906

java user.java

package org.hibernate.auction.model; import org.hibernate.auction.exceptions.BusinessException; import java.io.Serializable; import java.util.*; /** * A user of the CaveatEmptor auction ap
www.eeworm.com/read/188900/5205894

java user.java

package org.hibernate.auction.model; import org.hibernate.auction.exceptions.BusinessException; import java.io.Serializable; import java.util.*; /** * A user of the CaveatEmptor auction applicatio
www.eeworm.com/read/332904/3391702

java user.java

package org.hibernate.auction.model; import org.hibernate.auction.exceptions.BusinessException; import java.io.Serializable; import java.util.*; /** * A user of the CaveatEmptor auction applicatio
www.eeworm.com/read/450106/1672427

java user.java

package auction.model; import auction.exceptions.BusinessException; import java.io.Serializable; import java.util.*; /** * A user of the CaveatEmptor auction application. * * @author Christian B
www.eeworm.com/read/394045/2460683

java user.java

package org.hibernate.auction.model; import org.hibernate.auction.exceptions.BusinessException; import java.io.Serializable; import java.util.*; /** * A user of the CaveatEmptor auction ap
www.eeworm.com/read/188900/5205878

java cenamingstrategy.java

package org.hibernate.auction.persistence; import net.sf.hibernate.cfg.NamingStrategy; import net.sf.hibernate.util.StringHelper; /** * Prefix database table and column names with a CaveatEmptor ha
www.eeworm.com/read/332904/3391686

java cenamingstrategy.java

package org.hibernate.auction.persistence; import net.sf.hibernate.cfg.NamingStrategy; import net.sf.hibernate.util.StringHelper; /** * Prefix database table and column names with a CaveatEmptor ha
www.eeworm.com/read/450106/1672430

java shipment.java

package auction.model; import java.util.Date; /** * Escrow base class for CaveatEmptor. * * A particular shipment under supervision, from a seller to a buyer. * * The process (see Shipm
www.eeworm.com/read/151582/5680898

java category.java

package org.hibernate.auction.model; import java.io.Serializable; import java.util.*; /** * The CaveatEmptor Category can have child categories and each has Items. * * Categories can
www.eeworm.com/read/151582/5680922

java alltests.java

package org.hibernate.auction.test; import junit.framework.*; import junit.textui.TestRunner; /** * Run all unit tests for CaveatEmptor. * * @author Christian Bauer