站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

SQLLoadableCollection (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


org.hibernate.persister.collection
Interface SQLLoadableCollection

All Superinterfaces:
CollectionPersister, Joinable, PropertyMapping, QueryableCollection
All Known Implementing Classes:
AbstractCollectionPersister

public interface SQLLoadableCollection
extends QueryableCollection


Method Summary
 String[] getCollectionPropertyColumnAliases(String propertyName, String string)
           
 String getIdentifierColumnName()
           
 
Methods inherited from interface org.hibernate.persister.collection.QueryableCollection
getElementColumnNames, getElementColumnNames, getElementPersister, getFetchMode, getIndexColumnNames, getIndexColumnNames, getIndexFormulas, getManyToManyOrderByString, getSQLOrderByString, hasWhere, selectFragment
 
Methods inherited from interface org.hibernate.persister.entity.PropertyMapping
getType, toColumns, toColumns, toType
 
Methods inherited from interface org.hibernate.persister.entity.Joinable
consumesCollectionAlias, consumesEntityAlias, filterFragment, fromJoinFragment, getKeyColumnNames, getName, getTableName, isCollection, oneToManyFilterFragment, selectFragment, whereJoinFragment
 
Methods inherited from interface org.hibernate.persister.collection.CollectionPersister
deleteRows, elementExists, getCache, getCacheEntryStructure, getCollectionMetadata, getCollectionSpaces, getCollectionType, getElementByIndex, getElementClass, getElementColumnAliases, getElementNodeName, getElementType, getFactory, getIdentifierColumnAlias, getIdentifierGenerator, getIdentifierType, getIndexColumnAliases, getIndexNodeName, getIndexType, getKeyColumnAliases, getKeyType, getManyToManyFilterFragment, getNodeName, getOwnerEntityPersister, getRole, getSize, hasCache, hasIndex, hasManyToManyOrdering, hasOrdering, hasOrphanDelete, indexExists, initialize, insertRows, isAffectedByEnabledFilters, isArray, isCascadeDeleteEnabled, isExtraLazy, isInverse, isLazy, isManyToMany, isMutable, isOneToMany, isPrimitiveArray, isVersioned, postInstantiate, readElement, readIdentifier, readIndex, readKey, recreate, remove, updateRows
 

Method Detail

getCollectionPropertyColumnAliases

public String[] getCollectionPropertyColumnAliases(String propertyName,
                                                   String string)

getIdentifierColumnName

public String getIdentifierColumnName()