org.jboss.ejb.plugins.cmp.jdbc.metadata
Class JDBCUserTypeMappingMetaData

java.lang.Object
  extended byorg.jboss.ejb.plugins.cmp.jdbc.metadata.JDBCUserTypeMappingMetaData

public class JDBCUserTypeMappingMetaData
extends Object

Immutable class, instances of which represent user type mappings.

Author:
Alex Loubyansky

Constructor Summary
JDBCUserTypeMappingMetaData(Element userMappingEl)
           
 
Method Summary
 byte checkDirtyAfterGet()
           
 String getJavaType()
           
 String getMappedType()
           
 String getMapper()
           
 String getStateFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCUserTypeMappingMetaData

public JDBCUserTypeMappingMetaData(Element userMappingEl)
                            throws org.jboss.deployment.DeploymentException
Method Detail

getJavaType

public String getJavaType()

getMappedType

public String getMappedType()

getMapper

public String getMapper()

checkDirtyAfterGet

public byte checkDirtyAfterGet()

getStateFactory

public String getStateFactory()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.