Uses of Class
org.objectweb.jorm.api.PExceptionProtocol

Packages that use PExceptionProtocol
org.objectweb.jorm.genclass.lib   
org.objectweb.jorm.mapper.fos.genclass   
org.objectweb.jorm.mapper.rdb.adapter   
org.objectweb.jorm.mapper.rdb.genclass   
 

Uses of PExceptionProtocol in org.objectweb.jorm.genclass.lib
 

Methods in org.objectweb.jorm.genclass.lib that throw PExceptionProtocol
 void GenClassBinding.init(PClassMapping pcm)
          It initialises a PBinding.
 

Constructors in org.objectweb.jorm.genclass.lib that throw PExceptionProtocol
GenClassBinding(GenClassMapping mapping)
          It contructs
 

Uses of PExceptionProtocol in org.objectweb.jorm.mapper.fos.genclass
 

Constructors in org.objectweb.jorm.mapper.fos.genclass that throw PExceptionProtocol
FosGenClassBinding(GenClassMapping mapping)
          It constructs a FosGenClassBinding for a GC whose elements are GC in turn.
 

Uses of PExceptionProtocol in org.objectweb.jorm.mapper.rdb.adapter
 

Methods in org.objectweb.jorm.mapper.rdb.adapter that throw PExceptionProtocol
 java.lang.String SybaseAdapter.getSqlGetterName(PType pt, java.lang.String resultSet, int idx, java.lang.String sql)
           
 java.lang.String SqlserverAdapter.getSqlType(PType pt, boolean usedInPK, int size)
           
 java.lang.String SqlserverAdapter.getSqlGetterName(PType pt, java.lang.String resultSet, int idx, java.lang.String sqlColumnType)
           
 java.lang.String SqlserverAdapter.getSqlSetterName(PType pt, java.lang.String value, int idx, java.lang.String sqlColumnType)
           
 java.lang.String SapdbAdapter.getSqlType(PType pt, boolean usedInPK, int size)
           
 java.lang.String SapdbAdapter.getSqlGetterName(PType pt, java.lang.String resultSet, int idx, java.lang.String sql)
           
 java.lang.String RdbAdapter.getSqlType(PType pt, boolean usedInPK, int size)
          This method returns the SQL type linked to the PType specified in parameter.
 java.lang.String RdbAdapter.getSqlGetterName(PType pt, java.lang.String resultSet, int idx)
          This method returns the sql getter method associated to the PType specified in parameter.
 java.lang.String RdbAdapter.getSqlGetterName(PType pt, java.lang.String resultSet, int idx, java.lang.String sqlColumnType)
          This method returns the sql getter method associated to the PType specified in parameter.
 java.lang.String RdbAdapter.getSqlSetterName(PType pt, java.lang.String value, int idx)
          This method returns the sql setter method associated to the PType specified in parameter.
 java.lang.String RdbAdapter.getSqlSetterName(PType pt, java.lang.String value, int idx, java.lang.String sqlColumnType)
          This method returns the sql setter method associated to the PType specified in parameter.
 int RdbAdapter.getSqlTypeCode(PType pt)
          This method returns the SQL type code linked to the PType specified in parameter.
 int RdbAdapter.getSqlTypeCode(PType pt, java.lang.String sqlColumnType)
          This method returns the SQL type code linked to the PType specified in parameter.
 java.lang.String PostgresAdapter.getSqlType(PType pt, boolean usedInPK, int size)
           
 java.lang.String PostgresAdapter.getSqlGetterName(PType pt, java.lang.String resultSet, int idx)
           
 java.lang.String OracleAdapter.getSqlType(PType pt, boolean usedInPK, int size)
           
 java.lang.String OracleAdapter.getSqlGetterName(PType pt, java.lang.String resultSet, int idx, java.lang.String sql)
           
 java.lang.String MysqlAdapter.getSqlType(PType pt, boolean usedInPK, int size)
           
 int MysqlAdapter.getSqlTypeCode(PType pt, java.lang.String sqlColumnType)
           
 java.lang.String MysqlAdapter.getSqlGetterName(PType pt, java.lang.String resultSet, int idx, java.lang.String sql)
           
 java.lang.String MysqlAdapter.getSqlSetterName(PType pt, java.lang.String value, int idx, java.lang.String sqlColumnType)
           
 java.lang.String MckoiAdapter.getSqlType(PType pt, boolean usedInPK, int size)
           
 java.lang.String MckoiAdapter.getSqlGetterName(PType pt, java.lang.String resultSet, int idx, java.lang.String sql)
           
 java.lang.String FirebirdAdapter.getSqlType(PType pt, boolean usedInPK, int size)
           
 java.lang.String FirebirdAdapter.getSqlGetterName(PType pt, java.lang.String resultSet, int idx, java.lang.String sql)
           
 java.lang.String FirebirdAdapter.getSqlSetterName(PType pt, java.lang.String value, int idx, java.lang.String sqlColumnType)
           
 java.lang.String Db2Adapter.getSqlType(PType pt, boolean usedInPK, int size)
           
 java.lang.String Db2Adapter.getSqlGetterName(PType pt, java.lang.String resultSet, int idx)
           
 int BasicRdbAdapter.getSqlTypeCode(PType pt)
          This methods return the SQL type code linked to the PType specified in parameter.
 int BasicRdbAdapter.getSqlTypeCode(PType pt, java.lang.String sqlColumnType)
          This methods return the SQL type code linked to the PType specified in parameter.
 java.lang.String BasicRdbAdapter.getSqlType(PType pt, boolean usedInPK, int size)
           
 java.lang.String BasicRdbAdapter.getSqlGetterName(PType pt, java.lang.String resultSet, int idx)
           
 java.lang.String BasicRdbAdapter.getSqlGetterName(PType pt, java.lang.String resultSet, int idx, java.lang.String sqlColumnType)
           
 java.lang.String BasicRdbAdapter.getSqlSetterName(PType pt, java.lang.String value, int idx)
           
 java.lang.String BasicRdbAdapter.getSqlSetterName(PType pt, java.lang.String value, int idx, java.lang.String sqlColumnType)
           
 

Uses of PExceptionProtocol in org.objectweb.jorm.mapper.rdb.genclass
 

Methods in org.objectweb.jorm.mapper.rdb.genclass that throw PExceptionProtocol
 java.util.Iterator RdbGenClassMapping.getPNameIterator(java.lang.Object conn)
          It returns an iterator over all pname of persitent objects availlable in this class.
 

Constructors in org.objectweb.jorm.mapper.rdb.genclass that throw PExceptionProtocol
RdbGenClassBinding(GenClassMapping mapping)
          It constructs a RdbGenClassBinding.