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

org.hibernate.cfg.binder.PrimaryKeyInfo Maven / Gradle / Ivy

There is a newer version: 5.6.15.Final
Show newest version
package org.hibernate.cfg.binder;

import java.util.Properties;

public class PrimaryKeyInfo {

	public String suggestedStrategy = null;
	public Properties suggestedProperties = null;
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy