Class HsqlChildCatalogsGraphNativeSqlStrategy
java.lang.Object
com.broadleafcommerce.tenant.provider.jpa.repository.strategies.HsqlChildCatalogsGraphNativeSqlStrategy
- All Implemented Interfaces:
 com.broadleafcommerce.data.tracking.jpa.persistence.NativeSqlStrategy,org.springframework.core.Ordered
public class HsqlChildCatalogsGraphNativeSqlStrategy
extends Object
implements com.broadleafcommerce.data.tracking.jpa.persistence.NativeSqlStrategy
HSQL specific strategy for fetching an inheritance line from a starting catalog to all child
 catalogs any level deep.
- Author:
 - Jeff Fischer
 
- 
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE - 
Constructor Summary
ConstructorsConstructorDescriptionHsqlChildCatalogsGraphNativeSqlStrategy(com.broadleafcommerce.data.tracking.jpa.IdType idType)  - 
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
- 
HsqlChildCatalogsGraphNativeSqlStrategy
public HsqlChildCatalogsGraphNativeSqlStrategy(com.broadleafcommerce.data.tracking.jpa.IdType idType)  
 - 
 - 
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
 
 -