Class PersistenceUnitBinder

  • All Implemented Interfaces:
    Binder

    public class PersistenceUnitBinder
    extends AbstractBinder
    Persistence unit injection binder.
    • Field Detail

      • servletConfig

        private final javax.servlet.ServletConfig servletConfig
      • PERSISTENCE_UNIT_PREFIX

        public static final java.lang.String PERSISTENCE_UNIT_PREFIX
        Prefix of the persistence unit init param.
        See Also:
        Constant Field Values
    • Method Detail

      • configure

        protected void configure()
        Description copied from class: AbstractBinder
        Implement to provide binding definitions using the exposed binding methods.
        Specified by:
        configure in class AbstractBinder