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