Class SimpleValue

    • Method Detail

      • setCascadeDeleteEnabled

        public void setCascadeDeleteEnabled​(boolean cascadeDeleteEnabled)
      • addColumn

        public void addColumn​(Column column)
      • addColumn

        public void addColumn​(Column column,
                              boolean isInsertable,
                              boolean isUpdatable)
      • addFormula

        public void addFormula​(Formula formula)
      • justAddColumn

        protected void justAddColumn​(Column column)
      • justAddColumn

        protected void justAddColumn​(Column column,
                                     boolean insertable,
                                     boolean updatable)
      • justAddFormula

        protected void justAddFormula​(Formula formula)
      • sortColumns

        protected void sortColumns​(int[] originalOrder)
      • hasFormula

        public boolean hasFormula()
        Specified by:
        hasFormula in interface Value
      • getColumnSpan

        public int getColumnSpan()
        Specified by:
        getColumnSpan in interface Value
      • getColumn

        protected Selectable getColumn​(int position)
      • getConstraintColumns

        public List getConstraintColumns()
      • getTypeName

        public String getTypeName()
      • setTypeName

        public void setTypeName​(String typeName)
      • makeVersion

        public void makeVersion()
      • isVersion

        public boolean isVersion()
      • makeNationalized

        public void makeNationalized()
      • isNationalized

        public boolean isNationalized()
      • makeLob

        public void makeLob()
      • isLob

        public boolean isLob()
      • setTable

        public void setTable​(Table table)
      • getIdentifierGeneratorProperties

        public Properties getIdentifierGeneratorProperties()
      • getIdentifierGeneratorStrategy

        public String getIdentifierGeneratorStrategy()
        Returns the identifierGeneratorStrategy.
        Returns:
        String
      • setIdentifierGeneratorProperties

        public void setIdentifierGeneratorProperties​(Properties identifierGeneratorProperties)
        Sets the identifierGeneratorProperties.
        Parameters:
        identifierGeneratorProperties - The identifierGeneratorProperties to set
      • setIdentifierGeneratorProperties

        public void setIdentifierGeneratorProperties​(Map identifierGeneratorProperties)
        Sets the identifierGeneratorProperties.
        Parameters:
        identifierGeneratorProperties - The identifierGeneratorProperties to set
      • setIdentifierGeneratorStrategy

        public void setIdentifierGeneratorStrategy​(String identifierGeneratorStrategy)
        Sets the identifierGeneratorStrategy.
        Parameters:
        identifierGeneratorStrategy - The identifierGeneratorStrategy to set
      • setNullValue

        public void setNullValue​(String nullValue)
        Sets the nullValue.
        Parameters:
        nullValue - The nullValue to set
      • getForeignKeyName

        public String getForeignKeyName()
      • setForeignKeyName

        public void setForeignKeyName​(String foreignKeyName)
      • isConstrained

        public boolean isConstrained()
      • getForeignKeyDefinition

        public String getForeignKeyDefinition()
      • setForeignKeyDefinition

        public void setForeignKeyDefinition​(String foreignKeyDefinition)
      • setAlternateUniqueKey

        public void setAlternateUniqueKey​(boolean unique)
      • isNullable

        public boolean isNullable()
        Specified by:
        isNullable in interface Value
      • isSimpleValue

        public boolean isSimpleValue()
        Specified by:
        isSimpleValue in interface Value
      • setAttributeConverterDescriptor

        protected void setAttributeConverterDescriptor​(ConverterDescriptor descriptor)
      • getAttributeConverterDescriptor

        protected ConverterDescriptor getAttributeConverterDescriptor()
      • isTypeSpecified

        public boolean isTypeSpecified()
      • setTypeParameters

        public void setTypeParameters​(Properties parameterMap)
      • setTypeParameters

        public void setTypeParameters​(Map<String,​String> parameters)
      • getTypeParameters

        public Properties getTypeParameters()
      • copyTypeFrom

        public void copyTypeFrom​(SimpleValue sourceValue)
      • isSame

        public boolean isSame​(Value other)
        Specified by:
        isSame in interface Value
      • isSame

        protected static boolean isSame​(Value v1,
                                        Value v2)
      • isSame

        public boolean isSame​(SimpleValue other)
      • getJpaAttributeConverterDescriptor

        public ConverterDescriptor getJpaAttributeConverterDescriptor()
      • setJpaAttributeConverterDescriptor

        public void setJpaAttributeConverterDescriptor​(ConverterDescriptor descriptor)
      • createParameterImpl

        protected void createParameterImpl()