Interface CollectionIdSource
public interface CollectionIdSource
-
Method Summary
Modifier and TypeMethodDescriptionObtain source information about the column for the collection id.Obtain the name of the identifier value generator.Obtain information about the Hibernate type (Type
) for the collection id
-
Method Details
-
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
-
getParameters
- Returns:
- The identifier generator configuration parameters
-