Uses of Interface
overit.geocall.sql.DBObjectMap
Packages that use DBObjectMap
Package
Description
-
Uses of DBObjectMap in overit.geocall.basic.bl.message.da
Methods in overit.geocall.basic.bl.message.da that return DBObjectMap -
Uses of DBObjectMap in overit.geocall.basic.bl.user.da
Methods in overit.geocall.basic.bl.user.da that return DBObjectMap -
Uses of DBObjectMap in overit.geocall.basic.ui.xlsx
Fields in overit.geocall.basic.ui.xlsx declared as DBObjectMapMethods in overit.geocall.basic.ui.xlsx that return DBObjectMapModifier and TypeMethodDescriptionXlsxDBStatementView.getDBObjectMap()Implementation of the DBObjectMapper interface.Methods in overit.geocall.basic.ui.xlsx with parameters of type DBObjectMapModifier and TypeMethodDescriptionvoidXlsxDBStatementView.define(String field, DBObjectMap dbom) voidXlsxDBStatementView.setDBObjectMap(DBObjectMap objectmap) Implementation of the DBObjectMapper interface. -
Uses of DBObjectMap in overit.geocall.da
Fields in overit.geocall.da declared as DBObjectMapModifier and TypeFieldDescriptionprotected DBObjectMapDAO._dbomprotected DBObjectMapDAO0._dbomDeprecated.Methods in overit.geocall.da that return DBObjectMapModifier and TypeMethodDescriptionDABase.getDBObjectMap()Returns theDBObjectMapof the instanceDAO.getDBObjectMap()DAO0.getDBObjectMap()Deprecated.abstract DBObjectMapDABase.giveDBObjectMap()Must returns aDBObjectMapif you want to implement an object mapping mechanism for queries and standard commands.Methods in overit.geocall.da with parameters of type DBObjectMapModifier and TypeMethodDescriptionstatic voidDAUtils.setDBMaps(DBStatement dbs, DBFieldMap fm, DBObjectMap om) voidDABase.setDBObjectMap(DBObjectMap objectmap) Deprecated.voidDAO.setDBObjectMap(DBObjectMap dbom) voidDAO0.setDBObjectMap(DBObjectMap dbom) Deprecated. -
Uses of DBObjectMap in overit.geocall.sql
Classes in overit.geocall.sql that implement DBObjectMapModifier and TypeClassDescriptionclassThe class extends aDBObjectMapand can be used in specifical cases to force load (for example to force, during the creation of a DBView, the instantiation of a Float, etc.)classThe object realizes the memorization of a DB SQL object.classThe class implements a standardDBObjectMapFields in overit.geocall.sql declared as DBObjectMapModifier and TypeFieldDescriptionprotected DBObjectMapConnectionPool._dbomprotected DBObjectMapDBView._objectmapGeneral map between Java objects in memory and SQL objects and vice versaprotected DBObjectMapStandardDBStatement._objectmapMethods in overit.geocall.sql that return DBObjectMapModifier and TypeMethodDescriptionDBStatementTools.dbObjectMap()Returns the value of thedbObjectMaprecord component.ConnectionPool.getDBObjectMap(@NotNull DBType dbType) Returns theDBObjectMap, the map between Java objects in memory and SQL objects, used by this instance of ConnectionPoolDBObjectMapper.getDBObjectMap()Returns theDBObjectMapcontained in the instanceDBView.getDBObjectMap()Returns theDBObjectMapcontained in the instanceStandardDBStatement.getDBObjectMap()Implements theDBObjectMapperinterface.Methods in overit.geocall.sql that return types with arguments of type DBObjectMapModifier and TypeMethodDescriptionDBStatementTools.dbObjectMapByColumn()Returns the value of thedbObjectMapByColumnrecord component.Methods in overit.geocall.sql with parameters of type DBObjectMapModifier and TypeMethodDescriptionvoidDBStatement.define(String field, DBObjectMap dbom) Specifies aDBObjectMapthat must be used to load a column resulting from a SELECTvoidStandardDBStatement.define(String field, DBObjectMap dbom) Specifies aDBObjectMapthat must be used to load a column resulting from a SELECTvoidDBStatement.defineParam(String field, DBObjectMap dbom) Explicitly specifies aDBObjectMapthat must be used to prepare the statement for a specific variable in the SQL string.voidStandardDBStatement.defineParam(String field, DBObjectMap dbom) Explicitly specifies aDBObjectMapthat must be used to prepare the statement for a specific variable in the SQL string.voidDBObjectMapper.setDBObjectMap(DBObjectMap objectmap) Sets theDBObjectMapcontained in the instancevoidDBView.setDBObjectMap(DBObjectMap objectMap) Sets theDBObjectMapcontained in the instancevoidStandardDBStatement.setDBObjectMap(DBObjectMap objectmap) Implements theDBObjectMapperinterface.Constructors in overit.geocall.sql with parameters of type DBObjectMapModifierConstructorDescriptionDBStatementTools(List<DataAttribute> dataAttributes, Company company, AtomicInteger rows, DBFieldMap dbFieldMap, DBObjectMap dbObjectMap, PooledConnection pooledConnection, int skipRows, int maxRows, Function<String, DBObjectMap> dbObjectMapByColumn) Creates an instance of aDBStatementToolsrecord class.DBStatementTools(List<DataAttribute> dataAttributes, Company company, DBFieldMap dbFieldMap, DBObjectMap dbObjectMap, PooledConnection pooledConnection, int skipRows, int maxRows, Function<String, DBObjectMap> dbObjectMapByColumn) Constructor parameters in overit.geocall.sql with type arguments of type DBObjectMapModifierConstructorDescriptionDBStatementTools(List<DataAttribute> dataAttributes, Company company, AtomicInteger rows, DBFieldMap dbFieldMap, DBObjectMap dbObjectMap, PooledConnection pooledConnection, int skipRows, int maxRows, Function<String, DBObjectMap> dbObjectMapByColumn) Creates an instance of aDBStatementToolsrecord class.DBStatementTools(List<DataAttribute> dataAttributes, Company company, DBFieldMap dbFieldMap, DBObjectMap dbObjectMap, PooledConnection pooledConnection, int skipRows, int maxRows, Function<String, DBObjectMap> dbObjectMapByColumn) -
Uses of DBObjectMap in overit.geocallapp.wfm.notifications.dashboard
Methods in overit.geocallapp.wfm.notifications.dashboard that return DBObjectMap -
Uses of DBObjectMap in overit.geocallapp.wfm.notifications.notification.da
Methods in overit.geocallapp.wfm.notifications.notification.da that return DBObjectMapModifier and TypeMethodDescriptionDAXWFMAAvvisi.giveDBObjectMap()DAXWFMAAvvisiAttivita.giveDBObjectMap()DAXWFMAAvvisiCataloghi.giveDBObjectMap()DAXWFMAAvvisiRighe.giveDBObjectMap()DAXWFMAAvvisiTesto.giveDBObjectMap()DAXWFMAProgressiviAvvisi.giveDBObjectMap()DAXWFMRNotifTypeOrderType.giveDBObjectMap()DAXWFMTAutomiRighe.giveDBObjectMap()DAXWFMTGruppoCatalogo.giveDBObjectMap()DAXWFMTParametriAutomiAvvisi.giveDBObjectMap()DAXWFMTStatoAvvisoSAP.giveDBObjectMap()DAXWFMTTipoCatalogo.giveDBObjectMap()
DABase.giveDBObjectMap()instead.