목요일, 1월 16, 2025
HomeLanguageibatis Query xml to mybatis Query xml

ibatis Query xml to mybatis Query xml

ibatis Query xml to mybatis Query xml

 

@nullValue 추가

ibatis2mybatis-master-cust

 

		<xsl:if test="@nullValue">
			<xsl:if test="@nullValue = ''">
				<xsl:attribute name="typeHandler"><xsl:text>StringToNull</xsl:text></xsl:attribute>
			</xsl:if>
			<xsl:if test="@nullValue = '0'">
				<xsl:attribute name="typeHandler"><xsl:text>NumberToZero</xsl:text></xsl:attribute>
			</xsl:if>
			<xsl:if test="@nullValue = 'N'">
				<xsl:attribute name="typeHandler"><xsl:text>StringToN</xsl:text></xsl:attribute>
			</xsl:if>
		</xsl:if>

 

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular