Class RepositoryDescriptor


  • public class RepositoryDescriptor
    extends Object
    Low-level VCS Repository Descriptor.
    • Constructor Detail

      • RepositoryDescriptor

        public RepositoryDescriptor()
      • RepositoryDescriptor

        public RepositoryDescriptor​(RepositoryDescriptor other)
        Copy constructor.
    • Method Detail

      • setName

        public void setName​(String name)
      • isDefault

        public Boolean isDefault()
      • isHeadless

        public Boolean isHeadless()
        Since:
        11.2
      • getCachingMapperEnabled

        public boolean getCachingMapperEnabled()
      • getDDLMode

        public String getDDLMode()
      • getNoDDL

        public boolean getNoDDL()
      • getSoftDeleteEnabled

        public boolean getSoftDeleteEnabled()
      • setSoftDeleteEnabled

        protected void setSoftDeleteEnabled​(boolean enabled)
      • getProxiesEnabled

        public boolean getProxiesEnabled()
      • setProxiesEnabled

        protected void setProxiesEnabled​(boolean enabled)
      • getArrayColumns

        public boolean getArrayColumns()
      • setArrayColumns

        public void setArrayColumns​(boolean enabled)
      • getChildNameUniqueConstraintEnabled

        public boolean getChildNameUniqueConstraintEnabled()
      • getCollectionUniqueConstraintEnabled

        public boolean getCollectionUniqueConstraintEnabled()
      • setQueryMakerDeprecated

        public void setQueryMakerDeprecated​(String klass)
      • getFulltextAnalyzer

        public String getFulltextAnalyzer()
      • setFulltextAnalyzer

        public void setFulltextAnalyzer​(String fulltextAnalyzer)
      • getFulltextCatalog

        public String getFulltextCatalog()
      • setFulltextCatalog

        public void setFulltextCatalog​(String fulltextCatalog)
      • setFulltextFieldSizeLimit

        public void setFulltextFieldSizeLimit​(int fieldSizeLimit)
      • setFulltextDisabled

        public void setFulltextDisabled​(boolean disabled)
      • setFulltextStoredInBlob

        public void setFulltextStoredInBlob​(boolean storedInBlob)
        Since:
        11.1
      • setFulltextSearchDisabled

        public void setFulltextSearchDisabled​(boolean disabled)
      • setFulltextExcludedTypes

        public void setFulltextExcludedTypes​(Set<String> fulltextExcludedTypes)
      • setFulltextIncludedTypes

        public void setFulltextIncludedTypes​(Set<String> fulltextIncludedTypes)
      • getPathOptimizationsEnabled

        public boolean getPathOptimizationsEnabled()
      • setPathOptimizationsEnabled

        protected void setPathOptimizationsEnabled​(boolean enabled)
      • getPathOptimizationsVersion

        public int getPathOptimizationsVersion()
      • getAclOptimizationsEnabled

        public boolean getAclOptimizationsEnabled()
      • setAclOptimizationsEnabled

        protected void setAclOptimizationsEnabled​(boolean enabled)
      • getReadAclMaxSize

        public int getReadAclMaxSize()
      • isChangeTokenEnabled

        public boolean isChangeTokenEnabled()
        Since:
        9.1
      • setChangeTokenEnabled

        public void setChangeTokenEnabled​(boolean enabled)
        Since:
        9.1