Class HooksLifecycleHibInitBean

java.lang.Object
edu.internet2.middleware.grouper.hooks.beans.HooksBean
edu.internet2.middleware.grouper.hooks.beans.HooksLifecycleHibInitBean
All Implemented Interfaces:
GrouperCloneable

public class HooksLifecycleHibInitBean extends HooksBean
 bean to hold objects for hibernate init (add mappings here).
 To add a mapping, call configuration.addResource(path);
 where path is something like this:  some/package/here/Mapping.hbm.xml
 
 
  • Field Details

    • FIELD_CONFIGURATION

      public static final String FIELD_CONFIGURATION
      constant for field name for: configuration
      See Also:
  • Constructor Details

    • HooksLifecycleHibInitBean

      public HooksLifecycleHibInitBean()
    • HooksLifecycleHibInitBean

      public HooksLifecycleHibInitBean(org.hibernate.cfg.Configuration theConfiguration)
      Parameters:
      theConfiguration - is the configuration
  • Method Details