Uses of Interface
com.atlassian.bamboo.core.IdGenerator
Packages that use IdGenerator
-
Uses of IdGenerator in com.atlassian.bamboo.migration.stream
Methods in com.atlassian.bamboo.migration.stream with parameters of type IdGeneratorModifier and TypeMethodDescriptionvoid
IdGeneratorMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<IdGenerator> list, @NotNull IdGenerator object, long objectIndex, @NotNull org.hibernate.Session session) protected void
IdGeneratorMapper.exportProperties
(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull IdGenerator object, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected void
IdGeneratorMapper.importProperties
(@NotNull IdGenerator object, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) Method parameters in com.atlassian.bamboo.migration.stream with type arguments of type IdGeneratorModifier and TypeMethodDescriptionvoid
IdGeneratorMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<IdGenerator> list, @NotNull IdGenerator object, long objectIndex, @NotNull org.hibernate.Session session) -
Uses of IdGenerator in com.atlassian.bamboo.oid
Classes in com.atlassian.bamboo.oid that implement IdGeneratorModifier and TypeClassDescriptionclass
Entity to hold id generator values in hibernate.Methods in com.atlassian.bamboo.oid that return types with arguments of type IdGeneratorModifier and TypeMethodDescription@NotNull List<IdGenerator>
IdGeneratorDao.findAll()
Get all generators id.@NotNull List<IdGenerator>
IdGeneratorDaoImpl.findAll()