接口 CollectionIdSource


  • public interface CollectionIdSource
    作者:
    Steve Ebersole
    • 方法详细资料

      • 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
      • getParameters

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