Uses of Class
org.apache.openejb.jee.sun.ColumnPair
-
Packages that use ColumnPair Package Description org.apache.openejb.jee.sun Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of ColumnPair in org.apache.openejb.jee.sun
Fields in org.apache.openejb.jee.sun with type parameters of type ColumnPair Modifier and Type Field Description protected List<ColumnPair>CmrFieldMapping. columnPairprotected List<ColumnPair>SecondaryTable. columnPairMethods in org.apache.openejb.jee.sun that return ColumnPair Modifier and Type Method Description ColumnPairObjectFactory. createColumnPair()Create an instance ofColumnPairMethods in org.apache.openejb.jee.sun that return types with arguments of type ColumnPair Modifier and Type Method Description List<ColumnPair>CmrFieldMapping. getColumnPair()List<ColumnPair>SecondaryTable. getColumnPair()
-