Uses of Class
org.jpox.store.mapped.mapping.SingleFieldMultiMapping

Packages that use SingleFieldMultiMapping
org.jpox.store.mapped.mapping Package providing mappings for all supported Java types in JPOX. 
 

Uses of SingleFieldMultiMapping in org.jpox.store.mapped.mapping
 

Subclasses of SingleFieldMultiMapping in org.jpox.store.mapped.mapping
 class Arc2dDoubleMapping
          Mapping for java.awt.geom.Arc2D.Double, maps the x, y, width, height, start and extent values to double-precision datastore fields.
 class Arc2dFloatMapping
          Mapping for java.awt.geom.Arc2D.Float, maps the x, y, width, height, start and extent values to float-precision datastore fields.
 class ColorMapping
          Mapping for java.awt.Color mapping the red, green, blue and alpha values to datastore fields.
 class CubicCurve2dDoubleMapping
          Mapping for java.awt.geom.CubicCurve2D.Double, maps the x1, y1, ctrlx1, ctrly1, ctrlx2, ctrly2, x2 and y2 values to double-precision datastore fields.
 class CubicCurve2dFloatMapping
          Mapping for java.awt.geom.CubicCurve2D.Float, maps the x1, y1, ctrlx1, ctrly1, ctrlx2, ctrly2, x2 and y2 values to float-precision datastore fields.
 class Ellipse2dDoubleMapping
          Mapping for java.awt.geom.Ellipse2D.Double, maps the x, y, width and height values to double-precision datastore fields.
 class Ellipse2dFloatMapping
          Mapping for java.awt.geom.Ellipse2D.Float, maps the x, y, width and height values to float-precision datastore fields.
 class GregorianCalendarMapping
          Maps the class fields of a GregorianCalendar to datastore fields.
 class Line2dDoubleMapping
          Mapping for java.awt.geom.Line2D.Double, maps the x1, y1, x2 and y2 values to double-precision datastore fields.
 class Line2dFloatMapping
          Mapping for java.awt.geom.Line2D.Float, maps the x1, y1, x2 and y2 values to float-precision datastore fields.
 class Point2dDoubleMapping
          Mapping for java.awt.geom.Point2D.Double, maps the x and y values to double-precision datastore fields.
 class Point2dFloatMapping
          Mapping for java.awt.geom.Point2D.Float, maps the x and y values to float-precision datastore fields.
 class PointMapping
          Mapping for java.awt.Point to its datastore representation.
 class PolygonMapping
          Mapping for java.awt.Polygon, maps the points to int-precision datastore fields.
 class QuadCurve2dDoubleMapping
          Mapping for java.awt.geom.QuadCurve2D.Double, maps the x1, y1, ctrlx, ctrly, x2 and y2 values to double-precision datastore fields.
 class QuadCurve2dFloatMapping
          Mapping for java.awt.geom.QuadCurve2D.Float, maps the x1, y1, ctrlx, ctrly, x2 and y2 values to float-precision datastore fields.
 class Rectangle2dDoubleMapping
          Mapping for java.awt.geom.Rectangle2D.Double, maps the x, y, width and height values to double-precision datastore fields.
 class Rectangle2dFloatMapping
          Mapping for java.awt.geom.Rectangle2D.Float, maps the x, y, width and height values to float-precision datastore fields.
 class RectangleMapping
          Mapping for java.awt.Rectangle, maps the x, y, width and height values to int-precision datastore fields.
 class RoundRectangle2dDoubleMapping
          Mapping for java.awt.geom.RoundRectangle2D.Double, maps the x, y, width, height, arc-width and arc-height values to double-precision datastore fields.
 class RoundRectangle2dFloatMapping
          Mapping for java.awt.geom.RoundRectangle2D.Float, maps the x, y, width, height, arc-width and arc-height values to float-precision datastore fields.
 



Copyright © -2008 . All Rights Reserved.