public class EnvironmentCustomConfigHibernateDao extends StatelessSessionHibernateDaoSupport implements EnvironmentCustomConfigDao
| Constructor and Description | 
|---|
EnvironmentCustomConfigHibernateDao()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
delete(@NotNull EnvironmentCustomConfig environmentCustomConfig)  | 
@NotNull List<EnvironmentCustomConfig> | 
findAll(int firstResult,
       int maxResults)
Get paginated list of all custom configurations. 
 | 
@Nullable EnvironmentCustomConfig | 
findById(long environmentId)
Gets specific Environment custom configuration by environment ID. 
 | 
long | 
getCount()
Count all custom configurations. 
 | 
void | 
saveOrUpdate(@NotNull EnvironmentCustomConfig environmentCustomConfig)  | 
getCacheAwareHibernateTemplate@Nullable public @Nullable EnvironmentCustomConfig findById(long environmentId)
EnvironmentCustomConfigDaofindById in interface EnvironmentCustomConfigDaoenvironmentId - ID of the environment your looking for.EnvironmentCustomConfig with given environment id or null if one with that ID could not be found.public void saveOrUpdate(@NotNull
                         @NotNull EnvironmentCustomConfig environmentCustomConfig)
saveOrUpdate in interface EnvironmentCustomConfigDaopublic void delete(@NotNull
                   @NotNull EnvironmentCustomConfig environmentCustomConfig)
delete in interface EnvironmentCustomConfigDao@NotNull public @NotNull List<EnvironmentCustomConfig> findAll(int firstResult, int maxResults)
EnvironmentCustomConfigDaofindAll in interface EnvironmentCustomConfigDaopublic long getCount()
EnvironmentCustomConfigDaogetCount in interface EnvironmentCustomConfigDaoCopyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.