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

org.hibernate.tool.api.metadata.MetadataDescriptor Maven / Gradle / Ivy

There is a newer version: 5.6.15.Final
Show newest version
package org.hibernate.tool.api.metadata;

import java.util.Properties;

import org.hibernate.boot.Metadata;

public interface MetadataDescriptor {
	
	Metadata createMetadata();
	
	Properties getProperties();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy