All Classes Interface Summary Class Summary Annotation Types Summary
| Class |
Description |
| ApplicationJpaTracking |
|
| BaseJpaNotificationStateRepository |
|
| BasicJpaRSQLCriteriaBuilder |
|
| CatalogJpaTracking |
|
| ChangeDetailListConverter |
Transforms a list of ChangeDetail into a JSON object String and vice-versa.
|
| CommonEnvironmentPostProcessor |
Default property overrides for the common library
|
| CriteriaContext |
Threadlocal context intended to store criteria and Link related information during RSQL
conversion to a collection of Predicate.
|
| CustomerContextJpaTracking |
|
| DataTrackingJpaAutoConfiguration |
Auto configuration entry point for jpa data tracking library
|
| DefaultApplicationOwnedCatalogNativeSqlStrategy |
Standard strategy for fetching an inheritance line from a starting catalog to a leaf catalog
owned by a application.
|
| DefaultJpaNarrowingHelper |
|
| DefaultJpaRSQLArgumentParser |
Takes out any regex special characters from being passed to the query engine
|
| DefaultJpaRSQLCriteriaBuilder |
|
| DefaultJpaRsqlFilterRulesCriteriaBuilder |
Converts catalog filtration rules to JPA critera Predicate instances based on RSQL
operations.
|
| DefaultJpaRSQLVisitor |
Allows visiting an RSQL node to transform into a JPA Predicate
|
| DefaultMultiRootCatalogGraphNativeSqlStrategy |
Standard strategy for fetching a complete catalog inheritance graph given multiple starting
points.
|
| DefaultMultiTopDownCatalogGraphNativeSqlStrategy |
Standard strategy for fetching an inheritance line from top starting catalogs down to leaf
catalogs.
|
| DomainMapperJpaAutoConfiguration |
|
| DomainMapperJpaAutoConfiguration.ModelMapperCacheConfig |
Configuration for ModelMapper caching.
|
| EnableJpaTrackableFlow |
This annotation facilitates auto generation of boilerplate Trackable lifecycle components
based on new persistence domain.
|
| EnableJpaTrackableFlows |
|
| FailFastJpaConfigValidator |
Validation class that runs at system startup and determines if there are any JPA entity
configuration problems detected with entity classes registered with Spring Data.
|
| FieldOverrideListConverter |
Transforms a list of FieldOverride into a JSON object String and vice-versa.
|
| FullJpaTracking |
|
| HsqlApplicationOwnedCatalogNativeSqlStrategy |
HSQL specific strategy for fetching an inheritance line from a starting catalog to a leaf catalog
owned by a application.
|
| HsqlMultiRootCatalogGraphNativeSqlStrategy |
HSQL specific strategy for fetching a complete catalog inheritance graph given multiple starting
points.
|
| HsqlMultiTopDownCatalogGraphNativeSqlStrategy |
HSQL strategy for fetching an inheritance line from top starting catalogs down to leaf catalogs.
|
| JpaApplication |
Represents the tenant concept of a storefront structure.
|
| JpaApplicationCatalogRef |
|
| JpaApplicationInfo |
|
| JpaBasicAudit |
Hold basic audit information to indicate author and timing for entity mutation
|
| JpaCatalog |
Represents a catalog node in an overall catalog tree.
|
| JpaCatalogInfo |
|
| JpaCatalogParentInfo |
|
| JpaCatalogRef |
Reference structure for a JpaCatalog to one or more parent catalogs.
|
| JpaChangeContainer |
|
| JpaCommonApplicationRepository<D extends JpaApplication> |
|
| JpaCommonCatalogRepository<D extends JpaCatalog> |
Domain specific ( JpaCatalog) repository declaration.
|
| JpaCommonMarketplaceApplicationCatalogRepository<D extends JpaMarketplaceApplicationCatalog> |
|
| JpaContextCriteriaUtility |
Contains convenience methods for building JPA query criteria from a ContextInfo.
|
| JpaCriteriaBuilderRsqlVisitor |
Marker interface for an RSQL visitor that builds Predicate.
|
| JpaCustomizedCommonCatalogRepository<D extends JpaCatalog> |
|
| JpaCustomizedCommonSandboxableEntityRepository |
|
| JpaFieldOverride |
|
| JpaFiltersCriteriaBuilder |
Converts the CatalogRef.getInclusionFilters() and
CatalogRef.getExclusionFilters() into Criteria that Jpa can interpret and apply with the
rest of the criteria.
|
| JpaMappableRepositoryFactory |
Customized version of JpaRepositoryFactory to support an automatic repository fragment
that includes RSQL find method support.
|
| JpaMappableRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,I>,S,I extends Serializable> |
Customized version of JpaRepositoryFactoryBean to support special filtering of repository
query method results.
|
| JpaMappableRsqlFilterExecutor<D,I> |
|
| JpaMarketplaceApplicationCatalog |
Reference structure for a Application to its individually assigned Catalog
instances.
|
| JpaMessagingAutoConfiguration |
|
| JpaModelMapperSerializationHelper |
Jpa version of ModelMapperSerializationHelper
|
| JpaNarrowExecutor |
Filters results based on sandbox and multitenant (i.e.
|
| JpaNarrowingHelper |
Helper for dealing with explicitly constructed JpaNarrowingHelper.JpaCriterias instances in order to make
sure the results of those queries are filtered using a NarrowExecutor.
|
| JpaNarrowingHelper.JpaCriterias<D> |
Represents a query or queries to utilize for a fetch through the target
NarrowExecutor.
|
| JpaNotificationState |
|
| JpaNotificationStateRepositoryFragment |
An implementation of the NotificationStateRepositoryFragment that does not depend on
Trackable information, but rather a notificationStates embedded collection managed with
the entity
|
| JpaNotificationStateService |
|
| JpaNotificationStateUtility |
Utility class focused on easing the requirements for retrieving a list of
NotificationState instances from the API of a domain class.
|
| JpaParameters |
Extension of Spring's JpaParameters to
allow for a factory creation of
JpaParameters.JpaParameter extension that
includes support for additional special parameter types.
|
| JpaParameters.JpaParameter |
|
| JpaProperties |
Describe any JPA related behavioral properties
|
| JpaQueryMethod |
Extension of Spring's JpaQueryMethod to
allow for creation of a special version of
JpaParameters that recognizes additional
special types to ignore for binding.
|
| JpaRSQLArgumentParser |
Marker interface for the JPA version of RSQLArgumentParser.
|
| JpaRSQLCriteriaBuilder |
Construct Predicate instances based on information from the RSQL parsing process.
|
| JpaSandboxInfo |
|
| JpaSortTransfer |
Simple POJO used for mapping sorting field changes to Sortable repository domain.
|
| JpaTrackableDomainMapperMemberSupport |
|
| JpaTrackableFlowComponentFactory |
Factory for dynamically creating a JPA based BaseTrackableRepository interface class for
a given JPA entity class.
|
| JpaTrackableNotificationStateRepository |
Adds in functionality for TrackableRepository to make modifications to notification
states
|
| JpaTrackableProjectionFactoryBeanRegistrar |
|
| JpaTrackableProjectionFactoryBeanRegistrar.ProjectionFactoryBean |
|
| JpaTrackableRepository<D extends com.broadleafcommerce.data.tracking.core.Trackable> |
Version of TrackableRepository backed by Jpa.
|
| JpaTrackableRepositoryFactory |
Customized version of JpaRepositoryFactory to support a custom version of
PartTreeJpaQuery.
|
| JpaTrackableRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,I>,S,I extends Serializable> |
Customized version of JpaRepositoryFactoryBean to support special filtering of repository
query method results.
|
| JpaTrackableRsqlFilterExecutor<D extends com.broadleafcommerce.data.tracking.core.Trackable,I> |
|
| JpaTrackingConfig |
Configuration class for providing repository domain component prototype factories.
|
| JpaTransientAware |
Convert transient fields in a Jpa entity to another state for persistence.
|
| JpaTransitionAutoConfiguration |
|
| LinkedPredicate |
A variation of Predicate that targets the linked entity referenced via a Link
annotated repository domain field.
|
| MappableNotificationStateListener |
JpaNotificationState in non-Tracking entities implementing ModelMapperMappable
and NotificationStateAware is represented in a separate Java entity class.
|
| MaxFieldVersionsConverter |
Transforms a String multi-dimensional array to a JSON string for persistence.
|
| NarrowingPartTreeJpaQuery |
Customized version of PartTreeJpaQuery to support special filtering of results from a
repository query method.
|
| NativeSqlStrategy |
In some cases, native SQL is required to perform specialized database operations.
|
| NativeSqlStrategyManager |
|
| NotificationStateValueUpdater |
Additional functionality for flows that need to work with NotificationState as a separate
concept from the entity itself.
|
| OracleApplicationOwnedCatalogNativeSqlStrategy |
Oracle specific strategy for fetching an inheritance line from a starting catalog to a leaf
catalog owned by a application.
|
| OracleMultiRootCatalogGraphNativeSqlStrategy |
Standard strategy for fetching a complete catalog inheritance graph given multiple starting
points.
|
| OracleMultiTopDownCatalogGraphNativeSqlStrategy |
Oracle strategy for fetching an inheritance line from top starting catalogs down to leaf
catalogs.
|
| QueryPreparer |
Performs final preparation of a Jpa Query before execution.
|
| RSQLVisitorHolder<T> |
Holder for an underlying RSQLVisitor.
|
| SandboxJpaTracking |
|
| TenantJpaTracking |
|
| TenantSyncJpaConfiguration |
Jpa-specific initialization for tenant synchronization
|
| TrackableJpaQueryLookupStrategy |
Query lookup strategy to execute finders.
|
| TrackableJpaQueryLookupStrategy.AbstractQueryLookupStrategy |
Base class for QueryLookupStrategy implementations that need access to an
EntityManager.
|
| TrackableJpaQueryLookupStrategy.CreateIfNotFoundQueryLookupStrategy |
QueryLookupStrategy to try to detect a declared query first (
Query, JPA named query).
|
| TrackableJpaQueryLookupStrategy.CreateQueryLookupStrategy |
QueryLookupStrategy to create a query from the method name.
|
| TrackableJpaQueryLookupStrategy.DeclaredQueryLookupStrategy |
QueryLookupStrategy that tries to detect a declared query declared via Query
annotation followed by a JPA named query lookup.
|
| TrackingListener |
Some of the field values in Tracking based embeddables are represented in the Java entity
classes as object structures, but are saved in the database as JSON.
|