Class HsqlCatalogRelationshipNativeSqlStrategy
java.lang.Object
com.broadleafcommerce.tenant.provider.jpa.repository.strategies.HsqlCatalogRelationshipNativeSqlStrategy
- All Implemented Interfaces:
 com.broadleafcommerce.data.tracking.jpa.persistence.NativeSqlStrategy,org.springframework.core.Ordered
public class HsqlCatalogRelationshipNativeSqlStrategy
extends Object
implements com.broadleafcommerce.data.tracking.jpa.persistence.NativeSqlStrategy
Strategy for retrieving a list of catalog IDs that are members of the same inheritance graph.
 This implementation is for HSQL.
- 
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.broadleafcommerce.data.tracking.jpa.persistence.NativeSqlStrategy
getOrder 
- 
Constructor Details
- 
HsqlCatalogRelationshipNativeSqlStrategy
public HsqlCatalogRelationshipNativeSqlStrategy() 
 - 
 - 
Method Details
- 
isValid
public boolean isValid(javax.persistence.EntityManager em) - Specified by:
 isValidin interfacecom.broadleafcommerce.data.tracking.jpa.persistence.NativeSqlStrategy
 - 
getName
- Specified by:
 getNamein interfacecom.broadleafcommerce.data.tracking.jpa.persistence.NativeSqlStrategy
 - 
getSql
- Specified by:
 getSqlin interfacecom.broadleafcommerce.data.tracking.jpa.persistence.NativeSqlStrategy
 
 -