类 MetadataBuilderImpl.MappingDefaultsImpl

    • 方法详细资料

      • getImplicitSchemaName

        public String getImplicitSchemaName()
        从接口复制的说明: MappingDefaults
        Identifies the database schema name to use if none specified in the mapping.
        指定者:
        getImplicitSchemaName 在接口中 MappingDefaults
        返回:
        The implicit schema name; may be null
      • getImplicitCatalogName

        public String getImplicitCatalogName()
        从接口复制的说明: MappingDefaults
        Identifies the database catalog name to use if none specified in the mapping.
        指定者:
        getImplicitCatalogName 在接口中 MappingDefaults
        返回:
        The implicit catalog name; may be null
      • shouldImplicitlyQuoteIdentifiers

        public boolean shouldImplicitlyQuoteIdentifiers()
        从接口复制的说明: MappingDefaults
        Should all database identifiers encountered in this context be implicitly quoted? true indicates that all identifier encountered within this context should be quoted. false indicates indicates that identifiers within this context are onl;y quoted if explicitly quoted.
        指定者:
        shouldImplicitlyQuoteIdentifiers 在接口中 MappingDefaults
        返回:
        true/false
      • getImplicitIdColumnName

        public String getImplicitIdColumnName()
        从接口复制的说明: MappingDefaults
        Identifies the column name to use for the identifier column if none specified in the mapping.
        指定者:
        getImplicitIdColumnName 在接口中 MappingDefaults
        返回:
        The implicit identifier column name
      • getImplicitTenantIdColumnName

        public String getImplicitTenantIdColumnName()
        从接口复制的说明: MappingDefaults
        Identifies the column name to use for the tenant identifier column if none is specified in the mapping.
        指定者:
        getImplicitTenantIdColumnName 在接口中 MappingDefaults
        返回:
        The implicit tenant identifier column name
      • getImplicitDiscriminatorColumnName

        public String getImplicitDiscriminatorColumnName()
        从接口复制的说明: MappingDefaults
        Identifies the column name to use for the discriminator column if none specified in the mapping.
        指定者:
        getImplicitDiscriminatorColumnName 在接口中 MappingDefaults
        返回:
        The implicit discriminator column name
      • getImplicitPackageName

        public String getImplicitPackageName()
        从接口复制的说明: MappingDefaults
        Identifies the package name to use if none specified in the mapping. Really only pertinent for hbm.xml mappings.
        指定者:
        getImplicitPackageName 在接口中 MappingDefaults
        返回:
        The implicit package name.
      • isAutoImportEnabled

        public boolean isAutoImportEnabled()
        从接口复制的说明: MappingDefaults
        Is auto-importing of entity (short) names enabled?
        指定者:
        isAutoImportEnabled 在接口中 MappingDefaults
        返回:
        true if auto-importing is enabled; false otherwise.
      • areEntitiesImplicitlyLazy

        public boolean areEntitiesImplicitlyLazy()
        从接口复制的说明: MappingDefaults
        Identifies whether singular associations (many-to-one, one-to-one) are lazy by default if not specified in the mapping.
        指定者:
        areEntitiesImplicitlyLazy 在接口中 MappingDefaults
        返回:
        The implicit association laziness
      • areCollectionsImplicitlyLazy

        public boolean areCollectionsImplicitlyLazy()
        从接口复制的说明: MappingDefaults
        Identifies whether plural attributes are lazy by default if not specified in the mapping.
        指定者:
        areCollectionsImplicitlyLazy 在接口中 MappingDefaults
        返回:
        The implicit association laziness