Interface | Description |
---|---|
EntityManagerInvocationProvider |
Provider for handling standard entity manager operations
Invocation providers are generally added via the following approach in application context xml
|
FilterEnabler |
Capable of enabling or disabling Hibernate
Filter
in the Hibernate Session based on the current,
thread local context. |
SessionProxy |
Class | Description |
---|---|
AbstractFilterEnabler |
Common utility code for
FilterEnabler
implementations. |
BroadleafJpaVendorAdapter |
Spring
JpaVendorAdapter implementation that allows configuration of Braodleaf's
persistence provider (DefaultPersistenceProvider )
as the PersistenceProvider implementation. |
DefaultPersistenceProvider |
Handle PersistenceProvider operations for the enterprise module such that
EntityManager
instances and associated objects are proxied. |
EntityManagerInvocationProviderAdapter |
Adapter class for
EntityManagerInvocationProvider
Subclasses can extend for easier implementation. |
EntityManagerInvocationProviderResponse |
Response object for a persistence operation in
EntityManagerInvocationProvider . |
FilterCheck |
Store information about
EntityManagerInvocationProvider
instances that are qualified to enable Hibernate filters for the current request. |
Enum | Description |
---|---|
EntityManagerInvocationProviderResponseType |
Describes how the
EntityManagerInvocationProvider
handled the persistence operation. |
Copyright © 2019. All rights reserved.