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

com.blazebit.persistence.integration.hibernate.base.Database Maven / Gradle / Ivy

The newest version!
/*
 * SPDX-License-Identifier: Apache-2.0
 * Copyright Blazebit
 */

package com.blazebit.persistence.integration.hibernate.base;

import org.hibernate.mapping.Table;
import org.hibernate.service.Service;

/**
 *
 * @author Christian Beikov
 * @since 1.6.7
 */
public interface Database extends Service {

    public Table getTable(String name);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy