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

io.quarkuscoffeeshop.infrastructure.OrderRepository Maven / Gradle / Ivy

The newest version!
package io.quarkuscoffeeshop.infrastructure;

import io.quarkus.mongodb.panache.PanacheMongoRepository;
import io.quarkuscoffeeshop.counter.domain.Order;

import javax.enterprise.context.ApplicationScoped;

@ApplicationScoped
public class OrderRepository implements PanacheMongoRepository {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy