Class JpaClientDelegateProvider

    • Constructor Detail

      • JpaClientDelegateProvider

        public JpaClientDelegateProvider​(JpaClientEntity delegate,
                                         javax.persistence.EntityManager em)
    • Method Detail

      • getDelegate

        public MapClientEntity getDelegate​(boolean isRead,
                                           Enum<? extends EntityField<MapClientEntity>> field,
                                           Object... parameters)
        Description copied from interface: DelegateProvider
        Returns a delegate for and entity for an operation on a field.
        Specified by:
        getDelegate in interface DelegateProvider<MapClientEntity>
        Parameters:
        isRead - true when the delegate requested for a read operation, false otherwise
        field - Identification of the field this delegates operates on. While this parameter can be any object including null, if it is a known field, then it is guaranteed to be one of the EntityFields enumerated in one of the Map*EntityFields enum.
        Returns: