Package com.logicaldoc.ai.neural
Interface NeuralNetworkDAO
- All Superinterfaces:
- AIModelDAO<NeuralNetwork>,- com.logicaldoc.core.PersistentObjectDAO<NeuralNetwork>
- All Known Implementing Classes:
- HibernateNeuralNetworkDAO
Specialization of 
AIModelDAO to operate on NeuralNetwork- Version:
- 9.2
- Author:
- Marco Meschieri - LogicalDOC
- 
Field SummaryFields inherited from interface com.logicaldoc.core.PersistentObjectDAOENTITY
- 
Method SummaryModifier and TypeMethodDescriptionfindByName(String name, long tenantId) Finds the model by it's nameMethods inherited from interface com.logicaldoc.ai.AIModelDAOexistsName, findAllModels, getModel, getModel, storeModelMethods inherited from interface com.logicaldoc.core.PersistentObjectDAObulkUpdate, delete, delete, deleteAll, deleteAll, evict, evict, findAll, findAll, findAllIds, findAllIds, findById, findById, findByObjectQuery, findByQuery, findByQuery, findByWhere, findByWhere, findIdsByWhere, findIdsByWhere, getDatabaseMetadata, getDbms, initialize, isMySQL, isOracle, jdbcUpdate, jdbcUpdate, query, query, queryForDouble, queryForDouble, queryForInt, queryForInt, queryForList, queryForList, queryForList, queryForLong, queryForLong, queryForObject, queryForObject, queryForResultSet, queryForString, queryForString, store
- 
Method Details- 
findByNameNeuralNetwork findByName(String name, long tenantId) throws com.logicaldoc.core.PersistenceException Description copied from interface:AIModelDAOFinds the model by it's name- Specified by:
- findByNamein interface- AIModelDAO<NeuralNetwork>
- Parameters:
- name- The name
- tenantId- Identifier of the tenant
- Returns:
- The found model
- Throws:
- com.logicaldoc.core.PersistenceException- Error in the database
 
 
-