Uses of Interface
com.atlassian.bamboo.core.IdGenerator
-
Uses of IdGenerator in com.atlassian.bamboo.migration.stream
Modifier 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) Modifier 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
Modifier and TypeClassDescriptionclass
Entity to hold id generator values in hibernate.Modifier and TypeMethodDescription@NotNull List<IdGenerator>
IdGeneratorDao.findAll()
Get all generators id.@NotNull List<IdGenerator>
IdGeneratorDaoImpl.findAll()