org.hibernate.cfg.binder.PrimaryKeyInfo Maven / Gradle / Ivy
package org.hibernate.cfg.binder;
import java.util.Properties;
public class PrimaryKeyInfo {
public String suggestedStrategy = null;
public Properties suggestedProperties = null;
}
package org.hibernate.cfg.binder;
import java.util.Properties;
public class PrimaryKeyInfo {
public String suggestedStrategy = null;
public Properties suggestedProperties = null;
}