Interface CollectionIdSource


  • public interface CollectionIdSource
    • 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
      • getParameters

        Map<String,​String> getParameters()
        Returns:
        The identifier generator configuration parameters