This handler implementation provides behavior where the child nodes from an
element in the patch document are added to the same node in the source
document.
This handler implementation provides behavior where a list of elements from the
patch document are appended to the same parent element in the source document.
InsertItems() -
Constructor for class org.broadleafcommerce.profile.extensibility.context.merge.handlers.InsertItems
Decorator that exposes a JPA 2.0 compliant PersistenceUnitInfo interface for a
JPA 1.0 based SpringPersistenceUnitInfo object, adapting the getSharedCacheMode
and getValidationMode methods from String names to enum return values.
This adapter class allows the developer to create a merge handler
instance and only override a subset of the functionality, instead of
having to provide an independent, full implementation of the MergeHandler
interface.
Determine and return the runtime environment; if an implementation is
unable to determine the runtime environment, null can be returned to
indicate this.
Provides a means for classes that do not normally have access to
a servlet context or application context to be able to obtain
the current Spring ApplicationContext instance.
Determines the current runtime environment by reading a system property
(specified in environmentKey); if no system property is specified, a
(reasonable) default of "runtime.environment" is used.