Class JpaEntityScanBean
java.lang.Object
com.broadleafcommerce.common.jpa.data.entity.JpaEntityScanBean
- All Implemented Interfaces:
com.broadleafcommerce.common.extension.data.DataRoutePartitionAware
public class JpaEntityScanBean
extends Object
implements com.broadleafcommerce.common.extension.data.DataRoutePartitionAware
Simple bean used to inform entity scanning for EntityManagerFactory bean definitions.
- Author:
- Jeff Fischer
-
Field Summary
Fields inherited from interface com.broadleafcommerce.common.extension.data.DataRoutePartitionAware
ALL_MATCH
-
Constructor Summary
ConstructorDescriptionJpaEntityScanBean
(String[] basePackages) JpaEntityScanBean
(String[] basePackages, String dataRoutePartition) -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
String[]
Optional value.int
hashCode()
void
setBasePackages
(String[] basePackages) void
setDataRouteKey
(String dataRouteKey) Optional value.void
setDataRoutePartition
(String dataRoutePartition) toString()
-
Constructor Details
-
JpaEntityScanBean
-
JpaEntityScanBean
-
-
Method Details
-
getBasePackages
-
getDataRoutePartition
- Specified by:
getDataRoutePartition
in interfacecom.broadleafcommerce.common.extension.data.DataRoutePartitionAware
-
getDataRouteKey
Optional value. This is generally set as part ofJpaTrackableFlowScanBeanRegistrar
. -
setBasePackages
-
setDataRoutePartition
-
setDataRouteKey
Optional value. This is generally set as part ofJpaTrackableFlowScanBeanRegistrar
. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-