Interface BambooObjectWithOidDao<E extends BambooObjectWithOid>

    • Method Detail

      • findByOid

        E findByOid​(@NotNull
                    @NotNull BambooEntityOid oid,
                    @NotNull
                    @NotNull Class<? extends E> aClass)