Class PluginEntitiesParams

java.lang.Object
de.xima.fc.plugin.models.params.entities.PluginEntitiesParams
All Implemented Interfaces:
IPluginParameters, IPluginEntitiesParams, Serializable

public class PluginEntitiesParams extends Object implements IPluginEntitiesParams
Implementation of the IPluginEntitiesParams. The required data are passed to the constructor, which are then available via the getter methods.
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • PluginEntitiesParams

      public PluginEntitiesParams(javax.persistence.EntityManagerFactory entityManagerFactory, IPluginEmManager pluginEmManager)
      Parameters:
      entityManagerFactory - The EntityManagerFactory that will be passed to the entities plugin.
      pluginEmManager - The IPluginEmManager that will be passed to the entities plugin.
  • Method Details