org.broadleafcommerce.core.offer.domain
Class CriteriaOfferXref
java.lang.Object
org.broadleafcommerce.core.offer.domain.CriteriaOfferXref
@Entity
public class CriteriaOfferXref
- extends Object
The purpose of this entity is to simply enforce the not null constraints on the two
columns in this join table. Otherwise, during DDL creation, Hibernate was
creating incompatible SQL for MS SQLServer.
- Author:
- jfischer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CriteriaOfferXref
public CriteriaOfferXref()
getCriteriaOfferXrefPK
public CriteriaOfferXref.CriteriaOfferXrefPK getCriteriaOfferXrefPK()
setCriteriaOfferXrefPK
public void setCriteriaOfferXrefPK(CriteriaOfferXref.CriteriaOfferXrefPK criteriaOfferXrefPK)
Copyright © 2012. All Rights Reserved.