Public Member Functions

com.cosylab.cdb.jdal.HibernateWDAOImpl Class Reference

Inherits com::cosylab::CDB::WDAOOperations.

List of all members.

Public Member Functions

void setRootNode (Object mRootNode)
 HibernateWDAOImpl (Session session, String name, Object rootNode, POA poa, Logger logger)
 HibernateWDAOImpl (Session session, String name, Object rootNode, POA poa, Logger logger, boolean silent, boolean autoCommit)
void setSetvant (org.omg.PortableServer.Servant servant)
void destroy ()
Object getField (String path) throws AcsJCDBFieldDoesNotExistEx
int get_long (String propertyName) throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx
double get_double (String propertyName) throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx
String get_string (String propertyName) throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx
String get_field_data (String propertyName) throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx
String[] get_string_seq (String propertyName) throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx
int[] get_long_seq (String propertyName) throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx
double[] get_double_seq (String propertyName) throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx
void set_long (String propertyName, int value) throws CDBFieldIsReadOnlyEx, CDBFieldDoesNotExistEx
void set_string (String propertyName, String value) throws CDBFieldIsReadOnlyEx, CDBFieldDoesNotExistEx
void set_double (String propertyName, double value) throws CDBFieldIsReadOnlyEx, CDBFieldDoesNotExistEx
void set_field_data (String propertyName, String value) throws CDBFieldIsReadOnlyEx, CDBFieldDoesNotExistEx, WrongCDBDataTypeEx
void set_string_seq (String propertyName, String[] value) throws CDBFieldIsReadOnlyEx, CDBFieldDoesNotExistEx
void set_long_seq (String propertyName, int[] value) throws CDBFieldIsReadOnlyEx, CDBFieldDoesNotExistEx
void set_double_seq (String propertyName, double[] value) throws CDBFieldIsReadOnlyEx, CDBFieldDoesNotExistEx

Constructor & Destructor Documentation

com.cosylab.cdb.jdal.HibernateWDAOImpl.HibernateWDAOImpl ( Session  session,
String  name,
Object  rootNode,
POA  poa,
Logger  logger 
)
com.cosylab.cdb.jdal.HibernateWDAOImpl.HibernateWDAOImpl ( Session  session,
String  name,
Object  rootNode,
POA  poa,
Logger  logger,
boolean  silent,
boolean  autoCommit 
)

Member Function Documentation

void com.cosylab.cdb.jdal.HibernateWDAOImpl.destroy (  ) 
double com.cosylab.cdb.jdal.HibernateWDAOImpl.get_double ( String  propertyName  )  throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx
double [] com.cosylab.cdb.jdal.HibernateWDAOImpl.get_double_seq ( String  propertyName  )  throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx
String com.cosylab.cdb.jdal.HibernateWDAOImpl.get_field_data ( String  propertyName  )  throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx
int com.cosylab.cdb.jdal.HibernateWDAOImpl.get_long ( String  propertyName  )  throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx
int [] com.cosylab.cdb.jdal.HibernateWDAOImpl.get_long_seq ( String  propertyName  )  throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx
String com.cosylab.cdb.jdal.HibernateWDAOImpl.get_string ( String  propertyName  )  throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx
String [] com.cosylab.cdb.jdal.HibernateWDAOImpl.get_string_seq ( String  propertyName  )  throws WrongCDBDataTypeEx, CDBFieldDoesNotExistEx
Object com.cosylab.cdb.jdal.HibernateWDAOImpl.getField ( String  path  )  throws AcsJCDBFieldDoesNotExistEx
void com.cosylab.cdb.jdal.HibernateWDAOImpl.set_double ( String  propertyName,
double  value 
) throws CDBFieldIsReadOnlyEx, CDBFieldDoesNotExistEx
void com.cosylab.cdb.jdal.HibernateWDAOImpl.set_double_seq ( String  propertyName,
double[]  value 
) throws CDBFieldIsReadOnlyEx, CDBFieldDoesNotExistEx
void com.cosylab.cdb.jdal.HibernateWDAOImpl.set_field_data ( String  propertyName,
String  value 
) throws CDBFieldIsReadOnlyEx, CDBFieldDoesNotExistEx, WrongCDBDataTypeEx
void com.cosylab.cdb.jdal.HibernateWDAOImpl.set_long ( String  propertyName,
int  value 
) throws CDBFieldIsReadOnlyEx, CDBFieldDoesNotExistEx
void com.cosylab.cdb.jdal.HibernateWDAOImpl.set_long_seq ( String  propertyName,
int[]  value 
) throws CDBFieldIsReadOnlyEx, CDBFieldDoesNotExistEx
void com.cosylab.cdb.jdal.HibernateWDAOImpl.set_string ( String  propertyName,
String  value 
) throws CDBFieldIsReadOnlyEx, CDBFieldDoesNotExistEx
void com.cosylab.cdb.jdal.HibernateWDAOImpl.set_string_seq ( String  propertyName,
String[]  value 
) throws CDBFieldIsReadOnlyEx, CDBFieldDoesNotExistEx
void com.cosylab.cdb.jdal.HibernateWDAOImpl.setRootNode ( Object  mRootNode  ) 
void com.cosylab.cdb.jdal.HibernateWDAOImpl.setSetvant ( org.omg.PortableServer.Servant  servant  ) 

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties