FileDocCategorySizeDatePackage
SQLLoadable.javaAPI DocHibernate 3.2.5915Sun Jul 03 14:42:44 BST 2005org.hibernate.persister.entity

SQLLoadable

public interface SQLLoadable implements Loadable
A class persister that supports queries expressed in the platform native SQL dialect
author
Gavin King, Max Andersen

Fields Summary
Constructors Summary
Methods Summary
public java.lang.String[]getSubclassPropertyColumnAliases(java.lang.String propertyName, java.lang.String suffix)
Return the column alias names used to persist/query the named property of the class or a subclass (optional operation).

public java.lang.String[]getSubclassPropertyColumnNames(java.lang.String propertyName)
Return the column names used to persist/query the named property of the class or a subclass (optional operation).

public org.hibernate.type.TypegetType()
Get the type

public java.lang.StringselectFragment(java.lang.String alias, java.lang.String suffix)
All columns to select, when loading.