FileDocCategorySizeDatePackage
SQLLoadableCollection.javaAPI DocHibernate 3.2.5270Fri Oct 14 17:43:44 BST 2005org.hibernate.persister.collection

SQLLoadableCollection.java

package org.hibernate.persister.collection;

public interface SQLLoadableCollection extends QueryableCollection {

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