接口 CollectionIdSource
-
public interface CollectionIdSource- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 ColumnSourcegetColumnSource()Obtain source information about the column for the collection id.StringgetGeneratorName()Obtain the name of the identifier value generator.Map<String,String>getParameters()HibernateTypeSourcegetTypeInformation()Obtain information about the Hibernate type (Type) for the collection id
-
-
-
方法详细资料
-
getColumnSource
ColumnSource getColumnSource()
Obtain source information about the column for the collection id.- 返回:
- The collection id column info.
-
getTypeInformation
HibernateTypeSource getTypeInformation()
Obtain information about the Hibernate type (Type) for the collection id- 返回:
- The Hibernate type information
-
getGeneratorName
String getGeneratorName()
Obtain the name of the identifier value generator.- 返回:
- The identifier value generator name
-
-