Uses of Interface
overit.geocall.sql.DBFieldMap
Packages that use DBFieldMap
Package
Description
-
Uses of DBFieldMap in overit.geocall.basic.bl.message.da
Methods in overit.geocall.basic.bl.message.da that return DBFieldMap -
Uses of DBFieldMap in overit.geocall.basic.bl.user.da
Methods in overit.geocall.basic.bl.user.da that return DBFieldMap -
Uses of DBFieldMap in overit.geocall.da
Fields in overit.geocall.da declared as DBFieldMapModifier and TypeFieldDescriptionprotected DBFieldMapDAO._dbfmprotected DBFieldMapDAO0._dbfmDeprecated.Methods in overit.geocall.da that return DBFieldMapModifier and TypeMethodDescriptionDABase.getDBFieldMap()Returns theDBFieldMapused by the statements to do the data readings and writingsDAO.getDBFieldMap()DAO0.getDBFieldMap()Deprecated.abstract DBFieldMapDABase.giveDBFieldMap()Must returns aDBFieldMapif you want to implement an object mapping mechanism for queries and standard commands.Methods in overit.geocall.da with parameters of type DBFieldMapModifier and TypeMethodDescriptionvoidDABase.setDBFieldMap(DBFieldMap fieldmap) Deprecated.voidDAO.setDBFieldMap(DBFieldMap dbfm) voidDAO0.setDBFieldMap(DBFieldMap dbfm) Deprecated.static voidDAUtils.setDBMaps(DBStatement dbs, DBFieldMap fm, DBObjectMap om) -
Uses of DBFieldMap in overit.geocall.platform
Methods in overit.geocall.platform that return DBFieldMap -
Uses of DBFieldMap in overit.geocall.sql
Classes in overit.geocall.sql that implement DBFieldMapModifier and TypeClassDescriptionclassThe class defines the StandardDBFieldMap, the standard map between the fields of a table in memory and a server database table.Fields in overit.geocall.sql declared as DBFieldMapModifier and TypeFieldDescriptionprotected DBFieldMapDBView._fieldmapGeneric map object between the fields of a table in memory and a server database table, and vice versaprotected DBFieldMapStandardDBStatement._fieldmapprotected DBFieldMapPooledConnectionInfo._lastDBFieldMapMethods in overit.geocall.sql that return DBFieldMapModifier and TypeMethodDescriptionDBStatementTools.dbFieldMap()Returns the value of thedbFieldMaprecord component.DBFieldMapper.getDBFieldMap()Returns theDBFieldMapobjectDBView.getDBFieldMap()Returns theDBFieldMapStandardDBStatement.getDBFieldMap()Retrieves theDBFieldMapobjectPooledConnectionInfo.getLastDBFieldMap()Returns the current or the last field map of mthe identity asking for the connectionMethods in overit.geocall.sql with parameters of type DBFieldMapModifier and TypeMethodDescriptionvoidDBFieldMapper.setDBFieldMap(DBFieldMap fieldmap) Sets theDBFieldMapobjectvoidDBView.setDBFieldMap(DBFieldMap fieldMap) Sets theDBFieldMapvoidStandardDBStatement.setDBFieldMap(DBFieldMap fieldmap) Sets theDBFieldMapobjectConstructors in overit.geocall.sql with parameters of type DBFieldMapModifierConstructorDescriptionDBStatementTools(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 DBFieldMap in overit.geocall.util
Fields in overit.geocall.util declared as DBFieldMapMethods in overit.geocall.util that return DBFieldMapModifier and TypeMethodDescriptionIdentity.getDBFieldMap()Returns the DBFieldMap associated to the identityMethods in overit.geocall.util with parameters of type DBFieldMapModifier and TypeMethodDescriptionvoidIdentity.setDBFieldMap(DBFieldMap dbf) Sets the DBFieldMap associated to the identity -
Uses of DBFieldMap in overit.geocallapp.wfm.notifications.dashboard
Methods in overit.geocallapp.wfm.notifications.dashboard that return DBFieldMap -
Uses of DBFieldMap in overit.geocallapp.wfm.notifications.notification.da
Methods in overit.geocallapp.wfm.notifications.notification.da that return DBFieldMapModifier and TypeMethodDescriptionDAXWFMAAvvisi.giveDBFieldMap()DAXWFMAAvvisiAttivita.giveDBFieldMap()DAXWFMAAvvisiCataloghi.giveDBFieldMap()DAXWFMAAvvisiRighe.giveDBFieldMap()DAXWFMAAvvisiTesto.giveDBFieldMap()DAXWFMAProgressiviAvvisi.giveDBFieldMap()DAXWFMRNotifTypeOrderType.giveDBFieldMap()DAXWFMTAutomiRighe.giveDBFieldMap()DAXWFMTGruppoCatalogo.giveDBFieldMap()DAXWFMTParametriAutomiAvvisi.giveDBFieldMap()DAXWFMTStatoAvvisoSAP.giveDBFieldMap()DAXWFMTTipoCatalogo.giveDBFieldMap()
DABase.giveDBObjectMap()instead.