ModeShape Distribution 3.0.0.Beta4

Uses of Interface
org.modeshape.jdbc.Transform

Packages that use Transform
org.modeshape.jdbc   
org.modeshape.jdbc.types   
 

Uses of Transform in org.modeshape.jdbc
 

Methods in org.modeshape.jdbc that return Transform
protected  Transform JcrType.getTransform()
          Return the Transform object to use to transform the Value to the correct data type.
 

Constructors in org.modeshape.jdbc with parameters of type Transform
JcrType(int jcrType, int jdbcType, String typeName, Class<?> clazz, int displaySize, int precision, Transform transform)
           
 

Uses of Transform in org.modeshape.jdbc.types
 

Classes in org.modeshape.jdbc.types that implement Transform
 class BlobTransform
           
 class BooleanTransform
           
 class DateTransform
           
 class DecimalTransform
           
 class DoubleTransform
           
 class LongTransform
           
 class StringTransform
           
 class TimeStampTransform
           
 class UUIDTransform
           
 


ModeShape Distribution 3.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.