All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.qsy7.index.modules.jpa.service.IntegratedJPAIndexBridgeService Maven / Gradle / Ivy

There is a newer version: 0.3.4
Show newest version
package io.github.qsy7.index.modules.jpa.service;

import io.github.qsy7.datastore.api.repository.Repository;
import jakarta.inject.Inject;

/**
 * @deprecated This class should live in the index project as a JPA module
 */
public class IntegratedJPAIndexBridgeService extends AbstractJPAIndexBridgeService {
  @Inject
  public IntegratedJPAIndexBridgeService(Repository repository) {
    super(repository);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy