Class FileTransformationParameter

    • Constructor Detail

      • FileTransformationParameter

        public FileTransformationParameter()
    • Method Detail

      • setId

        public void setId​(String id)
        Sets the identifier.
        Parameters:
        id - the identifier.
        Since:
        6.2.0
      • isToBePersisted

        public boolean isToBePersisted()
        Returns whether this object should be persisted or not.
        Returns:
        whether this object should be persisted or not.
        Since:
        6.2.0
      • setToBePersisted

        public void setToBePersisted​(boolean toBePersisted)
        Sets whether this object should be persisted or not.
        Parameters:
        toBePersisted - indicates whether this object should be persisted or not.
        Since:
        6.2.0
      • isEquivalent

        public boolean isEquivalent​(Object obj)
        Description copied from interface: ICustomEquivalence
        Returns whether this object is equivalent to the given object. If the object is equivalent, it will not need to be updated during synchronization.
        Specified by:
        isEquivalent in interface ICustomEquivalence
        Parameters:
        obj - the object to compare with.
        Returns:
        true if the objects are equivalent, false otherwise.
      • setImplicitValues

        public void setImplicitValues​(org.hibernate.Session session,
                                      Map<String,​String> map)
                               throws Exception
        Set the implicit values of the current parameter.
        Parameters:
        session - the session to be used.
        map - the mapping of identifier indexed by name.
        Throws:
        Exception - if some error occur.
        Since:
        6.2.0