Class PersistenceUnitBinder

  • All Implemented Interfaces:
    org.glassfish.jersey.internal.inject.Binder

    public class PersistenceUnitBinder
    extends org.glassfish.jersey.internal.inject.AbstractBinder
    Persistence unit injection binder.
    Author:
    Michal Gajdos
    • Field Detail

      • PERSISTENCE_UNIT_PREFIX

        public static final 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: org.glassfish.jersey.internal.inject.AbstractBinder
        Implement to provide binding definitions using the exposed binding methods.
        Specified by:
        configure in class org.glassfish.jersey.internal.inject.AbstractBinder