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

org.hibernate.persister.collection.SQLLoadableCollection Maven / Gradle / Ivy

The newest version!
package org.hibernate.persister.collection;

public interface SQLLoadableCollection extends QueryableCollection {

	public abstract String[] getCollectionPropertyColumnAliases(String propertyName, String string);
	
	public abstract String getIdentifierColumnName();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy