Uses of Interface
com.atlassian.bamboo.utils.db.DbmsBean
Packages that use DbmsBean
Package
Description
-
Uses of DbmsBean in com.atlassian.bamboo.beehive
Fields in com.atlassian.bamboo.beehive declared as DbmsBean -
Uses of DbmsBean in com.atlassian.bamboo.db
Methods in com.atlassian.bamboo.db with parameters of type DbmsBeanModifier and TypeMethodDescriptionvoidValidateOracleJDBCDriverVersion.setDbmsBean(DbmsBean dbmsBean) -
Uses of DbmsBean in com.atlassian.bamboo.health
Constructors in com.atlassian.bamboo.health with parameters of type DbmsBeanModifierConstructorDescriptionBambooHealthCheckServiceImpl(com.atlassian.config.db.HibernateConfig hibernateConfig, DbmsBean dbmsBean, AgentManager agentManager, org.springframework.orm.hibernate5.HibernateTemplate hibernateTemplate) -
Uses of DbmsBean in com.atlassian.bamboo.jpa
Methods in com.atlassian.bamboo.jpa with parameters of type DbmsBeanModifier and TypeMethodDescriptionstatic <T,E> List <T> JpaUtils.listCriteria(DbmsBean dbmsBean, org.hibernate.Session session, Class<T> targetClass, Class<? extends T> persistentClass, String propertyName, Collection<E> values) Runs queries with predicate wherein . Constructors in com.atlassian.bamboo.jpa with parameters of type DbmsBeanModifierConstructorDescriptionprotectedPartitionedCriteriaDelete(DbmsBean dbmsBean, org.hibernate.SessionFactory sessionFactory, Class<T> entity) -
Uses of DbmsBean in com.atlassian.bamboo.migration
Methods in com.atlassian.bamboo.migration with parameters of type DbmsBeanModifier and TypeMethodDescriptionXmlMigrator.createForeignKeys(org.hibernate.Session session, DbmsBean dbmsBean) -
Uses of DbmsBean in com.atlassian.bamboo.persistence3
Methods in com.atlassian.bamboo.persistence3 with parameters of type DbmsBeanModifier and TypeMethodDescriptionstatic intHibernateDaoUtils.getMaximumNumberOfValuesForIn(DbmsBean dbmsBean) static ListHibernateDaoUtils.listQuery(DbmsBean dbmsBean, org.hibernate.query.Query query, String queryParam, List<?> values) Sets the given query param and runsQuery.list().static ListHibernateDaoUtils.listQuery(DbmsBean dbmsBean, org.hibernate.query.Query query, String queryParam1, List<?> values1, String queryParam2, List<?> values2) -
Uses of DbmsBean in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type DbmsBean -
Uses of DbmsBean in com.atlassian.bamboo.upgrade.tasks.util
Methods in com.atlassian.bamboo.upgrade.tasks.util with parameters of type DbmsBeanModifier and TypeMethodDescriptionstatic voidForeignKeyConstraintUtils.dropForeignKeyConstraint(DbmsBean dbmsBean, Connection c, String tableName, String constraint) ForeignKeyConstraintUtils.getAllForeignKeyConstraints(DbmsBean dbmsBean, Connection c, Collection<String> tables) -
Uses of DbmsBean in com.atlassian.bamboo.upgrade.tasks.validation
Methods in com.atlassian.bamboo.upgrade.tasks.validation with parameters of type DbmsBeanModifier and TypeMethodDescriptionvoidAllMySqlTablesUseInnoDb.setDbmsBean(DbmsBean dbmsBean) voidBranchKeyStartsWithMastersChainKey.setDbmsBean(DbmsBean dbmsBean) -
Uses of DbmsBean in com.atlassian.bamboo.utils.db
Classes in com.atlassian.bamboo.utils.db that implement DbmsBeanModifier and TypeClassDescriptionclassclassclassclassclassclassMethods in com.atlassian.bamboo.utils.db that return DbmsBeanModifier and TypeMethodDescription@NotNull DbmsBeanDbmsBeanFactory.createDbmsBean()@NotNull DbmsBeanDbmsBeanFactoryImpl.createDbmsBean()