Interface CollectionIdSource
-
public interface CollectionIdSource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-
-
Method Detail
-
getColumnSource
ColumnSource getColumnSource()
Obtain source information about the column for the collection id.- Returns:
- The collection id column info.
-
getTypeInformation
HibernateTypeSource getTypeInformation()
Obtain information about the Hibernate type (Type) for the collection id- Returns:
- The Hibernate type information
-
getGeneratorName
String getGeneratorName()
Obtain the name of the identifier value generator.- Returns:
- The identifier value generator name
-
-